1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Doc: move advanced settings to a separate page to keep getting started page simple

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1603 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-01-07 09:38:21 +00:00
parent f50557e582
commit 3efa6d1139
7 changed files with 562 additions and 474 deletions

View File

@ -41,6 +41,7 @@
<item name="Mac OS X" href="/macosxsetup.html"/> <item name="Mac OS X" href="/macosxsetup.html"/>
<item name="Server Setup" href="/serversetup.html"/> <item name="Server Setup" href="/serversetup.html"/>
<item name="Getting Started" href="/gettingstarted.html"/> <item name="Getting Started" href="/gettingstarted.html"/>
<item name="Advanced Settings" href="/advanced.html"/>
<item name="SSL Setup" href="/sslsetup.html"/> <item name="SSL Setup" href="/sslsetup.html"/>
</menu> </menu>

232
src/site/xdoc/advanced.xml Normal file
View File

@ -0,0 +1,232 @@
<?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - Advanced settings</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Advanced settings">
<p>In addition to basic settings described in
<a href="gettingstarted.html">Getting started</a>
DavMail also supports the following settings:
</p>
<subsection name="Global settings">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Enable EWS</td>
<td>Enable EWS mode on Exchange 2010 or Exchange 2007 with Webdav disabled</td>
<td>false</td>
</tr>
<tr>
<td>Default domain</td>
<td>Default windows domain name</td>
<td>DOMAIN</td>
</tr>
<tr>
<td>Display startup banner</td>
<td>Whether to show the initial startup notification window or not</td>
<td>true</td>
</tr>
<tr>
<td>Disable update check</td>
<td>Disable DavMail check for new version</td>
<td>false</td>
</tr>
</table>
</subsection>
<subsection name="Network">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Allow remote connections</td>
<td>Allow remote connections to the gateway (server mode)</td>
<td>false</td>
</tr>
<tr>
<td>Bind Address</td>
<td>Bind only to the specified network address, leave empty to listen on all network
interfaces
</td>
<td>10.0.1.2</td>
</tr>
</table>
</subsection>
<subsection name="Security">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Server certificate hash</td>
<td>Manually accepted server certificate hash, contains the SHA1 hash of
a manually accepted certificate (invalid or self signed)
</td>
<td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td>
</tr>
<tr>
<td>Key store type</td>
<td>To encrypt communication between client and DavMail, create a server certificate,
choose key store type and set key store path
</td>
<td>JKS</td>
</tr>
<tr>
<td>Key store</td>
<td>SSL certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Key store password</td>
<td>Key store password</td>
<td>password</td>
</tr>
<tr>
<td>Key password</td>
<td>SSL key password inside key store</td>
<td>password</td>
</tr>
<tr>
<td>Client key store type</td>
<td>When the Exchange server requires mutual authentication,
choose client certificate key store type, PKCS11 for smartcard,
PKCS12 or JKS for certificate file
</td>
<td>PKCS11</td>
</tr>
<tr>
<td>Client key store</td>
<td>SSL client certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Client key store password</td>
<td>Client key store password, leave empty for runtime prompt</td>
<td>password</td>
</tr>
<tr>
<td>PKCS11 library</td>
<td>PKCS11 (smartcard) library path (.so or .dll)</td>
<td>softokn3.dll</td>
</tr>
<tr>
<td>PKCS11 config</td>
<td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td>
<td>slot=2</td>
</tr>
</table>
</subsection>
<subsection name="POP">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Keep Delay (POP)</td>
<td>Number of days to keep messages in Exchange trash folder before actual deletion,
only for POP service
</td>
<td>30</td>
</tr>
<tr>
<td>Sent Keep Delay (POP)</td>
<td>Number of days to keep sent messages in Exchange sent folder,
only for POP service
</td>
<td>90</td>
</tr>
</table>
</subsection>
<subsection name="Caldav (Calendar)">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Calendar past events (Caldav)</td>
<td>Get events in the past not older than specified days count, leave empty for no limits</td>
<td>90</td>
</tr>
<tr>
<td>Edit Caldav notifications</td>
<td>Enable interactive Caldav edit notification window</td>
<td>false</td>
</tr>
<tr>
<td>Force Active Sync update</td>
<td>Use double event update to trigger ActiveSync mobile phones sync, only in WebDav mode</td>
<td>false</td>
</tr>
<tr>
<td>Caldav alarm sound</td>
<td>Convert Caldav alarm to sound alarm supported by iCal, e.g. Basso. Leave empty for no
conversion
</td>
<td>Basso</td>
</tr>
</table>
</subsection>
<subsection name="IMAP">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>IDLE folder monitor delay (IMAP):</td>
<td>IMAP folder idle monitor delay in minutes, leave empty to disable IDLE support</td>
<td>1</td>
</tr>
<tr>
<td>IMAP auto expunge</td>
<td>Delete messages immediately on the server over IMAP</td>
<td>true</td>
</tr>
</table>
</subsection>
<subsection name="Logging">
<table>
<tr>
<th>Parameter</th>
<th>Description</th>
<th>Sample value</th>
</tr>
<tr>
<td>Logging levels</td>
<td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details
</td>
<td>WARN</td>
</tr>
<tr>
<td>Log file Path</td>
<td>DavMail log file path (default is davmail.log in working directory on Unix and Windows,
~/Library/Logs/DavMail/davmail.log on OSX)
</td>
<td>davmail.log</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>

