Add some instructions about the needed Alias
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 26 Mar 2010 20:16:21 +0000 (16:16 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 26 Mar 2010 20:16:21 +0000 (16:16 -0400)
horde/config/conf.xml

index e413e9f..9f60dc5 100644 (file)
  </configtab>
  <configtab name="activesync" desc="ActiveSync">
   <configsection name="activesync">
+   <configdescription>To enable ActiveSync support, you must create an alias on
+   your webserver to redirect /Microsoft-Servers-ActiveSync to /horde/rpc.php.
+   You will also need to create a webserver-writable directory to store the
+   state files in. See http://wiki.horde.org/Project/ActiveSync for more
+   information.
+   </configdescription>
    <configswitch name="enabled" quote="false" desc="Enable ActiveSync server?">false
     <case name="false" desc="Disabled" />
     <case name="true" desc="Enabled">
      <configsection name="state">
       <configheader>State Storage Settings</configheader>
-      <configstring name="directory" desc="Directory to hold state files:">/tmp</configstring>
+      <configstring name="directory" desc="Directory to hold state files (this
+      directory should be writeable by the webserver):">/tmp</configstring>
      </configsection>
     </case>
    </configswitch>