patrickkasie
Verified User
Dear forum,
I have just updated Dovecot and immediately after that, the process doesn't want to start. When opening the system messages - /var/log/messages in log viewer, the following errors pop up:
On a different server, the Dovecot process does want to start, but it does show the same error
What is the next option that should be done? Wait for an update?
I have just updated Dovecot and immediately after that, the process doesn't want to start. When opening the system messages - /var/log/messages in log viewer, the following errors pop up:
Code:
Feb 7 09:57:25 vps18 systemd: Started Dovecot IMAP/POP3 email server.
Feb 7 09:57:25 vps18 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.3.ABIv17(2.3.17.1) (we have 2.3.ABIv18(2.3.18))
Feb 7 09:57:25 vps18 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.3.ABIv17(2.3.17.1) (we have 2.3.ABIv18(2.3.18))
Feb 7 09:57:25 vps18 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.3.ABIv17(2.3.17.1) (we have 2.3.ABIv18(2.3.18))
Feb 7 09:57:25 vps18 dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf
Feb 7 09:57:25 vps18 dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:47: ssl_protocols has been replaced by ssl_min_protocol
Feb 7 09:57:25 vps18 dovecot: doveconf: Error: Could not find a minimum ssl_min_protocol setting from ssl_protocols = !SSLv2 !SSLv3: Unrecognized protocol 'SSLv2'
Feb 7 09:57:25 vps18 dovecot: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 116: Unknown setting: managesieve_max_line_length
Feb 7 09:57:25 vps18 systemd: dovecot.service: main process exited, code=exited, status=89/n/a
Feb 7 09:57:25 vps18 systemd: Unit dovecot.service entered failed state.
Feb 7 09:57:25 vps18 systemd: dovecot.service failed.
On a different server, the Dovecot process does want to start, but it does show the same error
Code:
Feb 7 11:02:56 vps12 systemd: Stopping Dovecot IMAP/POP3 email server...
Feb 7 11:02:56 vps12 systemd: Stopped Dovecot IMAP/POP3 email server.
Feb 7 11:02:56 vps12 systemd: Started Dovecot IMAP/POP3 email server.
Feb 7 11:02:56 vps12 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.3.ABIv13(2.3.13) (we have 2.3.ABIv18(2.3.18))
Feb 7 11:02:56 vps12 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.3.ABIv13(2.3.13) (we have 2.3.ABIv18(2.3.18))
Feb 7 11:02:56 vps12 dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.3.ABIv13(2.3.13) (we have 2.3.ABIv18(2.3.18))
What is the next option that should be done? Wait for an update?