Displaying 1 result from an estimated 1 matches for "auth_cram".
Did you mean:
auth_crap
2014 Oct 01
1
Dovecot fails to start - Unknown setting: socket
...run/dovecot/auth-master
postmaster_address = shortte at mvs.org
mail_plugins = sieve
}
###################################
##
## LDA specific settings
##
auth_default_realm = mvs.org
auth_debug = no
auth_debug_passwords = no
auth_mechanisms = auth_plain auth_login auth_digest-md5 auth_cram-md5
# dovecot-auth only needs to be able to connect to SQL
# default_login_user = mail
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
userdb {
driver= sql
args = /etc/dovecot/dovecot-sql.conf.ext
}
socket listen {
master {
path = /var...