View File

@ -18,7 +18,7 @@
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/davmailSettings.png" alt=""/> <img src="images/davmailSettings.png" alt=""/>
</div> </div>
<p>The following table describes the main and advanced options :</p> <p>The following table describes the main options :</p>
<table> <table>
<tr> <tr>
<th>Parameter</th> <th>Parameter</th>
@ -58,154 +58,10 @@
<td>Local LDAP server port to configure in directory (address book) client</td> <td>Local LDAP server port to configure in directory (address book) client</td>
<td>389</td> <td>389</td>
</tr> </tr>
<tr>
<td>Keep Delay (POP)</td>
<td>Number of days to keep messages in Exchange trash folder before actual deletion,
only for POP service
</td>
<td>30</td>
</tr>
<tr>
<td>Sent Keep Delay (POP)</td>
<td>Number of days to keep sent messages in Exchange sent folder,
only for POP service</td>
<td>90</td>
</tr>
<tr>
<td>Calendar past events (Caldav)</td>
<td>Get events in the past not older than specified days count, leave empty for no limits</td>
<td>90</td>
</tr>
<tr>
<td>IDLE folder monitor delay (IMAP):</td>
<td>IMAP folder idle monitor delay in minutes, leave empty to disable IDLE support</td>
<td>1</td>
</tr>
<tr>
<td>Allow remote connections</td>
<td>Allow remote connections to the gateway (server mode)</td>
<td>false</td>
</tr>
<tr>
<td>Edit Caldav notifications</td>
<td>Enable interactive Caldav edit notification window</td>
<td>false</td>
</tr>
<tr>
<td>Force Active Sync update</td>
<td>Use double event update to trigger ActiveSync mobile phones sync</td>
<td>false</td>
</tr>
<tr>
<td>IMAP auto expunge</td>
<td>Delete messages immediately on the server over IMAP</td>
<td>true</td>
</tr>
<tr>
<td>Enable EWS</td>
<td>Enable EWS mode on Exchange 2010 or Exchange 2007 with Webdav disabled</td>
<td>false</td>
</tr>
<tr>
<td>Display startup banner</td>
<td>Whether to show the initial startup notification window or not</td>
<td>true</td>
</tr>
<tr>
<td>Caldav alarm sound</td>
<td>Convert Caldav alarm to sound alarm supported by iCal, e.g. Basso. Leave empty for no
conversion
</td>
<td>Basso</td>
</tr>
<tr>
<td>Default domain</td>
<td>Default windows domain name</td>
<td>DOMAIN</td>
</tr>
<tr>
<td>Key store type</td>
<td>To encrypt communication between client and DavMail, create a server certificate,
choose key store type and set key store path
</td>
<td>JKS</td>
</tr>
<tr>
<td>Key store</td>
<td>SSL certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Key store password</td>
<td>Key store password</td>
<td>password</td>
</tr>
<tr>
<td>Key password</td>
<td>SSL key password inside key store</td>
<td>password</td>
</tr>
<tr>
<td>Client key store type</td>
<td>When the Exchange server requires mutual authentication,
choose client certificate key store type, PKCS11 for smartcard,
PKCS12 or JKS for certificate file
</td>
<td>PKCS11</td>
</tr>
<tr>
<td>Client key store</td>
<td>SSL client certificate key store file path</td>
<td>path/to/keystore</td>
</tr>
<tr>
<td>Client key store password</td>
<td>Client key store password, leave empty for runtime prompt</td>
<td>password</td>
</tr>
<tr>
<td>PKCS11 library</td>
<td>PKCS11 (smartcard) library path (.so or .dll)</td>
<td>softokn3.dll</td>
</tr>
<tr>
<td>PKCS11 config</td>
<td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td>
<td>slot=2</td>
</tr>
<tr>
<td>Bind Address</td>
<td>Bind only to the specified network address</td>
<td>10.0.1.2</td>
</tr>
<tr>
<td>Server certificate hash</td>
<td>Manually accepted server certificate hash, contains the SHA1 hash of
a manually accepted certificate (invalid or self signed)
</td>
<td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td>
</tr>
<tr>
<td>Disable update check</td>
<td>Disable DavMail check for new version</td>
<td>false</td>
</tr>
<tr>
<td>Logging levels</td>
<td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details
</td>
<td>WARN</td>
</tr>
<tr>
<td>Log file Path</td>
<td>DavMail log file path (default is davmail.log in working directory on Unix and Windows,
~/Library/Logs/DavMail/davmail.log on OSX)
</td>
<td>davmail.log</td>
</tr>
</table> </table>
<p>Uncheck a port to disable matching service.</p> <p>Uncheck a port to disable matching service.</p>
<p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p> <p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p>
<p>If you need to adjust other advanced settings, check <a href="advanced.html">Advanced settings</a></p>
<p>Proceed to <p>Proceed to
<a href="thunderbirdmailsetup.html">Thunderbird mail setup</a> <a href="thunderbirdmailsetup.html">Thunderbird mail setup</a>
or or

