I recently got a VPS and want to start using it to host my websites instead of the Shared Hosting packages that i'm using.
Question 1: Is it possible to setup Autodiscovery for the IMAP configurations?
Most of my users are Microsoft Office Outlook users and Autodiscovery always gave me issues with the shared hosting, it seemed to miss the port numbers and encryption methods and the ISP always just said "We are working on it".
Question 2: If Autodiscovery is possible, how do I set it up?
I have my SPF and DKIM Records in place (These settings is what they are currently set to by the hosting provider on an existing shared hosting package)
This is the current records on the testing domain that I am moving to the VPS, excluding the Nameservers and IPs.
DNS Records:
autoconfig.example.com - CNAME - 7200 - example.com
autodiscover.example.com - CNAME - 7200 - example.com
_imaps._tcp.example.com - SRV - 7200 - 1 993 example.com
_autodiscover._tcp.example.com - SRV - 7200 - 0 443 example.com
_submission._tcp.example.com - SRV - 7200 - 1 25 example.com
By observing these records it does seem like it is supposed to be auto-discovering, but it is not.
IMAP Settings are:
- IMAP Port 993, SSL
- SMTP Port 465, SSL
- Using username and password as required authentication
- Server does require Secure Password Authentication (SPA)
My VPS is currently running CentOS with CentOS Web Panel.