davmail/src/site/xdoc/thunderbirdmailsetup.xml

84 lines
3.4 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<document>
<properties>
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Thunderbird mail setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="POP Thunderbird mail setup">
<p>There are two ways to access Exchange emails through DavMail Gateway: the good old
and efficient POP protocol, limited to Inbox access and the IMAP protocol that enables
full message folder tree access. IMAP support in DavMail is more recent and less optimised
than POP.
</p>
<p>This page describes POP3 setup, if you need multiple folders access, proceed to
<a href="thunderbirdimapmailsetup.html">
IMAP Thunderbird mail setup
</a>
instead.
</p>
<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
with Exchange 2003 and earlier. You don't need the domain name prefix with
Exchange 2007.
</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>