You can use RFC 6186 to implement autodiscovery for mail. It is however unclear to me at this point what major clients are actually using this protocol?
So RFC 6186 describes autodiscovery using these DNS records. For example:
SRV _submission._tcp.{mydomain.com} 0 1 587 {mailserver}
SRV _imap._tcp.{mydomain.com} 0 0 0 .
SRV _imaps._tcp.{mydomain.com} 0 1 993 {mailserver}
SRV _pop3._tcp.{mydomain.com} 0 0 0 .
SRV _pop3s._tcp.{mydomain.com} 10 1 995 {mailserver}
Major clients of which I already suspect they do not use it.
- Outlook uses it's own autdiscovery method (using
_autodiscover._tcp.{mydomain.com}
). - Thunderbird uses it's own method. None of those involve the RFC. See this page.
- iOS mail does not seem to use any autodiscovery method: but I am not 100% sure about this! Although one can point a iOS user to a mobileconfig configuration file.
- Android' stock mail app does not seem to support autodiscovery.
Would love to know what major tools do use it! Thanks.
dig srv _submission._tcp.gmail.com +short
, for example). Support for Mozilla'sautoconfig
subdomain seems even worse. – Navvy_smtp._tls.
for MTA-STS and TLS reporting. support.google.com/a/answer/9276512?hl=en – Terri