davmail/src/site/xdoc/thunderbirddirectorysetup.xml

39 lines
1.7 KiB
XML

<?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 - 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>
<subsection 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" alt=""/>
</div>
<p>Choose a name, host is always localhost, LDAP base context&#x20;<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 compose window :
</p>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdDirectory2.png" alt=""/>
</div>
<p>Proceed to
<a href="thunderbirdcarddavsetup.html">Thunderbird Carddav setup</a>
</p>
</subsection>
</section>
</body>
</document>