2009-01-17 10:02:42 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<document>
|
|
|
|
|
|
|
|
<properties>
|
2009-07-21 04:49:38 -04:00
|
|
|
<title>DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway - Frequently asked questions</title>
|
2009-01-17 10:02:42 -05:00
|
|
|
<author email="mguessan@free.fr">Mickael Guessant</author>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<section name="Frequently asked questions">
|
|
|
|
<p>Frequently asked questions on DavMail forums, mailing list or direct email.
|
|
|
|
</p>
|
2009-01-17 11:15:46 -05:00
|
|
|
<section name="General">
|
2009-01-17 10:02:42 -05:00
|
|
|
<p>
|
2009-01-17 11:15:46 -05:00
|
|
|
<strong>Authentication fails with invalid user or password message</strong>
|
2009-01-17 10:02:42 -05:00
|
|
|
</p>
|
|
|
|
<p>Authentication fails with the following message:
|
|
|
|
<code>Authentication failed: invalid user or password, retry with domain\user</code>
|
|
|
|
</p>
|
|
|
|
<p>Exchange before 2007 expects domain qualified user name, you may not have
|
|
|
|
to provide the domain name on the logon form if javascript is used to add it,
|
|
|
|
but DavMail can not execute javascript. Thus you need to prefix your user name
|
|
|
|
with the Active Directory domain followed by \
|
|
|
|
</p>
|
2009-01-17 11:15:46 -05:00
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Authentication fails with error in parsing the status line</strong>
|
|
|
|
</p>
|
|
|
|
<p>Authentication fails with the following message:
|
|
|
|
<code>error in parsing the status line from the response: unable to find line starting with "HTTP"
|
|
|
|
</code>
|
2009-01-17 10:02:42 -05:00
|
|
|
</p>
|
2009-01-17 11:15:46 -05:00
|
|
|
<p>Your Exchange server expects HTTPS (secured) connections, use https instead of http in
|
|
|
|
OWA url.
|
2009-01-17 10:02:42 -05:00
|
|
|
</p>
|
|
|
|
</section>
|
2009-01-17 11:15:46 -05:00
|
|
|
|
2009-01-18 17:54:05 -05:00
|
|
|
<section name="Caldav (calendar)">
|
|
|
|
<p>
|
|
|
|
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
|
|
|
|
</p>
|
|
|
|
<p>Unfortunately, Lightning does not provide much feedback of what is going
|
|
|
|
on. To detect errors at this level, you may activate calendar log settings
|
|
|
|
under Tools/Options/Advanced:
|
|
|
|
</p>
|
2009-02-12 09:32:40 -05:00
|
|
|
<source>calendar.debug.log=true
|
2009-06-17 18:47:23 -04:00
|
|
|
calendar.debug.log.verbose=true
|
2009-03-13 11:28:12 -04:00
|
|
|
</source>
|
2009-01-17 11:15:46 -05:00
|
|
|
|
2009-01-18 17:54:05 -05:00
|
|
|
<p>
|
2009-03-13 11:28:12 -04:00
|
|
|
<strong>Invalid notifications</strong>
|
2009-01-18 17:54:05 -05:00
|
|
|
</p>
|
2009-03-13 11:28:12 -04:00
|
|
|
<p>Lightning 0.9 mail notifications are broken, activate
|
|
|
|
Caldav notifications to outbox instead:
|
2009-01-18 17:54:05 -05:00
|
|
|
</p>
|
|
|
|
<p>Check the following parameter in Thunderbird, it should be set
|
2009-03-13 11:28:12 -04:00
|
|
|
to true
|
2009-01-18 17:54:05 -05:00
|
|
|
</p>
|
2009-03-13 11:28:12 -04:00
|
|
|
<source>calendar.caldav.sched.enabled=true</source>
|
2009-01-17 11:15:46 -05:00
|
|
|
|
2009-01-18 17:54:05 -05:00
|
|
|
</section>
|
2009-06-17 18:47:23 -04:00
|
|
|
|
|
|
|
<section 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/>
|
|
|
|
<ul>
|
|
|
|
<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>,
|
|
|
|
add ant/bin full path to the PATH environment variable
|
|
|
|
</li>
|
|
|
|
<li>Get DavMail source package from sourceforge and uncompress it:
|
|
|
|
<source>tar xvzf davmail-src-*.tgz</source>
|
|
|
|
or checkout trunk:
|
|
|
|
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
|
|
|
|
</li>
|
|
|
|
<li>Go into davmail directory root directory (which contains the build.xml file) and
|
|
|
|
type:
|
|
|
|
<source>ant</source>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p>Packages are then available under dist
|
|
|
|
</p>
|
|
|
|
</section>
|
2009-01-17 10:02:42 -05:00
|
|
|
</section>
|
2009-01-18 17:54:05 -05:00
|
|
|
</body>
|
|
|
|
</document>
|