mrubinsk  Mon, 30 Jul 2012 21:47:28 +0000

Modified page: http://wiki.horde.org/ActiveSync
New Revision:  147
Change log:  Add more detail to Autodiscovery instructions

@@ -43,12 +43,17 @@
 <code>
 Alias /autodiscover/autodiscover.xml /var/www/horde/rpc.php
 </code>

+Note that the Autodiscovery service attempts to contact the top domain, not the sub domain so that if your Horde install is at https://horde.example.com then you will need to redirect requests for https://example.com/AutoDiscover/AutoDiscover.xml to https://horde.example.com/AutoDisocover/AutoDiscover.xml:

 For lighttpd:

 <code>
+$HTTP["host"] =~ "(^|www\.)example\.com$" {
+ url.redirect = ("^/(?i)AutoDiscover/AutoDiscover.xml$" => "https://horde.example.com/autodiscover/autodiscover.xml";)
+}
+
 alias.url = ("/Microsoft-Server-ActiveSync" => "/var/www/horde/rpc.php",
              "/autodiscover/autodiscover.xml" => /var/www/horde/rpc.php");
 </code>
Note that Autodiscovery support is VERY flaky in most clients that we have tested.

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to