mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Added a FAQ page in documentation
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@294 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
10aac6c062
commit
3bc40e55e5
@ -19,6 +19,7 @@
|
||||
<item name="Home" href="/index.html"/>
|
||||
<item name="Download" href="http://sourceforge.net/project/platformdownload.php?group_id=184600"/>
|
||||
<item name="SourceForge site" href="http://sourceforge.net/projects/davmail"/>
|
||||
<item name="FAQ" href="/faq.html"/>
|
||||
</menu>
|
||||
|
||||
<menu name="DavMail Setup">
|
||||
|
44
src/site/xdoc/faq.xml
Normal file
44
src/site/xdoc/faq.xml
Normal file
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
|
||||
<properties>
|
||||
<title>DavMail POP/SMTP/Caldav Exchange Gateway - Frequently asked questions</title>
|
||||
<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>
|
||||
|
||||
<section name="POP (receive messages)">
|
||||
<p>
|
||||
<strong>Authentication fails</strong>
|
||||
</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>
|
||||
</section>
|
||||
<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>
|
||||
<source>
|
||||
calendar.debug.log=true
|
||||
calendar.debug.log.verbose=true
|
||||
</source>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</body>
|
||||
</document>
|
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
|
||||
<section name="Thunderbird directory setup">
|
||||
<p>DavMail Directory support is now available to access Exchange address book through LDAPS.
|
||||
<p>DavMail Directory support is now available to access Exchange address book through LDAP.
|
||||
</p>
|
||||
|
||||
<section name="Create a new LDAP directory">
|
||||
|
Loading…
Reference in New Issue
Block a user