Dovecot 2.3.13

matkra

Verified User
Joined
Sep 20, 2018
Messages
30
Hello,

After upgrade from 2.3.11.3 to 2.3.13 (./build dovecot) I get:

dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))
dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))
dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))

Mateusz
 
Hello,

After upgrade from 2.3.11.3 to 2.3.13 (./build dovecot) I get:

dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))
dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))
dovecot[116810]: config: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.3.ABIv11(2.3.11.3) (we have 2.3.ABIv13(2.3.13))

Mateusz
Is pigeonhole=yes set in the options.conf? Do you have anything set in custom_versions.txt?
 
In options.conf:

pigeonhole=no

and don't have file custom_versions.txt.
 
In options.conf:

pigeonhole=no

and don't have file custom_versions.txt.
I'd suggest setting it to 'yes' and rebuilding dovecot. It seems you had it set to yes before, and you may have some configuration/library leftovers.
 
OK - after rebuilding pigeonhole dovecot is working with no error. But I don't want to use it. Is there any proper/sane way of removing it ?
 
Try setting no and rebuild again? Make sure you have no custom dovecot configuration and dovecot conf is set to yes.
 
I have tested other solution without building pigeonhole. Just remember to copy dovecot config in safe place and then:

./build remove_dovecot
./build dovecot
 
Back
Top