Here's the problem, we're trying to send email to a company that has multiple MX records like so:
xxx.com. MX IN 43200 smtp.xxx.com. [Preference = 20]
xxx.com. MX IN 43200 mail1.xxx.com. [Preference = 10]
The server mail1.xxx.com is not active (I can not telnet to it, it rejects SMTP connections)
The second server (smtp.xxx.com) accepts connections.
On our Exchange server the mail is caught in the SMTP queue and will not go out. I think it is because it never tries the lower preference server (smtp.abac.com)
Any thoughts on why Exchange would not cycle to the secondary MX record when it fails with the first one?
xxx.com. MX IN 43200 smtp.xxx.com. [Preference = 20]
xxx.com. MX IN 43200 mail1.xxx.com. [Preference = 10]
The server mail1.xxx.com is not active (I can not telnet to it, it rejects SMTP connections)
The second server (smtp.xxx.com) accepts connections.
On our Exchange server the mail is caught in the SMTP queue and will not go out. I think it is because it never tries the lower preference server (smtp.abac.com)
Any thoughts on why Exchange would not cycle to the secondary MX record when it fails with the first one?