davmail/src/site/xdoc/osximapmailsetup.xml

141 lines
7.2 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 - OSX IMAP Mail setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="OSX IMAP 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. This page describes OSX IMAP Mail setup.
</p>
<subsection name="Create a new account on OSX Mavericks">
<p>Note: see section below to setup an account on older OSX versions</p>
<p>Launch Apple Mail and choose <code>Add Other Mail Account</code> in add account dialog</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap1.png" alt=""/>
</div>
<p>Provide Full Name, Email address and password and click Create</p>
<p>Confirm "Account must be manually configured" by clicking Next</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap2.png" alt=""/>
</div>
<p>Account type is IMAP, mail server is DavMail host (localhost for workstation mode)</p>
<p>Enter username (can be email or windows login), click next</p>
<p>Confirm "Additional account information required" by clicking Next</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap3.png" alt=""/>
</div>
<p>Leave path prefix empty (except for shared mailbox access), enter DavMail IMAP port, authentication is password, click next</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap4.png" alt=""/>
</div>
<p>SMTP server is DavMail host again, click Create</p>
<p>Confirm "Additional account information required" by clicking Next</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap5.png" alt=""/>
</div>
<p>Enter DavMail SMTP port, authentication is password, then click Create</p>
<div style="width: 100%;text-align: center">
<img src="images/osx/osxMavericksMailImap6.png" alt=""/>
</div>
</subsection>
<subsection name="Create a new account on previous OSX versions">
<p>Launch Apple Mail, open Preferences and click the plus button to create a new
account. Enter you full name, email address and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap1.png" alt=""/>
</div>
<p>Choose IMAP account type, enter description, DavMail gateway address (localhost).
Check username and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap2.png" alt=""/>
</div>
<p>Click continue, if DavMail is not listening on the default IMAP port (143), you
will get the following error message, click Continue again to proceed:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap3.png" alt=""/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap4.png" alt=""/>
</div>
<p>Enter Outgoing Mail Server (SMTP) description and DavMail gateway address (localhost).
Check Use Authentication and enter your Exchange username and password:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap5.png" alt=""/>
</div>
<p>Click continue, if DavMail is not listening on the default SMTP port (25), you
will get the following error message, click Continue again to proceed:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap6.png" alt=""/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap7.png" alt=""/>
</div>
<p>Check summary and click Create:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap8.png" alt=""/>
</div>
</subsection>
<subsection name="Additional settings">
<p>Open the Mailbox Behaviors tab and uncheck Store sent messages on server, as Exchange already
stores each sent message in this folder:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap9.png" alt=""/>
</div>
<p>Under the advanced tab, enter actual DavMail IMAP port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap10.png" alt=""/>
</div>
<p>Under the Account Information tab, choose Edit Server List in Outgoing Mail Server (SMTP) field:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap11.png" alt=""/>
</div>
<p>Open the advanced tab, check use custom port and enter actual DavMail SMTP port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap12.png" alt=""/>
</div>
<p>You may also want to set the Add invitations to iCal parameter to Never:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap13.png" alt=""/>
</div>
<p>Proceed to
<a href="osxaddressbooksetup.html">OSX Address Book setup</a>
</p>
</subsection>
</section>
</body>
</document>