diff --git a/en_US/howto/public.folder.md b/en_US/howto/public.folder.md index 160b33c3..c725e552 100644 --- a/en_US/howto/public.folder.md +++ b/en_US/howto/public.folder.md @@ -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: diff --git a/en_US/mua/_summary.md b/en_US/mua/_summary.md index 326f68ed..89da979c 100644 --- a/en_US/mua/_summary.md +++ b/en_US/mua/_summary.md @@ -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:///SOGo/dav/` diff --git a/html/index.html b/html/index.html index 3115b8aa..bcd49e92 100644 --- a/html/index.html +++ b/html/index.html @@ -49,6 +49,7 @@
  • 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>
  • @@ -183,6 +184,22 @@ permissions:

    echo 'anyone lr' >> /var/vmail/public/.TestFolder/dovecot-acl
     
    +

    Troubleshooting

    + +
    doveadm -D acl ...
    +
    +

    References