21 Feb
2017
21 Feb
'17
8:55 p.m.
Op 2/21/2017 om 6:09 PM schreef Stephan Bosch:
Op 2/21/2017 om 5:19 PM schreef dovecot@avv.solutions:
- + - - - -
Authentication for SQL users. Included from 10-auth.conf.
passdb sql { driver = sql args = /etc/dovecot/dovecot-sql.conf.ext # Associated query: # password_query = SELECT email as user, password FROM virtual_users WHERE email='%u'; }
userdb sql { driver = static args = uid=vmail gid=vmail home=/sd/MAIL_IMAP_POP/%d/%n:LAYOUT=fs }
Based on the log file you sent me, the above sql userdb is the problem. The configured home field makes no sense. A home directory is strictly a filesystem path and does not accept options such as LAYOUT. That only applies to a mail storage location; i.e., the "mail" field.
What I find puzzling though is that that userdb is not in the configuration you sent me.
Regards,
Stephan.