Using 1.250 with Dovecat 1.0 Alpha 4 on Fedora Core 4.
When selecting vpopmail for Users and Passwords source in "User and
Login Options" page, the line created in dovecot.conf is "userdb =
vpopmail" and "passdb = vpopmail". When this is configured, I get error
"Error: Error in configuration file /usr/local/etc/dovecot.conf line 583:
Unknown setting: userdb".
When I change it to this, it works (not sure if this is correct behavior or
not, but it works):
userdb vpopmail {
}
passdb vpopmail {
}
Logged In: YES
user_id=129364
Argh .. the syntax Webmin uses was correct for Dovecot 1.0,
but the Dovecot developers have changed the config format in
alpha4!! In my opinion, that is really bad practice, as it
makes upgrading difficult..
Because they may change this again in alpha5, I am not going
to update Webmin until Dovecot 1.1 comes out and the config
format is stabilized .. sorry.