New setup documentation

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@55 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2007-04-26 23:06:39 +00:00
parent 671fd5758a
commit e38cac3319
16 changed files with 119 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -12,9 +12,11 @@
<body>
<menu name="Quick Links">
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
<item name="About" href="/index.html"/>
<item name="Download" href="http://sourceforge.net/project/platformdownload.php?group_id=184600"/>
<item name="Setup" href="/setup.html"/>
<item name="Getting Started" href="/gettingstarted.html"/>
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
</menu>
${reports}

View File

@ -2,25 +2,91 @@
<document>
<properties>
<title>Getting started with DavMail</title>
<author email="mguessan@free.fr">Mickaël Guessant</author>
</properties>
<properties>
<title>Getting started with DavMail</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<body>
<section name="Setup">
<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>
<img src="images/davmailSettings.png"/>
<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>
<td>https://mail.bt.com/exchange/</td>
</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>
</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>
<p>
</p>
<section name="Create a new account">
<img src="images/thunderbirdAccount1.png"/>
</section>
<p>Edit common name and Exchange mail address:
</p>
<img src="images/thunderbirdAccount2.png"/>
<section name="Thunderbird configuration">
<p>Choose POP as server type, located at localhost:
</p>
<img src="images/thunderbirdAccount3.png"/>
<p>Populate in and out login names with Active Directory account name, i.e. domain\account
</p>
<img src="images/thunderbirdAccount4.png"/>
</section>
<p>Edit account name (email address by default):
</p>
<img src="images/thunderbirdAccount5.png"/>
</body>
<p>Finish:
</p>
<img src="images/thunderbirdAccount6.png"/>
</section>
<section name="Create a new SMTP configuration">
<p>Create a new outgoing mail configuration under account settings:
</p>
<img src="images/thunderbirdSmtp.png"/>
<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>
</document>

38
src/site/xdoc/setup.xml Normal file
View File

@ -0,0 +1,38 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Setup DavMail</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="DavMail Setup">
<p>Prerequisite : Sun J2SE 1.6 is mandatory to enable tray icon support. You may use
DavMail with an older version, but the gateway will run as a command line application.
</p>
<p>DavMail setup is straightforward, just follow the setup wizard.
</p>
<p>Choose language:
</p>
<img src="images/setup1.png"/>
<p>Click Next:
</p>
<img src="images/setup2.png"/>
<p>Accept GPL licence:
</p>
<img src="images/setup3.png"/>
<p>Choose path:
</p>
<img src="images/setup4.png"/>
<p>Launch installation and start gateway:
</p>
<img src="images/setup5.png"/>
<p>Adjust DavMail settings : <a href="gettingstarted.html">Getting started</a></p>
</section>
</body>
</document>