mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-12 22:18:11 -05:00
Doc: upgrade maven site plugin and improve style
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@655 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
40325ac29d
commit
8193052f13
17
pom.xml
17
pom.xml
@ -7,6 +7,9 @@
|
||||
<packaging>jar</packaging>
|
||||
<version>3.3.0</version>
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
|
||||
<organization>
|
||||
<name>Mickaël Guessant</name>
|
||||
</organization>
|
||||
<url>http://www.sourceforge.net/projects/davmail</url>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<description>
|
||||
@ -224,6 +227,15 @@
|
||||
<version>3.2.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>http://repository.apache.org/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<sourceDirectory>src/java</sourceDirectory>
|
||||
<plugins>
|
||||
@ -235,6 +247,11 @@
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<distributionManagement>
|
||||
|
43
src/site/resources/css/site.css
Normal file
43
src/site/resources/css/site.css
Normal file
@ -0,0 +1,43 @@
|
||||
/* You can override this file with your own styles */
|
||||
.externalLink img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.section h2, .section h3 {
|
||||
border:0px;
|
||||
background: transparent;
|
||||
color:black;
|
||||
font-size:17px;
|
||||
}
|
||||
.section h2 {
|
||||
border-bottom:1px solid;
|
||||
padding:1px;
|
||||
}
|
||||
.section h3 {
|
||||
background:#ECECEC;
|
||||
font-size:15px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.section p {
|
||||
padding-left:15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.section table {
|
||||
margin-left:10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.small {
|
||||
font-size:9px;
|
||||
}
|
||||
.source {
|
||||
overflow:auto;
|
||||
}
|
||||
.floatLeft {
|
||||
float:left;
|
||||
}
|
||||
.notype {
|
||||
list-style-type:none;
|
||||
margin-left:10px;
|
||||
padding-left:0px;
|
||||
}
|
@ -1,7 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Maven">
|
||||
<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
|
||||
<version position="left"/>
|
||||
|
||||
|
||||
<bannerLeft>
|
||||
<name>SourceForge</name>
|
||||
<src>http://sflogo.sourceforge.net/sflogo.php?group_id=184600&type=12</src>
|
||||
@ -17,7 +19,7 @@
|
||||
</skin>
|
||||
<body>
|
||||
<head>
|
||||
<link href="/favicon.ico" rel="shortcut icon" />
|
||||
<link href="/favicon.ico" rel="shortcut icon"/>
|
||||
</head>
|
||||
<menu name="Quick Links">
|
||||
<item name="Home" href="/index.html"/>
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Frequently asked questions</title>
|
||||
@ -11,7 +13,7 @@
|
||||
<section name="Frequently asked questions">
|
||||
<p>Frequently asked questions on DavMail forums, mailing list or direct email.
|
||||
</p>
|
||||
<section name="General">
|
||||
<subsection name="General">
|
||||
<p>
|
||||
<strong>Authentication fails with invalid user or password message</strong>
|
||||
</p>
|
||||
@ -34,9 +36,9 @@
|
||||
<p>Your Exchange server expects HTTPS (secured) connections, use https instead of http in
|
||||
OWA url.
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
|
||||
<section name="Caldav (calendar)">
|
||||
<subsection name="Caldav (calendar)">
|
||||
<p>
|
||||
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
|
||||
</p>
|
||||
@ -44,9 +46,9 @@
|
||||
on. To detect errors at this level, you may activate calendar log settings
|
||||
under Tools/Options/Advanced:
|
||||
</p>
|
||||
<source>calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true
|
||||
</source>
|
||||
<source>
|
||||
calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true</source>
|
||||
|
||||
<p>
|
||||
<strong>Invalid notifications</strong>
|
||||
@ -59,22 +61,27 @@
|
||||
</p>
|
||||
<source>calendar.caldav.sched.enabled=true</source>
|
||||
|
||||
</section>
|
||||
</subsection>
|
||||
|
||||
<section name="Build">
|
||||
<subsection name="Build">
|
||||
<p>
|
||||
<strong>How to build DavMail ?</strong>
|
||||
</p>
|
||||
<p>Building DavMail is quite simple:</p>
|
||||
<ul>
|
||||
<li>Make sure you have Java 6 installed and set as current version by checking
|
||||
JAVA_HOME:<br/>
|
||||
JAVA_HOME:
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Unix/OSX: <source>echo $JAVA_HOME</source></li>
|
||||
<li>Windows: <source>echo %JAVA_HOME%</source></li>
|
||||
<li>Unix/OSX:
|
||||
<source>echo $JAVA_HOME</source>
|
||||
</li>
|
||||
<li>Windows:
|
||||
<source>echo %JAVA_HOME%</source>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Download and unzip ant from<a href="http://ant.apache.org/">ant.apache.org</a>,
|
||||
<li>Download and unzip ant from <a href="http://ant.apache.org/">ant.apache.org</a>,
|
||||
add ant/bin full path to the PATH environment variable
|
||||
</li>
|
||||
<li>Get DavMail source package from sourceforge and uncompress it:
|
||||
@ -89,7 +96,7 @@
|
||||
</ul>
|
||||
<p>Packages are then available under dist
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Getting started</title>
|
||||
@ -15,128 +16,126 @@
|
||||
<code>Settings...</code>
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/davmailSettings.png"/>
|
||||
<img src="images/davmailSettings.png" alt=""/>
|
||||
</div>
|
||||
<p>
|
||||
The following table describes the main and advanced options :
|
||||
<table>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Description</th>
|
||||
<th>Sample value</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>OWA url</td>
|
||||
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL</td>
|
||||
<td>http://exchangeServer/exchange/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local POP port</td>
|
||||
<td>Local POP server port to configure in POP client</td>
|
||||
<td>110</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local IMAP port</td>
|
||||
<td>Local IMAP server port to configure in IMAP client</td>
|
||||
<td>143</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local SMTP port</td>
|
||||
<td>Local SMTP server port to configure in POP client</td>
|
||||
<td>25</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local Caldav HTTP port</td>
|
||||
<td>Local Caldav server port to configure in Caldav (calendar) client</td>
|
||||
<td>80</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local LDAP port</td>
|
||||
<td>Local LDAP server port to configure in add directory (addresse book) client</td>
|
||||
<td>389</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Keep Delay</td>
|
||||
<td>Number of days to keep messages in Exchange trash folder before actual deletion</td>
|
||||
<td>30</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sent Keep Delay</td>
|
||||
<td>Number of days to keep sent messages in Exchange sent folder</td>
|
||||
<td>90</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Calendar past events</td>
|
||||
<td>Get events in the past not older than specified days count, leave empty for no limits</td>
|
||||
<td>90</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Allow remote connections</td>
|
||||
<td>Allow remote connections to the gateway (server mode)</td>
|
||||
<td>false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store type</td>
|
||||
<td>Choose key store type</td>
|
||||
<td>JKS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store</td>
|
||||
<td>SSL certificate key store file path</td>
|
||||
<td>path/to/keystore</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store password</td>
|
||||
<td>Key store password</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key password</td>
|
||||
<td>SSL key password inside key store</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PKCS11 library</td>
|
||||
<td>PKCS11 (smartcard) library path (.so or .dll)</td>
|
||||
<td>softokn3.dll</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PKCS11 config</td>
|
||||
<td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td>
|
||||
<td>slot=2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bind Address</td>
|
||||
<td>Bind only to the specified network address</td>
|
||||
<td>10.0.1.2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Server certificate hash</td>
|
||||
<td>Manually accepted server certificate hash, contains the SHA1 hash of
|
||||
a manually accepted certificate (invalid or self signed)
|
||||
</td>
|
||||
<td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Disable update check</td>
|
||||
<td>Disable DavMail check for new version</td>
|
||||
<td>false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Logging levels</td>
|
||||
<td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details
|
||||
</td>
|
||||
<td>WARN</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log file Path</td>
|
||||
<td>DavMail log file path (default is davmail.log in working directory on Unix and Windows,
|
||||
~/Library/Logs/DavMail/davmail.log on OSX)
|
||||
</td>
|
||||
<td>davmail.log</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
<p>The following table describes the main and advanced options :</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Parameter</th>
|
||||
<th>Description</th>
|
||||
<th>Sample value</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>OWA url</td>
|
||||
<td>Outlook Web Access URL to access the exchange server, i.e. the base webmail URL</td>
|
||||
<td>http://exchangeServer/exchange/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local POP port</td>
|
||||
<td>Local POP server port to configure in POP client</td>
|
||||
<td>110</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local IMAP port</td>
|
||||
<td>Local IMAP server port to configure in IMAP client</td>
|
||||
<td>143</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local SMTP port</td>
|
||||
<td>Local SMTP server port to configure in POP client</td>
|
||||
<td>25</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local Caldav HTTP port</td>
|
||||
<td>Local Caldav server port to configure in Caldav (calendar) client</td>
|
||||
<td>80</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Local LDAP port</td>
|
||||
<td>Local LDAP server port to configure in add directory (addresse book) client</td>
|
||||
<td>389</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Keep Delay</td>
|
||||
<td>Number of days to keep messages in Exchange trash folder before actual deletion</td>
|
||||
<td>30</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sent Keep Delay</td>
|
||||
<td>Number of days to keep sent messages in Exchange sent folder</td>
|
||||
<td>90</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Calendar past events</td>
|
||||
<td>Get events in the past not older than specified days count, leave empty for no limits</td>
|
||||
<td>90</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Allow remote connections</td>
|
||||
<td>Allow remote connections to the gateway (server mode)</td>
|
||||
<td>false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store type</td>
|
||||
<td>Choose key store type</td>
|
||||
<td>JKS</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store</td>
|
||||
<td>SSL certificate key store file path</td>
|
||||
<td>path/to/keystore</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key store password</td>
|
||||
<td>Key store password</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Key password</td>
|
||||
<td>SSL key password inside key store</td>
|
||||
<td>password</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PKCS11 library</td>
|
||||
<td>PKCS11 (smartcard) library path (.so or .dll)</td>
|
||||
<td>softokn3.dll</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PKCS11 config</td>
|
||||
<td>Optional additional PKCS11 settings (slot, nssArgs, ...)</td>
|
||||
<td>slot=2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bind Address</td>
|
||||
<td>Bind only to the specified network address</td>
|
||||
<td>10.0.1.2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Server certificate hash</td>
|
||||
<td>Manually accepted server certificate hash, contains the SHA1 hash of
|
||||
a manually accepted certificate (invalid or self signed)
|
||||
</td>
|
||||
<td>9F:CC:59:82:1F:C:CD:29:7C:70:F0:D8:37:B1:77:3F:48:84:AE:C4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Disable update check</td>
|
||||
<td>Disable DavMail check for new version</td>
|
||||
<td>false</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Logging levels</td>
|
||||
<td>Default, DavMail and HttpClient logging levels, see Log4J documentation for more details
|
||||
</td>
|
||||
<td>WARN</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Log file Path</td>
|
||||
<td>DavMail log file path (default is davmail.log in working directory on Unix and Windows,
|
||||
~/Library/Logs/DavMail/davmail.log on OSX)
|
||||
</td>
|
||||
<td>davmail.log</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Uncheck a port to disable matching service.</p>
|
||||
<p>Activate panel under Proxy tab to set an HTTP proxy and associated credentials if needed</p>
|
||||
<p>Proceeed to
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway</title>
|
||||
@ -8,9 +9,9 @@
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<style>
|
||||
<!--style>
|
||||
.externalLink img {vertical-align: middle;}
|
||||
</style>
|
||||
</style-->
|
||||
|
||||
<section name="About DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway">
|
||||
<p>Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing
|
||||
@ -23,7 +24,7 @@
|
||||
Tested successfully with the Iphone (gateway running on a server).
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/ubuntutray.png"/>
|
||||
<img src="images/ubuntutray.png" alt=""/>
|
||||
</div>
|
||||
</section>
|
||||
<section name="Download and support this project">
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Linux setup</title>
|
||||
@ -10,7 +11,7 @@
|
||||
<body>
|
||||
|
||||
<section name="DavMail Setup on linux">
|
||||
<section name="Debian package">
|
||||
<subsection name="Debian package">
|
||||
<p>Download current debian package from Sourceforge, double click on it
|
||||
to launch package installer.
|
||||
</p>
|
||||
@ -19,8 +20,8 @@
|
||||
install sun-java6-bin and the appropriate swt package. After installation,
|
||||
DavMail is available in the Applications menu.
|
||||
</p>
|
||||
</section>
|
||||
<section name="Manual setup">
|
||||
</subsection>
|
||||
<subsection name="Manual setup">
|
||||
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
|
||||
Java 1.5.
|
||||
</p>
|
||||
@ -46,12 +47,12 @@
|
||||
You should now see the DavMail gateway icon in the tray :
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img align="center" src="images/ubuntutray.png"/>
|
||||
<img align="middle" src="images/ubuntutray.png" alt=""/>
|
||||
</div>
|
||||
<p>Adjust DavMail settings :
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Mac OS X setup</title>
|
||||
@ -17,16 +18,17 @@
|
||||
<p>Download DavMail Mac OSX package from Sourceforge:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxdownload.png"/>
|
||||
<img src="images/osxdownload.png" alt=""/>
|
||||
</div>
|
||||
<p>Safari should automatically extract the application archive. If not, just
|
||||
double click on the zip file to trigger decompression. The extracted
|
||||
DavMail.app directory is then recognised as a valid OSX application.
|
||||
</p>
|
||||
<p>Just double click on the application icon to launch DavMail. On
|
||||
first start the application displays the Settings (Preferences) frame.</p>
|
||||
first start the application displays the Settings (Preferences) frame.
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxsettings.jpg"/>
|
||||
<img src="images/osxsettings.jpg" alt=""/>
|
||||
</div>
|
||||
<p>Adjust DavMail settings:
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - OSX directory setup</title>
|
||||
@ -14,68 +15,68 @@
|
||||
A special OpenDirectory naming context was implemented to enable iCal attendee completion.
|
||||
</p>
|
||||
|
||||
<section name="Open Directory Utility">
|
||||
<subsection 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"/>
|
||||
<img src="images/osxDirectoryUtility1.png" alt=""/>
|
||||
</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"/>
|
||||
<img src="images/osxDirectoryUtility2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Click New...:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility3.png"/>
|
||||
<img src="images/osxDirectoryUtility3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enter DavMail server name (localhost) and click Manual:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility4.png"/>
|
||||
<img src="images/osxDirectoryUtility4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enter Configuration Name and choose OpenDirectory in LDAP Mappings:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility5.png"/>
|
||||
<img src="images/osxDirectoryUtility5.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Enter o=od as Search Base Suffix:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility6.png"/>
|
||||
<img src="images/osxDirectoryUtility6.png" alt=""/>
|
||||
</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/osxDirectoryUtility7.png"/>
|
||||
<img src="images/osxDirectoryUtility7.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Then activate authentication under the Security tab and
|
||||
enter your credentials:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility8.png"/>
|
||||
<img src="images/osxDirectoryUtility8.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Under the Search Policy tab, choose Contacts, set Search to Custom Path
|
||||
and /LDAPV3/localhost to the list of Directory Domains:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxDirectoryUtility9.png"/>
|
||||
<img src="images/osxDirectoryUtility9.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Proceeed to
|
||||
<a href="osximapmailsetup.html">OSX IMAP Mail setup</a>
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - OSX iCal setup</title>
|
||||
@ -14,32 +15,34 @@
|
||||
This should also work with other Caldav clients.
|
||||
</p>
|
||||
|
||||
<section name="Open iCal Preferences">
|
||||
<subsection name="Open iCal Preferences">
|
||||
<p>Open iCal Preferences, go to the Accounts tab and click the plus button:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxIcal1.png"/>
|
||||
<img src="images/osxIcal1.png" alt=""/>
|
||||
</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>
|
||||
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"/>
|
||||
<img src="images/osxIcal2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Click Add, choose Connect Anyway in warning dialog:</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxIcal3.png"/>
|
||||
<img src="images/osxIcal3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Proceeed to
|
||||
<a href="osxdirectorysetup.html">OSX directory setup</a> to enable attendee completion.
|
||||
<a href="osxdirectorysetup.html">OSX directory setup</a>
|
||||
to enable attendee completion.
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - OSX IMAP Mail setup</title>
|
||||
@ -16,88 +17,89 @@
|
||||
than POP. This page describes OSX IMAP Mail setup.
|
||||
</p>
|
||||
|
||||
<section name="Create a new account">
|
||||
<subsection 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>
|
||||
account. Enter you full name, email address and password:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/osxMailImap1.png"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<img src="images/osxMailImap8.png" alt=""/>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section name="Additional settings">
|
||||
</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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<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"/>
|
||||
<img src="images/osxMailImap13.png" alt=""/>
|
||||
</div>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Server setup</title>
|
||||
@ -71,7 +72,7 @@ davmail.logFilePath=/var/log/davmail.log
|
||||
</section>
|
||||
|
||||
<section name="DavMail Setup as a JEE Web Application">
|
||||
<p>Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container
|
||||
<p>Prerequisites : Sun J2SE 1.5 or 1.6 and any JEE compliant web container
|
||||
</p>
|
||||
|
||||
<p>Davmail Gateway can now be deployed in any JEE application server using
|
||||
@ -81,7 +82,7 @@ davmail.logFilePath=/var/log/davmail.log
|
||||
details will vary according to the specific application server available.
|
||||
</p>
|
||||
|
||||
<p>Download the war DavMail package from Sourceforge <code>davmail-*.war</code>,
|
||||
<p>Download the war DavMail package from Sourceforge<code>davmail-*.war</code>,
|
||||
and deploy it inside the application server. In Tomcat, this means copy the
|
||||
war file to the webapps directory. If Tomcat is started and automatic
|
||||
deployment enabled (this is the default configuration), the package is
|
||||
@ -90,7 +91,7 @@ davmail.logFilePath=/var/log/davmail.log
|
||||
<p>The davmail.properties configuration file is then available under
|
||||
<code>davmail-*/WEB-INF/classes</code>.
|
||||
</p>
|
||||
|
||||
|
||||
<p>See above and
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
for more information on
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Thunderbird calendar setup</title>
|
||||
@ -14,12 +15,12 @@
|
||||
This should also work with other Caldav clients.
|
||||
</p>
|
||||
|
||||
<section name="Create a new network calendar">
|
||||
<subsection name="Create a new network calendar">
|
||||
<p>Obviously, you need to install the Thunderbird Lightning extension. You can
|
||||
then create a new network calendar:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdCalendar1.png"/>
|
||||
<img src="images/thunderbirdCalendar1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose CalDav format and specify location (adjust port to your settings):</p>
|
||||
@ -28,27 +29,27 @@
|
||||
<p>Replace mail@company.com with actual user email address.
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdCalendar2.png"/>
|
||||
<img src="images/thunderbirdCalendar2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose a name, color and set the associated email address (as set in mail setup)
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdCalendar3.png"/>
|
||||
<img src="images/thunderbirdCalendar3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
|
||||
<p>Provide your credentials, login is Active Directory account name, i.e. domain\account
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdCalendar4.png"/>
|
||||
<img src="images/thunderbirdCalendar4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
|
||||
<p>Finish:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdCalendar5.png"/>
|
||||
<img src="images/thunderbirdCalendar5.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>You may want to enable the (experimental) Lightning calendar cach feature to avoid
|
||||
@ -59,7 +60,7 @@
|
||||
<p>Proceeed to
|
||||
<a href="thunderbirddirectorysetup.html">Thunderbird directory setup</a>
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Thunderbird directory setup</title>
|
||||
@ -13,22 +14,22 @@
|
||||
<p>DavMail Directory support is now available to access Exchange address book through LDAP.
|
||||
</p>
|
||||
|
||||
<section name="Create a new LDAP directory">
|
||||
<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"/>
|
||||
<img src="images/thunderbirdDirectory1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose a name, host is always localhost, LDAP base context <code>ou=people</code>,
|
||||
<p>Choose a name, host is always localhost, LDAP base context<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 compoze window :
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdDirectory2.png"/>
|
||||
<img src="images/thunderbirdDirectory2.png" alt=""/>
|
||||
</div>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Thunderbird mail setup</title>
|
||||
@ -27,21 +28,21 @@
|
||||
Thunderbird. DavMail IMAP support is tested with Thunderbird, Outlook and Apple Mail.
|
||||
</p>
|
||||
|
||||
<section name="Create a new account">
|
||||
<subsection name="Create a new account">
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount1.png"/>
|
||||
<img src="images/thunderbirdAccount1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Edit common name and Exchange mail address:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount2.png"/>
|
||||
<img src="images/thunderbirdAccount2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose IMAP as server type, located at localhost:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccountImap3.png"/>
|
||||
<img src="images/thunderbirdAccountImap3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
|
||||
@ -50,27 +51,27 @@
|
||||
Exchange 2007.
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount4.png"/>
|
||||
<img src="images/thunderbirdAccount4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Edit account name (email address by default):
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount5.png"/>
|
||||
<img src="images/thunderbirdAccount5.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Finish:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccountImap6.png"/>
|
||||
<img src="images/thunderbirdAccountImap6.png" alt=""/>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section name="Create a new SMTP configuration">
|
||||
</subsection>
|
||||
<subsection 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"/>
|
||||
<img src="images/thunderbirdSmtp.png" alt=""/>
|
||||
</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.
|
||||
@ -78,7 +79,7 @@
|
||||
<p>Proceeed to
|
||||
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Thunderbird mail setup</title>
|
||||
@ -27,21 +28,21 @@
|
||||
Thunderbird
|
||||
</p>
|
||||
|
||||
<section name="Create a new account">
|
||||
<subsection name="Create a new account">
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount1.png"/>
|
||||
<img src="images/thunderbirdAccount1.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Edit common name and Exchange mail address:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount2.png"/>
|
||||
<img src="images/thunderbirdAccount2.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Choose POP as server type, located at localhost:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount3.png"/>
|
||||
<img src="images/thunderbirdAccount3.png" alt=""/>
|
||||
</div>
|
||||
|
||||
|
||||
@ -50,27 +51,27 @@
|
||||
Exchange 2007.
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount4.png"/>
|
||||
<img src="images/thunderbirdAccount4.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Edit account name (email address by default):
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount5.png"/>
|
||||
<img src="images/thunderbirdAccount5.png" alt=""/>
|
||||
</div>
|
||||
|
||||
<p>Finish:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/thunderbirdAccount6.png"/>
|
||||
<img src="images/thunderbirdAccount6.png" alt=""/>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<section name="Create a new SMTP configuration">
|
||||
</subsection>
|
||||
<subsection 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"/>
|
||||
<img src="images/thunderbirdSmtp.png" alt=""/>
|
||||
</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.
|
||||
@ -78,7 +79,7 @@
|
||||
<p>Proceeed to
|
||||
<a href="thunderbirdcalendarsetup.html">Thunderbird calendar setup</a>
|
||||
</p>
|
||||
</section>
|
||||
</subsection>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<document>
|
||||
<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/LDAP Exchange Gateway - Windows setup</title>
|
||||
@ -24,27 +25,27 @@
|
||||
<p>Choose language:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/setup1.png"/>
|
||||
<img src="images/setup1.png" alt=""/>
|
||||
</div>
|
||||
<p>Click Next:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/setup2.png"/>
|
||||
<img src="images/setup2.png" alt=""/>
|
||||
</div>
|
||||
<p>Accept GPL licence:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/setup3.png"/>
|
||||
<img src="images/setup3.png" alt=""/>
|
||||
</div>
|
||||
<p>Choose path:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/setup4.png"/>
|
||||
<img src="images/setup4.png" alt=""/>
|
||||
</div>
|
||||
<p>Launch installation and start gateway:
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
<img src="images/setup5.png"/>
|
||||
<img src="images/setup5.png" alt=""/>
|
||||
</div>
|
||||
<p>Adjust DavMail settings :
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
|
Loading…
Reference in New Issue
Block a user