- Edit /etc/httpd/conf/httpd.conf
- Search for autodiscover, you should find a ScriptAlias line referencing it
- Comment this line out or remove it completely
- Restart apache (service httpd graceful)
- Edit /usr/local/cpanel/APACHE_CONFIG and find the same line and remove it
- At the top of your httpd.conf you should also have details on how to make cPanel retain the settings, i ran /usr/local/cpanel/bin/apache_conf_distiller --update to save the changes to the template.
Friday, February 13, 2015
cPanel and Outlook Autodiscover
If you have a cPanel customer who also has an SSL certificate for their website, you may find that Outlook Autodiscover does not work properly (especially with older versions) as cPanel matches /Autodiscover/Autodiscover.xml and gives the client IMAP/SMTP settings instead of giving a 404 and letting it move on. You may even find that your requests are redirected to cpanelmaildiscovery.cpanel.net/autodiscover/autodiscover.xml which is obviously not desired. In this case, there is a quick fix, though it's really more of a hack. This assumes you're using Apache.
Subscribe to:
Post Comments (Atom)
Awesome! This issue knocked out about 600 of our users this past couple of days. Thanks for posting.
ReplyDelete