On Sun, 2008-07-20 at 22:07 +0200, Bjørn T Johansen wrote:
On Sat, 2008-07-19 at 23:31 +0200, Bjørn T Johansen wrote:
Not sure but I mean I didn't have these in the log file before the upgrade....:
auth(default): passwd(user@domain.no): unknown user auth(default): prefetch(user@domain.no): passdb didn't return userdb entries, trying the next userdb
These should have happened with v1.0 too. Perhaps you enabled auth_verbose=yes only after moving to v1.1?
Post your dovecot -n output. passdb: driver: sql args: /etc/dovecot/dovecot-sql.conf
So your users are primarily in SQL.
userdb: driver: passwd
Since your users are in SQL, I don't think you'll want to try to look them up from /etc/passwd? So just remove the userdb passwd {} from dovecot.conf.
userdb: driver: prefetch userdb: driver: sql args: /etc/dovecot/dovecot-sql.conf
Looks ok.