Difference between revisions of "EmailAutoDiscover"
From Leaky
(Some links and comments about autodiscover) |
m (Added to email category) |
||
Line 1: | Line 1: | ||
− | |||
http://www.andrewyager.com/blog/2008-09-13/outlook-2007-email-autodiscovery-php-server | http://www.andrewyager.com/blog/2008-09-13/outlook-2007-email-autodiscovery-php-server | ||
Line 7: | Line 6: | ||
It is unlikely that autodiscover can be configured without a valid SSL certificate for the domain in the email address. Implementing a mass-hosting version of autodiscover would be prohibitively expensive due to this. It would however be possible to configure it on a per-domain basis provided the SSL certificate is purchased (or a self-signed one is installed on all client machines - Would this work?) | It is unlikely that autodiscover can be configured without a valid SSL certificate for the domain in the email address. Implementing a mass-hosting version of autodiscover would be prohibitively expensive due to this. It would however be possible to configure it on a per-domain basis provided the SSL certificate is purchased (or a self-signed one is installed on all client machines - Would this work?) | ||
+ | |||
+ | [[Category:Email]] |
Revision as of 22:31, 11 July 2013
http://www.andrewyager.com/blog/2008-09-13/outlook-2007-email-autodiscovery-php-server
http://www.winblogs.net/index.php/2012/08/07/autodiscover-with-smartermail-or-any-other-mail-server/
https://github.com/jamesiarmes/php-ews/wiki/Autodiscovery
It is unlikely that autodiscover can be configured without a valid SSL certificate for the domain in the email address. Implementing a mass-hosting version of autodiscover would be prohibitively expensive due to this. It would however be possible to configure it on a per-domain basis provided the SSL certificate is purchased (or a self-signed one is installed on all client machines - Would this work?)