Default config values for IMAP ACL
Hostname ``localhost``on port ``143`` (standard port).
This commit is contained in:
parent
360d4e6411
commit
e2d9f79dc4
@ -55,6 +55,8 @@ INITIAL_CONFIG = {
|
|||||||
"private_users": "private",
|
"private_users": "private",
|
||||||
"htpasswd_filename": "/etc/radicale/users",
|
"htpasswd_filename": "/etc/radicale/users",
|
||||||
"htpasswd_encryption": "crypt",
|
"htpasswd_encryption": "crypt",
|
||||||
|
"imap_auth_host_name": "localhost",
|
||||||
|
"imap_auth_host_port": "143",
|
||||||
"ldap_url": "ldap://localhost:389/",
|
"ldap_url": "ldap://localhost:389/",
|
||||||
"ldap_base": "ou=users,dc=example,dc=com",
|
"ldap_base": "ou=users,dc=example,dc=com",
|
||||||
"ldap_attribute": "uid",
|
"ldap_attribute": "uid",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user