1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00
davmail/src/site/xdoc/thunderbirdmailsetup.xml
mguessan 1ca2da38f0 Update site page titles
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@231 3d1905a2-6b24-0410-a738-b14d5a86fcbd
2008-12-11 00:13:16 +00:00

67 lines
2.6 KiB
XML

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