1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00
davmail/src/site/xdoc/thunderbirddirectorysetup.xml
mguessan 3bc40e55e5 Added a FAQ page in documentation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@294 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2009-01-17 15:02:42 +00:00

34 lines
1.4 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>DavMail POP/SMTP/Caldav Exchange Gateway - 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 LDAP.
</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>