Hello,
I upgraded from Debian 12 to 13 and thereby also from dovecot 2.3 to 2.4. Now I am facing a weird error in dovecot. The actual error is the following
# doveconf -n
# 2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4 (0a86619f)
doveconf: Fatal: Error in configuration file
/etc/dovecot/conf.d/10-ssl.conf line 22: ssl_server_cert_file :
Unknown setting: ssl_server_cert_file
The corresponding entry in my config is
ssl = yes
ssl_server_cert_file = /etc/letsencrypt/live/example.com/fullchain.pem
ssl_server_key_file = /etc/letsencrypt/live/example.com/privkey.pem
I am sorry if I missed something in the archives but I did not find any similar posts.
Is there something I am missing here and what would be further required to debug this?
Best, David
Hello,
I upgraded from Debian 12 to 13 and thereby also from dovecot 2.3 to 2.4. Now I am facing a weird error in dovecot. The actual error is the following
# doveconf -n
# 2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4 (0a86619f)
doveconf: Fatal: Error in configuration file
/etc/dovecot/conf.d/10-ssl.conf line 22: ssl_server_cert_file : Unknown
setting: ssl_server_cert_file
The corresponding entry in my config is
ssl = yes
ssl_server_cert_file = /etc/letsencrypt/live/example.com/fullchain.pem
ssl_server_key_file = /etc/letsencrypt/live/example.com/privkey.pem
I am sorry if I missed something in the archives but I did not find any similar posts.
Is there something I am missing here and what would be further required to debug this?
Best, David