Add section 'Troubleshooting' in document public.folder.html.

Add caldav/carddav server address in 'Quick MUA Settings' in index page.
This commit is contained in:
Zhang Huangbin 2016-03-22 21:26:22 +08:00
parent 8bfd31ecc0
commit af1d6f8f90
4 changed files with 33 additions and 0 deletions

View File

@ -194,6 +194,20 @@ permissions:
echo 'anyone lr' >> /var/vmail/public/.TestFolder/dovecot-acl
```
## Troubleshooting
* If public folder doesn't work as expected, please [turn on debug mode in
Dovecot](./debug.dovecot.html) to get debug message. If you don't understand
the debug message, you can post them to our [online support forum](../forum/)
to get help.
* It's also a good idea to run `doveadm` command with `-D` flag to turn on
verbose logging, like below:
```
doveadm -D acl ...
```
## References
* Dovecot official documents:

View File

@ -3,3 +3,4 @@
* POP3 service: port 110 over TLS (recommended), or port 995 with SSL.
* IMAP service: port 143 over TLS (recommended), or port 993 with SSL.
* SMTP service: port 587 over TLS.
* CalDAV and CardDAV server addresses: `https://<server>/SOGo/dav/<full email address>`

View File

@ -49,6 +49,7 @@
<li>POP3 service: port 110 over TLS (recommended), or port 995 with SSL.</li>
<li>IMAP service: port 143 over TLS (recommended), or port 993 with SSL.</li>
<li>SMTP service: port 587 over TLS.</li>
<li>CalDAV and CardDAV server addresses: <code>https://&lt;server&gt;/SOGo/dav/&lt;full email address&gt;</code></li>
</ul>
</div>
<ul>

View File

@ -15,6 +15,7 @@
<li><a href="#enable-public-folder-in-dovecot">Enable public folder in Dovecot</a></li>
<li><a href="#manage-access-control-with-doveadm">Manage Access Control with doveadm</a></li>
<li><a href="#manage-access-control-manually">Manage Access Control manually</a></li>
<li><a href="#troubleshooting">Troubleshooting</a></li>
<li><a href="#references">References</a></li>
<li><a href="#see-also">See Also</a></li>
</ul>
@ -183,6 +184,22 @@ permissions:</p>
<pre><code>echo 'anyone lr' &gt;&gt; /var/vmail/public/.TestFolder/dovecot-acl
</code></pre>
<h2 id="troubleshooting">Troubleshooting</h2>
<ul>
<li>
<p>If public folder doesn't work as expected, please <a href="./debug.dovecot.html">turn on debug mode in
Dovecot</a> to get debug message. If you don't understand
the debug message, you can post them to our <a href="../forum/">online support forum</a>
to get help.</p>
</li>
<li>
<p>It's also a good idea to run <code>doveadm</code> command with <code>-D</code> flag to turn on
verbose logging, like below:</p>
</li>
</ul>
<pre><code>doveadm -D acl ...
</code></pre>
<h2 id="references">References</h2>
<ul>
<li>