2007-04-16 12:57:03 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<document>
|
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<properties>
|
|
|
|
<title>Getting started with DavMail</title>
|
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<body>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<section name="DavMail configuration">
|
|
|
|
<p>In order to change DavMail settings, double click on the tray icon or
|
|
|
|
right click on it and choose
|
|
|
|
<code>Settings...</code>
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/davmailSettings.png"/>
|
|
|
|
</div>
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>
|
|
|
|
The following table describes the main options :
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Parameter</th>
|
|
|
|
<th>Description</th>
|
|
|
|
<th>Sample value</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>OWA url</td>
|
|
|
|
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL</td>
|
2007-10-02 11:22:45 -04:00
|
|
|
<td>http://exchangeServer/exchange/</td>
|
2007-04-26 19:06:39 -04:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Local POP port</td>
|
|
|
|
<td>Local POP server port to configure in POP client configuration</td>
|
|
|
|
<td>110</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Local SMTP port</td>
|
|
|
|
<td>Local SMTP server port to configure in POP client configuration</td>
|
|
|
|
<td>25</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Keep Delay</td>
|
|
|
|
<td>Number of days to keep messages in Exchange trash folder before actual deletion</td>
|
|
|
|
<td>30</td>
|
|
|
|
</tr>
|
2007-10-02 11:22:45 -04:00
|
|
|
<tr>
|
|
|
|
<td>Allow remote connections</td>
|
|
|
|
<td>Allow remote connections to the gateway (server mode)</td>
|
|
|
|
<td>false</td>
|
|
|
|
</tr>
|
2007-04-26 19:06:39 -04:00
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
<p>The bottom panel can be activated to set an HTTP proxy and associated credentials if needed</p>
|
|
|
|
</section>
|
|
|
|
<section name="Thunderbird configuration">
|
|
|
|
<p>DavMail can be used with any POP3/SMTP client by adjusting the following description designed for
|
|
|
|
Thunderbird
|
|
|
|
</p>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<section name="Create a new account">
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount1.png"/>
|
|
|
|
</div>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Edit common name and Exchange mail address:
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount2.png"/>
|
|
|
|
</div>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Choose POP as server type, located at localhost:
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount3.png"/>
|
|
|
|
</div>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Populate in and out login names with Active Directory account name, i.e. domain\account
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount4.png"/>
|
|
|
|
</div>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Edit account name (email address by default):
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount5.png"/>
|
|
|
|
</div>
|
2007-04-16 12:57:03 -04:00
|
|
|
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Finish:
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdAccount6.png"/>
|
|
|
|
</div>
|
2007-04-26 19:06:39 -04:00
|
|
|
|
|
|
|
</section>
|
|
|
|
<section name="Create a new SMTP configuration">
|
|
|
|
<p>Create a new outgoing mail configuration under account settings:
|
|
|
|
</p>
|
2007-10-23 18:53:59 -04:00
|
|
|
<div style="width: 100%;text-align: center">
|
|
|
|
<img src="images/thunderbirdSmtp.png"/>
|
|
|
|
</div>
|
2007-04-26 19:06:39 -04:00
|
|
|
<p>Server name is localhost, edit port according to DavMail settings.
|
|
|
|
The connection must use authentication with Active Directory account and encryption is not needed.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
2007-04-16 12:57:03 -04:00
|
|
|
</document>
|