[Dovecot] New problem with migration to 2.0

Thomas Leuxner tlx at leuxner.net
Thu Aug 26 16:53:06 EEST 2010


Am 26.08.2010 um 15:45 schrieb Carsten Laun-De Lellis:

> verbose_ssl = yes
> doveconf: Error: userdb is missing driver
> doveconf: Fatal: Error in configuration file
> /usr/local/etc/dovecot/dovecot.conf: userdb is missing driver

See except from ' /etc/dovecot/conf.d/auth-static.conf.ext' 

 #userdb {
#  driver = static
#  args = uid=vmail gid=vmail home=/home/%u
#}

Not sure why it is not applied, as 'doveconf -n' gives parsed output, so it seems it does not understand the syntax used below:

>> userdb { driver=static
>> args = uid=10000 gid=10000 home=/mail/%d/%n allow_all_users=yes }

Maybe wrap it to a new line like:

userdb {
  driver = static
  args = uid=10000 gid=10000 home=/mail/%d/%n
  allow_all_users=yes
}


More information about the dovecot mailing list