mirror of
https://github.com/moparisthebest/davmail
synced 2025-02-28 01:11:57 -05:00
Update doc for 3.0.0 release
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@357 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
247f656eea
commit
348ba14ffa
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.8 KiB |
@ -44,10 +44,8 @@
|
||||
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>Unable to send appointment notifications</strong>
|
||||
@ -58,9 +56,7 @@
|
||||
<p>Check the following parameter in Thunderbird, it should be set
|
||||
to false
|
||||
</p>
|
||||
<source>
|
||||
calendar.caldav.sched.enabled=false
|
||||
</source>
|
||||
<source>calendar.caldav.sched.enabled=false</source>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
@ -35,6 +35,11 @@
|
||||
<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>
|
||||
@ -73,7 +78,7 @@
|
||||
<tr>
|
||||
<td>Bind Address</td>
|
||||
<td>Bind only to the specified network address</td>
|
||||
<td>false</td>
|
||||
<td>10.0.1.2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Server certificate hash</td>
|
||||
@ -93,7 +98,8 @@
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
<p>The bottom panel can be activated to set an HTTP proxy and associated credentials if needed</p>
|
||||
<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 <a href="thunderbirdmailsetup.html">Thunderbird mail setup</a></p>
|
||||
</section>
|
||||
|
||||
|
@ -3,20 +3,20 @@
|
||||
<document>
|
||||
|
||||
<properties>
|
||||
<title>DavMail POP/SMTP/Caldav Exchange Gateway</title>
|
||||
<title>DavMail POP/IMAP/SMTP/Caldav Exchange Gateway</title>
|
||||
<author email="mguessan@free.fr">Mickael Guessant</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<section name="About DavMail POP/SMTP/Caldav Exchange Gateway">
|
||||
<p>Ever wanted to get rid of Outlook ? DavMail is a POP/SMTP/Caldav/LDAP exchange gateway allowing
|
||||
users to use any mail/calendar client (e.g. Thunderbird with Lightning) with an Exchange server,
|
||||
<section name="About DavMail POP/IMAP/SMTP/Caldav Exchange Gateway">
|
||||
<p>Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing
|
||||
users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server,
|
||||
even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an
|
||||
LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze
|
||||
window and full calendar support with attendees free/busy display.
|
||||
DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows
|
||||
and Linux (Ubuntu). MacOS support is currently limited to server (headless) mode.
|
||||
DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows,
|
||||
Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame.
|
||||
Tested successfully with the Iphone (gateway running on a server).
|
||||
</p>
|
||||
<div style="width: 100%;text-align: center">
|
||||
|
@ -10,36 +10,48 @@
|
||||
<body>
|
||||
|
||||
<section name="DavMail Setup on linux">
|
||||
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
|
||||
Java 1.5.
|
||||
</p>
|
||||
<section name="Debian package">
|
||||
<p>Download current debian package from Sourceforge, double click on it
|
||||
to launch package installer.
|
||||
</p>
|
||||
<p>
|
||||
Select Install Package, installer will automatically download and
|
||||
install sun-java6-bin and the appropriate swt package. After installation,
|
||||
DavMail is available in the Applications menu.
|
||||
</p>
|
||||
</section>
|
||||
<section 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>
|
||||
|
||||
<p>You should first download and install Java, with the graphical package manager or through
|
||||
command line.
|
||||
</p>
|
||||
<p>Under Ubuntu, launch System/Administration/Synaptic Package Manager, quick search
|
||||
sun-java6-bin, mark for installation and click Apply
|
||||
</p>
|
||||
<p>Or use the following command:</p>
|
||||
<code>sudo apt-get install sun-java6-bin</code>
|
||||
<p>You should first download and install Java, with the graphical package manager or through
|
||||
command line.
|
||||
</p>
|
||||
<p>Under Ubuntu, launch System/Administration/Synaptic Package Manager, quick search
|
||||
sun-java6-bin, mark for installation and click Apply
|
||||
</p>
|
||||
<p>Or use the following command:</p>
|
||||
<code>sudo apt-get install sun-java6-bin</code>
|
||||
|
||||
<p>Download the linux x86 DavMail package from Sourceforge and uncompress it with
|
||||
your favorite tool. The standard package will run natively on x86, to use DavMail
|
||||
on any other hardware platform, replace the SWT with the right one from
|
||||
<a href="http://www.eclipse.org/swt/">http://www.eclipse.org/swt/</a>
|
||||
or use the platform independent package. Sorry, no deb or rpm package yet !
|
||||
</p>
|
||||
<p>On Ubuntu and other Gnome or Kde distributions, just use the desktop launcher.
|
||||
On other distributions, try
|
||||
<code>davmail.sh</code>.
|
||||
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"/>
|
||||
</div>
|
||||
<p>Adjust DavMail settings :
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
</p>
|
||||
<p>Download the linux x86 DavMail package from Sourceforge and uncompress it with
|
||||
your favorite tool. The standard package will run natively on x86, to use DavMail
|
||||
on any other hardware platform, replace the SWT with the right one from
|
||||
<a href="http://www.eclipse.org/swt/">http://www.eclipse.org/swt/</a>
|
||||
or use the platform independent package.
|
||||
</p>
|
||||
<p>On Ubuntu and other Gnome or Kde distributions, just use the desktop launcher.
|
||||
On other distributions, try
|
||||
<code>davmail.sh</code>.
|
||||
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"/>
|
||||
</div>
|
||||
<p>Adjust DavMail settings :
|
||||
<a href="gettingstarted.html">Getting started</a>
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
@ -30,6 +30,7 @@
|
||||
<source>
|
||||
davmail.url=http://exchangeServer/exchange/
|
||||
davmail.popPort=1110
|
||||
davmail.imapPort=1143
|
||||
davmail.smtpPort=1025
|
||||
davmail.keepDelay=30
|
||||
davmail.sentKeepDelay=90
|
||||
@ -55,6 +56,7 @@ log4j.logger.httpclient.wire=WARN
|
||||
the options. Make sure davmail.server is set to true (no icon tray) and allow
|
||||
remote connections: davmail.allowRemote=true.
|
||||
</p>
|
||||
<p>To disable a service, set an empty port value.</p>
|
||||
<p>Launch Davmail with the following command:
|
||||
<source>nohup davmail.sh davmail.properties &</source>.
|
||||
</p>
|
||||
|
@ -27,6 +27,9 @@
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user