I've seen several other similar posts, but none have solved my problem.
The Exch 2k server (called SERVER1) is the master in the routing group,
the Exch 2k3 server (called SERVER2) is a member. They are on the same
subnet with no router/firewall separating them. I can send mail from a
mailbox on the 2k server to a mailbox on the 2k3 server. I cannot send
from the 2k3 server to the 2k server.
Any mail sent from 2k3 to 2k sits in a queue with the FQDN of the 2k
server.
DNS looks good, both servers resolve FQDN's.
If I restart the SMTP service on SERVER2 (2k3), the SMTP log file shows
a connection to SERVER1, but does not deliver any of the queued mail.
Here is the log file from the SMTP virtual server (note: (a) there are
about 7 items in the server1.mydomain.com queue on SERVER2; (b) the
user "kc" mailbox is on SERVER2, and user dkiernan mbx is on SERVER1):
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2006-10-26 22:58:09
#Fields: date time c-ip cs-username s-ip cs-method cs-uri-stem
cs-uri-query sc-status cs-host
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
220+server1.mydomain.com+Microsoft+ESMTP+MAIL+Service,+Version:+5.0.2195.6713+ready+at++Thu,+26+Oct+2006+17:58:09+-0500+
0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionCommand - EHLO -
clapton.fortcommunity.com 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
250-server1.mydomain.com+Hello+[192.168.1.251] 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
334+GSSAPI+supported 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
334+oYIBLDCCASigAwoBAKELBgkqhkiC9xIBAgKigYgEgYVggYIGCSqGSIb3EgECAgIAb3MwcaADAgEFoQMCAQ+iZTBjoAMCAReiXARaoQH2T99aiHtKaKSuX4toj+poKmu/1Ebf6NKIY62Rsc0dTB1DN0SNg1joGV7EzORD5+Ie7Ony5CqVxgzzaLYPX+Ogek7sQvo4Rmp1os6p7RAfJptTZmcW89iSo4GIBIGFYIGCBgkqhkiG9xIBAgICAG9zMHGgAwIBBaEDAgEPomUwY6ADAgEXolwEWqEB9k/fWoh7Smikrl+LaI/qaCprv9RG3+jSiGOtkbHNHUwdQzdEjYNY6BlexMzkQ+fiHuzp8uQqlcYM82i2D1/joHpO7EL6OEZqdaLOqe0QHyabU2ZnFvPYkg==
0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
235+2.7.0+Authentication+successful. 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionCommand -
X-LINK2STATE -
LAST+CHUNK={0000006a}+MULTI+(5)+({00000051}+DIGEST_QUERY+82f701a08f39f548af51938d5d971dfa+20e9887b41e2967fae069287817dd416++)++
0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
200+LAST+CHUNK={00000029}+MULTI+(5)+({00000010}+DONE_RESPONSE++)++ 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionCommand - MAIL -
FROM:<kc@fortcommunity.com> 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
250+2.1.0+kc@fortcommunity.com....Sender+OK 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionCommand - RCPT -
TO:<dkiernan@fortcommunity.com> 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionResponse - - -
250+2.1.5+dkiernan@fortcommunity.com+ 0 -
2006-10-26 22:58:09 192.168.1.254 OutboundConnectionCommand - XEXCH50 -
1996+2 0 -
What am I missing??
--David