Configure Auto-discover for Mail Setup

Here’s a future feature request idea or perhaps it’s possible already?

Auto-discover allows your email client (such as MS Outlook) to configure email address setup automatically. A lot of users struggle with manual email settings.

Would it be possible to implement auto-discover within future Sympl releases?

Noteworthy - This would be a ‘game changer’ in terms of setting up handhelds!

1 Like

Something like that should be possible, and fairly easy to impliment.

It should simply be a case of creating relevant XML files, and aliasing them in Apache - apart from the domain, they will probably all be identical, so it should be easy enough to template.

I’ve had a quick look at what would be involved, and it certainly seems possible.

It’ll likely need the SSL and DNS updates to be completed first (as extra DNS and more domains are needed for the SSL certs), but it certainly seems possible, and would be very nice to have.

1 Like

I agree it would be very helpful. This is especially true for iPhone and Android users as currently as far as I can tell both seem to struggle to get things working as they should. Interestingly, gmail seems to pick up all the account details just fine.

With reference to one of my feature requests:

Configure Auto-discover for Mail Setup

Does anybody know how to configure this feature ?

It’s not something that can be simply turned on - theres 5 different competing ways of providing the info:

  1. http://autoconfig.example.org/mail/config-v1.1.xml
  2. http://example.org/.well-known/autoconfig/mail/config-v1.1.xml
  3. https://example.org/autodiscover/autodiscover.xml
  4. https://autodiscover.example.org/autodiscover/autodiscover.xml
  5. DNS SRV lookup for autodiscover.tcp.example.org

To properly cover this, all of them would need to be set up, which would effectively require access to create at least 7 different new DNS entries, 5 of which are SRV records which are typically complex to properly configure, and new SSL certs would need to be generated.

It’s possible to configure this yourself, but you’d need to research and test of the the formats, so it’s out of the scope of Sympl at the moment.