decanet
Basic Pleskian
Hi,
After an auto upgrade, IMAP and POP are broken on Dovecot.
The upgrade was for:
Now, on each IMAP/POP connection, I can see in logs:
I've the same problem on 20 others Plesk servers (CentOS 6 and CentOS 7 servers).
After 2-3 tests, the solution was to run manually :
and apply microupdates.
Hope this will help people who have the same problem.
After an auto upgrade, IMAP and POP are broken on Dovecot.
The upgrade was for:
Code:
127.0.0.1 admin [2016-11-28 13:56:01] 'Plesk component upgrade' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'dovecot' => 'dovecot')
127.0.0.1 admin [2016-11-28 13:56:02] 'Plesk component upgrade' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'dovecot-pigeonhole' => 'dovecot-pigeonhole')
127.0.0.1 admin [2016-11-28 13:56:02] 'Plesk component upgrade' ('COMP_SERVICE_NODE': '1' => '1', 'Plesk component name': 'roundcube' => 'roundcube')
Now, on each IMAP/POP connection, I can see in logs:
Code:
Nov 28 14:25:06 xxxxx dovecot: auth: Fatal: Couldn't load required plugin /usr/libexec/dovecot/modules/auth/libauthdb_plesk.so: Module is for different ABI version 2.2.ABIv17(2.2.18) (we have 2.2.ABIv26(2.2.26.0))
Nov 28 14:25:06 xxxxx dovecot: master: Error: service(auth): command startup failed, throttling for 4 secs
I've the same problem on 20 others Plesk servers (CentOS 6 and CentOS 7 servers).
After 2-3 tests, the solution was to run manually :
Code:
# /usr/local/psa/admin/bin/autoinstaller update plesk
Hope this will help people who have the same problem.