Full OSX tools documentation

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@481 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-03-27 12:25:21 +00:00
parent 72a8ad7374
commit a0b60e00a3
29 changed files with 227 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -40,6 +40,11 @@
<item name="Calendar setup" href="/thunderbirdcalendarsetup.html"/>
<item name="Directory setup" href="/thunderbirddirectorysetup.html"/>
</menu>
<menu name="OSX Setup">
<item name="iCal setup" href="/osxicalsetup.html"/>
<item name="Directory setup" href="/osxdirectorysetup.html"/>
<item name="IMAP Mail setup" href="/osximapmailsetup.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>

View File

@ -0,0 +1,73 @@
<?xml version="1.0"?>
<document>
<properties>
<title>DavMail POP/IMAP/SMTP/Caldav Exchange Gateway - OSX directory setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="OSX directory setup">
<p>DavMail Directory support is now available to access Exchange address book through LDAP.
A special OpenDirectory naming context was implemented to enable iCal attendee completion.
</p>
<section name="Open Directory Utility">
<p>In OSX Finder, go to Utilities and launch Directory Utility:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility1.png"/>
</div>
<p>Choose Show Advanced Settings, switch to Services tab, select LDAPv3 and click
the pencil icon (you may need to unlock settings with your admin password first):
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility2.png"/>
</div>
<p>Click New...:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility3.png"/>
</div>
<p>Enter DavMail server name (localhost) and click Manual:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility4.png"/>
</div>
<p>Enter Configuration Name and choose OpenDirectory in LDAP Mappings:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility5.png"/>
</div>
<p>Enter o=od as Search Base Suffix:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility6.png"/>
</div>
<p>Enter o=od as Search Base Suffix:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility7.png"/>
</div>
<p>If DavMail LDAP listen port is not 389, edit the new configuration,
check Use custom port and enter actual port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxDirectoryUtility8.png"/>
</div>
<p>Proceeed to
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
</p>
</section>
</section>
</body>
</document>

View File

@ -0,0 +1,45 @@
<?xml version="1.0"?>
<document>
<properties>
<title>DavMail POP/IMAP/SMTP/Caldav Exchange Gateway - OSX iCal setup</title>
<author email="mguessan@free.fr">Mickael Guessant</author>
</properties>
<body>
<section name="OSX iCal setup">
<p>DavMail Calendar support is now available, tested with Thunderbird/Lightning and Apple iCal.
This should also work with other Caldav clients.
</p>
<section name="Open iCal Preferences">
<p>Open iCal Preferences, go to th Accounts tab and click the plus button:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal1.png"/>
</div>
<p>Choose a name, enter you Exchange username and password. Open the server options section
to enter the full calendar URL (adjust port to your settings):</p>
<code>http://localhost:1080/principals/users/mail@company.com
</code>
<p>Replace mail@company.com with actual user email address.
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal2.png"/>
</div>
<p>Click Add, choose Connect Anyway in warning Dialog:</p>
<div style="width: 100%;text-align: center">
<img src="images/osxIcal3.png"/>
</div>
<p>Proceeed to
<a href="osxdirectorysetup.html">OSX directory setup</a> to enable attendee completion.
</p>
</section>
</section>
</body>
</document>

View File

@ -0,0 +1,103 @@
<?xml version="1.0"?>
<document>
<properties>
<title>DavMail POP/IMAP/SMTP/Caldav 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>
<section name="Create a new account">
<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"/>
</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"/>
</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"/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap4.png"/>
</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"/>
</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"/>
</div>
<p>Leave SSL unchecked and click Continue:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap7.png"/>
</div>
<p>Check summary and click Create:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap8.png"/>
</div>
</section>
<section 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"/>
</div>
<p>Under the advanced tab, enter actual DavMail IMAP port:
</p>
<div style="width: 100%;text-align: center">
<img src="images/osxMailImap10.png"/>
</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"/>
</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"/>
</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"/>
</div>
</section>
</section>
</body>
</document>

View File

@ -10,7 +10,7 @@
<body>
<section name="Thunderbird calendar setup">
<p>DavMail Calendar support is now available, tested with Thunderbird with Lightning.
<p>DavMail Calendar support is now available, tested with Thunderbird/Lightning and Apple iCal.
This should also work with other Caldav clients.
</p>
@ -27,9 +27,6 @@
</code>
<p>Replace mail@company.com with actual user email address.
</p>
<p>Note for iCal users: use the following URL instead:</p>
<code>http://localhost:1080/principals/users/mail@company.com
</code>
<div style="width: 100%;text-align: center">
<img src="images/thunderbirdCalendar2.png"/>
</div>