## Dovecot configuration file
protocols = none
#protocol pop3 {
# listen = *:110
#}
#protocol pop3 {
# pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
#}
auth default {
mechanisms = plain
passdb pam {
}
passdb passwd {
}
userdb passwd {
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = dovecot
group = dovecot
}
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}