7 Nov
2017
7 Nov
'17
3:20 p.m.
On 07/11/2017 14:18, Mathieu R. wrote:
Maybe i got no answer because there is an error which seem obvious in my logs :
Nov 4 20:57:55 vps81550 dovecot: auth: Fatal: sql: driver not set in configuration file /etc/dovecot/dovecot-sql.conf.ext
This might sound silly, but in your doveconf you have:
passdb { args = /etc/dovecot/dovecot-sql.conf.ext driver = sql }
Yet from this:
grep -v '^ *\(#.*\)\?$' /etc/dovecot/dovecot-sql.conf
It sounds like the config file you're working with is /etc/dovecot/dovecot-sql.conf, not /etc/dovecot/dovecot-sql.conf.ext. It's not as simple as a filename problem, is it?
-- David Zambonini