27 Dec
2025
27 Dec
'25
6:31 a.m.
On 2025-12-26 16:42, John Hill via dovecot wrote:
- Recreate it cleanly: cat > /etc/dovecot/conf.d/auth-sql.conf.ext <<'EOF' passdb { driver = sql args = /etc/dovecot/sql.conf.ext }
userdb { driver = sql args = /etc/dovecot/sql.conf.ext }
This is your problem. What you have above is suitable up to and including version 2.3. It no longer works.
Look at the instructions for converting 2.3 to 2.4 on the Dovecot website.
Cheers
Cam