Displaying 1 result from an estimated 1 matches for "somecrypticpassword".
2015 May 06
0
dovecot-proxy with managesieve, director and backend dovecot imap
..._passwords=no
#log_path = syslog
log_path = /var/log/dovecot.log
default_process_limit = 10000
default_client_limit = 50000
ssl = no
ssl_cert = </etc/ssl/private/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
director_user_expire = 15 min
doveadm_proxy_port = 9292
doveadm_password = somecrypticpassword
auth_worker_max_count = 90
passdb {
driver = ldap
args = /etc/dovecot/dovecot-proxy-ldap.conf.ext
}
passdb {
driver = checkpassword
args = /etc/dovecot/checkpassword_migration.py
}
userdb {
driver = prefetch
}
userdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap.c...