• 0 Posts
  • 326 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle





  • No, autoconfig is a way for mail servers to tell clients the config they should use (ports, ssl/starttls, username, name/domain of the server, authentication for imap, pop and smtp). There are multiple standards by different mail client devs, eg. Thunderbird, K-9 Mail and some other check for autoconfig.<mailserverdomain>/mail/config-v1.1.xml and outlook etc. check for a “autodiscover” SRV record, or use autodiscover.<emaildomain> or check <emaildomain>/autodiscover/autodiscover.xml. As you see, it’s a mess. Well, only Outlooks “standard” is, as usually you wouldn’t care because M$ Winshit Crasher Server does that automatically, so they don’t care about good docs. Thunderbirds autoconfig is pretty well made and documented tho.