16 Mar 2004 22:54
Submission and SMTP SRV records
Pete Resnick <presnick <at> qualcomm.com>
2004-03-16 21:54:50 GMT
2004-03-16 21:54:50 GMT
Is anyone implementing SRV records for either SMTP or for Submission (i.e., SMTP SUBMIT extension)? Some talk about implementation raised some questions: - SRV is pretty redundant with MX for SMTP, though you could conceivably use SRV to specify an alternate port number. Has anyone attempted this? - SRV for submission is an interesting way for an client to figure out which server/port it should contact, but what exactly would the query look like? Should you take the right hand side of your e-mail address and query, taking me as an example, _submission._tcp.qualcomm.com? Should you be looking up _submission._tcp.4.3.2.1.in-addr.arpa (assuming your own IP address is 1.2.3.4)? And again, has anyone tried any of this? It would be nice if we had a convention for such a lookup. pr -- -- Pete Resnick <http://www.qualcomm.com/~presnick/> QUALCOMM Incorporated - Direct phone: (858)651-4478, Fax: (858)651-1102
In there, you write:
b. Extract the mail domain element from the user's email
address, and append the "_submission" and "_tcp" labels to
the left of that domain name.
Have any of the big ISPs deployed the appropriate records to try this yet?
On 3/16/04 at 5:33 PM -0500, Keith Moore wrote:
>Is anyone implementing SRV records for either SMTP or for Submission
>(i.e., SMTP SUBMIT extension)? Some talk about implementation raised
>some questions:
>
>I hope that nobody is doing this in shipping product.
Not that I know of. This was talk about what could (and should) be
desirable as a future feature.
>For instance even if there were SRV records pointing to an SMTP
>server, existing clients would not recognize them - they would be
>looking for MX or A (or perhaps AAAA) records. And new SRV-aware
>clients would behave differently than existing clients, leading to
>more difficulty in tracking down problems.
RSS Feed