• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Problem after upgrade (dovecot imap killed with signal 11)

PawelK

New Pleskian
Server operating system version
Ubuntu 18.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.52
Hello,

After updating the server, I can't see the content of e-mail accounts. Mail to accounts arrives fine, but cannot be seen with imap.
I see in the logs:
serwer dovecot: service=imap, user=[email protected], ip=[any.ip.add.res]. Fatal: master: service(imap): child 20553 killed with signal 11 (core dumped).
I'm out of ideas.... No other errors, dovecot doesn't show errors when reloading
 
Ubuntu 18 is very old and does not get updates anymore.

Any no other syslog messages related to dovecot?
 
The issue could be caused by an unsupported custom configuration of Dovecot. Some of such plugins are not supported in newer Dovecot versions anymore. When you have updated your server, it is possible that Dovecot was updated to a newer version that does not support the old plugins. Do you maybe have this file /etc/dovecot/conf.d/99-fts.conf? In that case, please edit the content. Leave this part:
Code:
protocol imap {
mail_plugins = "quota imap_quota fts fts_squat"
}
Remove plugins, e.g. remove a section like
Code:
plugin {
fts = squat
fts_squat = partial=4 full=10
fts_autoindex = yes
}
 
Thanks for your help, I uninstalled dovecot, deleted the /etc/dovecot directory and reinstalled . Everything started. Case closed.
 
Back
Top