Update doc with new Caldav and LDAP features

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@209 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-12-05 13:27:02 +00:00
parent 2679f49183
commit 380f4c17f5
13 changed files with 168 additions and 56 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -17,14 +17,23 @@
</head>
<menu name="Quick Links">
<item name="Home" href="/index.html"/>
<item name="Download" href="http://sourceforge.net/project/platformdownload.php?group_id=184600"/>
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
</menu>
<menu name="DavMail Setup">
<item name="Windows Setup" href="/windowssetup.html"/>
<item name="Linux Setup" href="/linuxsetup.html"/>
<item name="Server Setup" href="/serversetup.html"/>
<item name="Getting Started" href="/gettingstarted.html"/>
<item name="Download" href="http://sourceforge.net/project/platformdownload.php?group_id=184600"/>
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
</menu>
<menu name="Thunderbird Setup">
<item name="Mail setup" href="/thunderbirdmailsetup.html"/>
<item name="Calendar setup" href="/thunderbirdcalendarsetup.html"/>
<item name="Directory setup" href="/thunderbirddirectorysetup.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>

View File

@ -94,60 +94,7 @@
</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>
<section name="Create a new account">
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/>
</div>
<p>Edit common name and Exchange mail address:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount2.png"/>
</div>
<p>Choose POP as server type, located at localhost:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount3.png"/>
</div>
<p>Populate in and out login names with Active Directory account name, i.e. domain\account
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/>
</div>
<p>Edit account name (email address by default):
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount5.png"/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount6.png"/>
</div>
</section>
<section name="Create a new SMTP configuration">
<p>Create a new outgoing mail configuration under account settings:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdSmtp.png"/>
</div>
<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>
<p>Proceeed to <a href="thunderbirdmailsetup.html">Thunderbird mail setup</a></p>
</section>
</body>

View File

@ -0,0 +1,55 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Thunderbird calendar setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Thunderbird calendar setup">
<p>DavMail Calendar support is now available, tested with Thunderbird with Lightning.
This should also work with other Caldav clients.
</p>
<section name="Create a new network calendar">
<p>Obviously, you need to install the Thunderbird Lightning extension. You can
then create a new network calendar:</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar1.png"/>
</div>
<p>Choose CalDav format and specify location (adjust port to your settings):
<code>http://localhost:1080/calendar</code>
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar2.png"/>
</div>
<p>Choose a name, color and set the associated email address (as set in mail setup)
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar3.png"/>
</div>
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar4.png"/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar5.png"/>
</div>
<p>Proceeed to <a href="thunderbirddirectorysetup.html">Thunderbird calendar setup</a></p>
</section>
</section>
</body>
</document>

View File

@ -0,0 +1,34 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Thunderbird directory setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Thunderbird directory setup">
<p>DavMail Directory support is now available to access Exchange address book through LDAPS.
</p>
<section name="Create a new LDAP directory">
<p>Open Thunderbird address book and choose File/New/LDAP Directory:</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory1.png"/>
</div>
<p>Choose a name, host is always localhost, LDAP base context <code>ou=people</code>,
adjust port to your settings and set user to your Active Directory account name,
i.e. domain\account. Leave other options to default values.
</p>
<p>You may also want to use this directory for mail completion in compoze window :
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory2.png"/>
</div>
</section>
</section>
</body>
</document>

View File

@ -0,0 +1,67 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Thunderbird mail setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="Thunderbird mail setup">
<p>DavMail can be used with any POP3/SMTP client by adjusting the following description designed for
Thunderbird
</p>
<section name="Create a new account">
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount1.png"/>
</div>
<p>Edit common name and Exchange mail address:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount2.png"/>
</div>
<p>Choose POP as server type, located at localhost:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount3.png"/>
</div>
<p>Populate in and out login names with Active Directory account name, i.e. domain\account
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount4.png"/>
</div>
<p>Edit account name (email address by default):
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount5.png"/>
</div>
<p>Finish:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdAccount6.png"/>
</div>
</section>
<section name="Create a new SMTP configuration">
<p>Create a new outgoing mail configuration under account settings:
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdSmtp.png"/>
</div>
<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>
<p>Proceeed to <a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a></p>
</section>
</section>
</body>
</document>