mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
imap: doc and default config
This commit is contained in:
parent
3e18644423
commit
c24659c5ec
2 changed files with 23 additions and 0 deletions
|
@ -812,6 +812,9 @@ Available backends:
|
||||||
`dovecot`
|
`dovecot`
|
||||||
: Use a local Dovecot server to authenticate users.
|
: Use a local Dovecot server to authenticate users.
|
||||||
|
|
||||||
|
`imap`
|
||||||
|
: Use a IMAP server to authenticate users.
|
||||||
|
|
||||||
Default: `none`
|
Default: `none`
|
||||||
|
|
||||||
##### cache_logins
|
##### cache_logins
|
||||||
|
@ -993,6 +996,18 @@ Port of via network exposed dovecot socket
|
||||||
|
|
||||||
Default: `12345`
|
Default: `12345`
|
||||||
|
|
||||||
|
##### imap_host
|
||||||
|
|
||||||
|
IMAP server hostname: address | address:port | [address]:port | imap.server.tld
|
||||||
|
|
||||||
|
Default: `localhost`
|
||||||
|
|
||||||
|
##### imap_security
|
||||||
|
|
||||||
|
Secure the IMAP connection: tls | starttls | none
|
||||||
|
|
||||||
|
Default: `tls`
|
||||||
|
|
||||||
##### lc_username
|
##### lc_username
|
||||||
|
|
||||||
Сonvert username to lowercase, must be true for case-insensitive auth
|
Сonvert username to lowercase, must be true for case-insensitive auth
|
||||||
|
|
8
config
8
config
|
@ -117,6 +117,14 @@
|
||||||
# Port of via network exposed dovecot socket
|
# Port of via network exposed dovecot socket
|
||||||
#dovecot_port = 12345
|
#dovecot_port = 12345
|
||||||
|
|
||||||
|
# IMAP server hostname
|
||||||
|
# Syntax: address | address:port | [address]:port | imap.server.tld
|
||||||
|
#imap_host = localhost
|
||||||
|
|
||||||
|
# Secure the IMAP connection
|
||||||
|
# Value: tls | starttls | none
|
||||||
|
#imap_security = tls
|
||||||
|
|
||||||
# Htpasswd filename
|
# Htpasswd filename
|
||||||
#htpasswd_filename = /etc/radicale/users
|
#htpasswd_filename = /etc/radicale/users
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue