26 Aug
2010
26 Aug
'10
4:53 p.m.
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 }