1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add FAQ entry for how to use webdav(radicale)

This commit is contained in:
Dimitri Huisman
2020-09-24 16:43:18 +02:00
parent 92bf736da4
commit 9fe750dc2b

View File

@@ -327,6 +327,19 @@ After successfull login the domain part will be striped and the rest used as use
*Issue reference:* `575`_.
How do I use webdav (radicale)?
```````````````````````````````
| To use webdav (radicale) you can configure your carddav/caldav client to use the following url:
| `https://example.com/webdav/user@example.com`
| As username you must provide the complete email address (user@example.com).
| As password you must provide the password of the email address.
| The user must be an existing Mailu user.
*issue reference:* `1591`_.
.. _`Postfix`: http://www.postfix.org/postconf.5.html
.. _`Dovecot`: https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/
.. _`NGINX`: https://nginx.org/en/docs/
@@ -342,6 +355,7 @@ After successfull login the domain part will be striped and the rest used as use
.. _`520`: https://github.com/Mailu/Mailu/issues/520
.. _`591`: https://github.com/Mailu/Mailu/issues/591
.. _`575`: https://github.com/Mailu/Mailu/issues/575
.. _`1591`: https://github.com/Mailu/Mailu/issues/1591
Technical issues
----------------