8 Mar
2005
8 Mar
'05
11:45 p.m.
Possibly fixes the mail-cache-transaction assert.
Passdb and userdb configuration changed. New format is:
passdb sql { args = /etc/dovecot-sql.conf } passdb pam { } userdb passwd { }
The above would first try to authenticate from SQL database, if it failed because user wasn't found, or password was wrong, it would then try PAM. The same is done for userdbs.
I'll probably do some other configuration file changes still before v1.0. I'm also thinking about having a separate config process which can read the actual configuration from files or sql.