• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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