When a .net app, sending mail, tries to resolve the location of the smtpserver variable, does it do an MX lookup first, and then try for an A record? I think that's how the RFC is written. The dns name that I have configured as my smtpserver variable doesn't have an A record. Seems to go aginst how I know the application flow of a piece of mail to go, but after reading the RFC, and talking to my mail folks, I think its correct.
Your smtp server (the first hop) DOESN'T have to have an A record. How does your host/app resolve it then? As the RFC is written, and how I've discovered most mail clients work, the sending application (a webmail form, or outlook, eudora, whatever) should first do an MX lookup on its "smtp server" (not the domain of the destination address), and if it gets nothing, it tries for an A record.
My question is this. Do the .net components/objects do this?
John Kirkman [ kirkiezi ( at ) yahoo dot com ],
2005-08-05 09:03:24
#