Displaying 1 result from an estimated 1 matches for "vjkfhaa".
2009 Feb 12
2
Mapping usernames
...This is what I've got so far:
In /etc/dovecot.conf:
...
auth default {
userdb passwd-file {
args = /etc/dovecot.passwd
}
passdb passwd-file {
args = /etc/shadow
#args = /etc/dovecot.passwd
}
}
/etc/dovecot.passwd contains:
realnamea_abc:{PLAIN-MD5}$1$Vjkfhaa....::::::userdb_user=abc at 123.com
I've been fiddling around blindly with all kinds of settings in userdb {} above, but I always get the error:
"passwd-file(abc at 123.com,::ffff:127.0.0.1): unknown user", amongst others.
In a nutshell, I want to allow a user to login with abc at 1...