View File

@ -1,67 +1,67 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" <document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties> <properties>
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Caldav setup</title> <title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Caldav setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author> <author email="mguessan@free.fr">Mickael Guessant</author>
</properties> </properties>
<body> <body>
<section name="iPhone Caldav setup"> <section name="iPhone Caldav setup">
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server, <p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
see<a href="iphonesetup.html">iPhone setup</a>. see&#x20;<a href="iphonesetup.html">iPhone setup</a>.
</p> </p>
<subsection name="Create a new account"> <subsection name="Create a new account">
<p>Open iPhone Settings application and choose Mail, Contacts, Calendar: <p>Open iPhone Settings application and choose Mail, Contacts, Calendar:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount1.png" alt=""/> <img src="images/iphone/iphoneAccount1.png" alt=""/>
</div> </div>
<p>Then select Add Account...: <p>Then select Add Account...:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount2.png" alt=""/> <img src="images/iphone/iphoneAccount2.png" alt=""/>
</div> </div>
<p>DavMail is not an Exchange ActiveSync server, press Other: <p>DavMail is not an Exchange ActiveSync server, press Other:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount3.png" alt=""/> <img src="images/iphone/iphoneAccount3.png" alt=""/>
</div> </div>
<p>Choose Add CalDAV Account: <p>Choose Add CalDAV Account:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCaldav1.png" alt=""/> <img src="images/iphone/iphoneCaldav1.png" alt=""/>
</div> </div>
<p>Enter your DavMail server hostname in the Server field, <p>Enter your DavMail server hostname in the Server field,
append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80, append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80,
provide your username and password then press Next: provide your username and password then press Next:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCaldav2.png" alt=""/> <img src="images/iphone/iphoneCaldav2.png" alt=""/>
</div> </div>
<p>On the account page, open Advanced Settings: <p>On the account page, open Advanced Settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCaldav3.png" alt=""/> <img src="images/iphone/iphoneCaldav3.png" alt=""/>
</div> </div>
<p>Enable SSL and check port, make sure Account URL is <p>Enable SSL and check port, make sure Account URL is
<em>https://davmailhost:1080/principals/users/username@ompany.com</em>: <em>https://davmailhost:1080/principals/users/username@company.com</em>:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCaldav4.png" alt=""/> <img src="images/iphone/iphoneCaldav4.png" alt=""/>
</div> </div>
</subsection> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -1,69 +1,69 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" <document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties> <properties>
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Carddav setup</title> <title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Carddav setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author> <author email="mguessan@free.fr">Mickael Guessant</author>
</properties> </properties>
<body> <body>
<section name="iPhone Carddav setup"> <section name="iPhone Carddav setup">
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server, <p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
see<a href="iphonesetup.html">iPhone setup</a>. see&#x20;<a href="iphonesetup.html">iPhone setup</a>.
</p> </p>
<subsection name="Create a new account"> <subsection name="Create a new account">
<p>Open iPhone Settings application and choose Mail, Contacts, Calendar: <p>Open iPhone Settings application and choose Mail, Contacts, Calendar:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount1.png" alt=""/> <img src="images/iphone/iphoneAccount1.png" alt=""/>
</div> </div>
<p>Then select Add Account...: <p>Then select Add Account...:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount2.png" alt=""/> <img src="images/iphone/iphoneAccount2.png" alt=""/>
</div> </div>
<p>DavMail is not an Exchange ActiveSync server, press Other: <p>DavMail is not an Exchange ActiveSync server, press Other:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount3.png" alt=""/> <img src="images/iphone/iphoneAccount3.png" alt=""/>
</div> </div>
<p>Choose Add CardDAV Account: <p>Choose Add CardDAV Account:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCarddav1.png" alt=""/> <img src="images/iphone/iphoneCarddav1.png" alt=""/>
</div> </div>
<p>Enter your DavMail server hostname in the Server field, <p>Enter your DavMail server hostname in the Server field,
append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80, append ':' and port if DavMail HTTP (Caldav and Carddav) port is not 80,
provide your username and password then press Next: provide your username and password then press Next:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCarddav2.png" alt=""/> <img src="images/iphone/iphoneCarddav2.png" alt=""/>
</div> </div>
<p>On the account page, open Advanced Settings: <p>On the account page, open Advanced Settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCarddav3.png" alt=""/> <img src="images/iphone/iphoneCarddav3.png" alt=""/>
</div> </div>
<p>Enable SSL and check port: <p>Enable SSL and check port:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneCarddav4.png" alt=""/> <img src="images/iphone/iphoneCarddav4.png" alt=""/>
</div> </div>
<p>Contact setup is complete, proceed to <p>Contact setup is complete, proceed to
<a href="iphonecaldavsetup.html">iPhone Caldav setup</a> <a href="iphonecaldavsetup.html">iPhone Caldav setup</a>
</p> </p>
</subsection> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -1,145 +1,145 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" <document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties> <properties>
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Mail setup</title> <title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - iPhone Mail setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author> <author email="mguessan@free.fr">Mickael Guessant</author>
</properties> </properties>
<body> <body>
<section name="iPhone Mail setup"> <section name="iPhone Mail setup">
<p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server, <p>Note: you can't install DavMail directly on an iPhone, you need a separate DavMail server,
see<a href="iphonesetup.html">iPhone setup</a>. see&#x20;<a href="iphonesetup.html">iPhone setup</a>.
</p> </p>
<subsection name="Create a new account"> <subsection name="Create a new account">
<p>Open iPhone Settings application and choose Mail, Contacts, Calendar: <p>Open iPhone Settings application and choose Mail, Contacts, Calendar:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount1.png" alt=""/> <img src="images/iphone/iphoneAccount1.png" alt=""/>
</div> </div>
<p>Then select Add Account...: <p>Then select Add Account...:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount2.png" alt=""/> <img src="images/iphone/iphoneAccount2.png" alt=""/>
</div> </div>
<p>DavMail is not an Exchange ActiveSync server, press Other: <p>DavMail is not an Exchange ActiveSync server, press Other:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneAccount3.png" alt=""/> <img src="images/iphone/iphoneAccount3.png" alt=""/>
</div> </div>
<p>Choose Add Mail Account: <p>Choose Add Mail Account:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail01.png" alt=""/> <img src="images/iphone/iphoneMail01.png" alt=""/>
</div> </div>
<p>Enter your name, email address and password, then press Next: <p>Enter your name, email address and password, then press Next:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail02.png" alt=""/> <img src="images/iphone/iphoneMail02.png" alt=""/>
</div> </div>
<p>Select IMAP account type: <p>Select IMAP account type:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail03.png" alt=""/> <img src="images/iphone/iphoneMail03.png" alt=""/>
</div> </div>
<p>In Incoming Mail Server section, enter your DavMail server hostname, <p>In Incoming Mail Server section, enter your DavMail server hostname,
append ':' and port if DavMail IMAP port is not 143: append ':' and port if DavMail IMAP port is not 143:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail04.png" alt=""/> <img src="images/iphone/iphoneMail04.png" alt=""/>
</div> </div>
<p>In Outgoing Mail Server section, enter your DavMail server hostname, <p>In Outgoing Mail Server section, enter your DavMail server hostname,
<em>do not append port, this is not supported by current iOS version</em>, then press Next: <em>do not append port, this is not supported by current iOS version</em>, then press Next:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail05.png" alt=""/> <img src="images/iphone/iphoneMail05.png" alt=""/>
</div> </div>
<p>Wait until your iPhone has finished verifying all possible port/protocol combination: <p>Wait until your iPhone has finished verifying all possible port/protocol combination:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail06.png" alt=""/> <img src="images/iphone/iphoneMail06.png" alt=""/>
</div> </div>
<p>If you get the <p>If you get the
<em>Cannot Connect Using SSL</em> <em>Cannot Connect Using SSL</em>
message, just select Yes, message, just select Yes,
you will just need to adjust account settings later. you will just need to adjust account settings later.
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail07.png" alt=""/> <img src="images/iphone/iphoneMail07.png" alt=""/>
</div> </div>
<p>Save the account: <p>Save the account:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail08.png" alt=""/> <img src="images/iphone/iphoneMail08.png" alt=""/>
</div> </div>
<p>Confirm: <p>Confirm:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail09.png" alt=""/> <img src="images/iphone/iphoneMail09.png" alt=""/>
</div> </div>
<p>Back to account settings page, still need to fix SMTP port <p>Back to account settings page, still need to fix SMTP port
if DavMail is not listening on default port 25, if DavMail is not listening on default port 25,
open account settings: open account settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail10.png" alt=""/> <img src="images/iphone/iphoneMail10.png" alt=""/>
</div> </div>
<p>Open Account Info: <p>Open Account Info:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail11.png" alt=""/> <img src="images/iphone/iphoneMail11.png" alt=""/>
</div> </div>
<p>Open SMTP page: <p>Open SMTP page:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail12.png" alt=""/> <img src="images/iphone/iphoneMail12.png" alt=""/>
</div> </div>
<p>Choose primary server: <p>Choose primary server:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail13.png" alt=""/> <img src="images/iphone/iphoneMail13.png" alt=""/>
</div> </div>
<p>Adjust SMTP port: <p>Adjust SMTP port:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail14.png" alt=""/> <img src="images/iphone/iphoneMail14.png" alt=""/>
</div> </div>
<p>Back to Account Info, open Advanced settings: <p>Back to Account Info, open Advanced settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail15.png" alt=""/> <img src="images/iphone/iphoneMail15.png" alt=""/>
</div> </div>
<p>Back to Account Info, open Advanced settings: <p>Back to Account Info, open Advanced settings:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail15.png" alt=""/> <img src="images/iphone/iphoneMail15.png" alt=""/>
</div> </div>
<p>Enable SSL on IMAP port: <p>Enable SSL on IMAP port:
</p> </p>
<div style="width: 100%;text-align: center"> <div style="width: 100%;text-align: center">
<img src="images/iphone/iphoneMail16.png" alt=""/> <img src="images/iphone/iphoneMail16.png" alt=""/>
</div> </div>
<p>Mail setup is complete, proceed to <p>Mail setup is complete, proceed to
<a href="iphonecarddavsetup.html">iPhone Carddav setup</a> <a href="iphonecarddavsetup.html">iPhone Carddav setup</a>
</p> </p>
</subsection> </subsection>
</section> </section>
</body> </body>
</document> </document>

View File

@ -1,51 +1,50 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" <document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties> <properties>
<title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - Thunderbird Carddav setup</title> <title>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway - Thunderbird Carddav setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author> <author email="mguessan@free.fr">Mickael Guessant</author>
</properties> </properties>
<body> <body>
<section name="Thunderbird Carddav setup"> <section name="Thunderbird Carddav setup">
<p>Thunderbird does not support Carddav natively, you will need to download and install the SOGo Connector <p>Thunderbird does not support Carddav natively, you will need to download and install the SOGo Connector
plugin from plugin from
<a href="http://www.sogo.nu/fr/downloads/frontends.html">SOGo Connector Thunderbird extension</a>. <a href="http://www.sogo.nu/fr/downloads/frontends.html">SOGo Connector Thunderbird extension</a>.
</p> </p>
<p>Note: the SOGo connector is not yet available for thunderbird 3.</p>
<subsection name="Create a new remote address book">
<subsection name="Create a new remote address book"> <p>After plugin installation, restart Thunderbird, open address book and choose
<p>After plugin installation, restart Thunderbird, open address book and choose File / New / Remote Address Book:
File / New / Remote Address Book: </p>
</p> <div style="width: 100%;text-align: center">
<div style="width: 100%;text-align: center"> <img src="images/thunderbirdCarddav1.png" alt=""/>
<img src="images/thunderbirdCarddav1.png" alt=""/> </div>
</div>
<p>Choose a name and enter contact folder location (adjust port to your settings):</p>
<p>Choose a name and enter contact folder location (adjust port to your settings):</p> <code>http://localhost:1080/users/mail@company.com/contacts
<code>http://localhost:1080/users/mail@company.com/contacts </code>
</code> <p>Replace mail@company.com with actual user email address.
<p>Replace mail@company.com with actual user email address. </p>
</p> <div style="width: 100%;text-align: center">
<div style="width: 100%;text-align: center"> <img src="images/thunderbirdCarddav2.png" alt=""/>
<img src="images/thunderbirdCarddav2.png" alt=""/> </div>
</div>
<p>Press OK and launch synchronisation with the toolbar
<p>Press OK and launch synchronisation with the toolbar <code>Synchronize</code>
<code>Synchronize</code> button.
button. </p>
</p>
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account or email address with Exchange 2007
or email address with Exchange 2007 </p>
</p> <div style="width: 100%;text-align: center">
<div style="width: 100%;text-align: center"> <img src="images/thunderbirdCarddav3.png" alt=""/>
<img src="images/thunderbirdCarddav3.png" alt=""/> </div>
</div> </subsection>
</subsection> </section>
</section> </body>
</body>
</document> </document>