Displaying 1 result from an estimated 1 matches for "papasmurf".
2013 Aug 12
1
Can't take user info from an alternate file
...c/shadow. The format of /etc/dovecot/users is
"alice:{PLAIN}plaintextpassword" Here's my "doveconf -n":
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-51-virtual x86_64 Ubuntu 12.04.2 LTS
auth_debug = yes
auth_verbose = yes
auth_verbose_passwords = plain
hostname = papasmurf.foobar.com
listen = *
mbox_write_locks = fcntl
passdb {
args = scheme=PLAIN-MD5 username_format=%n /etc/dovecot/users
driver = passwd-file
}
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix...