• 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 dovecot failed to start after upgrading to 17.5.3 #4

swd_danielk

New Pleskian
I recently upgraded Plesk to version 17.5.3 (Update 4). After upgrading Dovecot failed to start with the following message:

* dovecot.service - Dovecot IMAP/POP3 email server
Loaded: loaded (/lib/systemd/system/dovecot.service; enabled)
Active: failed (Result: exit-code) since Thu 2017-04-27 08:23:03 CEST; 34s ago
Docs: man:dovecot(1)
FrontPage - Dovecot Wiki
Process: 15880 ExecStart=/usr/sbin/dovecot (code=exited, status=226/NAMESPACE)

Apr 27 08:23:03 hosting systemd[1]: dovecot.service: control process exited, code=exited status=226
Apr 27 08:23:03 hosting systemd[1]: Failed to kill control group: Invalid argument
Apr 27 08:23:03 hosting systemd[1]: Failed to kill control group: Invalid argument
Apr 27 08:23:03 hosting systemd[1]: Failed to start Dovecot IMAP/POP3 email server.
Apr 27 08:23:03 hosting systemd[1]: Unit dovecot.service entered failed state.

I'd appreciate any help with this issue!
 
I changed the "PrivateTmp=true" setting in the systemd configuration, reloaded system-ctl and the service started again. I fear that this is only a temporary solution because using a private temp appears to be the recommended setting. Any ideas?
 
Hi swd_danielk,

unfortunately, you don't provide informations about your current operating system on your server, which leaves quite a lot of possible root causes open.
Additional informations ( corresponding log - files entries / MORE informations about your server environement / ... installed packages / possible configuration files from the depending services / ... ) will help to investigate your issue.


Suggestions:

Try to switch of SELinux and investigate if the issue still appears.
( On Ubuntu/Debian based systems ) Try to disable apparmor, as suggested at => How to disable AppArmor? ( no need to REMOVE apparmor, though... just follow the KB - suggestions up to "update-rc.d -f apparmor remove" ) , to be able to investigate if the issue still appears.
 
Hello UFHH01,

I'm running a debian linux (jessie) with plesk 17.5.3 which uses dovecot for providing the mail service for subscribers. Additional "mail-related" services are "Plesk Milter (Postfix)", "SMTP-Server (Postfix)" and SpamAssassin.

There is a main dovecot configuration file and there are 7 addition config files who overwrites the default settings - all generated by plesk. Do you need all of them?
 
Back
Top