14 Apr
2012
14 Apr
'12
8:10 p.m.
Am 14.04.2012 um 18:24 schrieb Cor Bosman:
Apr 14 14:29:44 lmtpdirector1 dovecot: auth: Error: passdb(scorpio,127.0.0.1): Auth client doesn't have permissions to do a PASS lookup: /var/run/dovecot/auth-userdb mode=0666, but not owned by UID 112(dovecot) Apr 14 14:29:44 lmtpdirector1 dovecot: lmtp(18298): Error: user scorpio: Auth PASS lookup failed
I'd just try 'user = dovecot' rather than making it wide open because that's what the log basically says.
$ doveconf -d | grep 'unix_listener auth-userdb' -A 4
unix_listener auth-userdb {
group =
mode = 0666
user =
}
Regards Thomas