• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Dovecot issues

Nomadturk

Basic Pleskian
In my setup I have Postfix and Dovecot and since if you want them to be secure, plesk's out-of-the-box setup of both is not sufficient so I was into tweaking/hardening them.

My system is Debian 7, all the upgrades that plesk allowed me are done. For mail, I only used what Plesk suggested me. Meaning I have no supplementart dovecot packages installed.

I have added postscreen, spf, dkim checks. Enabled greylisting, disabled all ssl but v1.2, modified the ciphers list, enabled and encouraged ssl etc.
Now all I have left to do is implementing virus scans for incoming and outgoing mails.

Or so I thought.
Yesterday I had to spend a lot of time to figure out why my dovecot server was constantly crashing.

The thing is dovecot was getting Killed with signal 15 minutes after starting. For no apparent reason.

I enabled all debug parameters but couldn't find anything solid. Google didn't help much either.
I had to disable /enable all my conf get line by line in order to find the culprit.
Then I finally got it. When I disabled "service imap|pop3-login" the crashes stopped.


The corrresponding dovecot log from the start of the server till the error (~2minutes)
Is attached with the Users/IP's replaced.



Now I am pretty sure that IF I try to disable non-secure pop3 and imap ports with a command like:
Code:
inet_listener pop3 {
      port = 0
      }


dovecot will crash.


My dovecot.conf is also attached


So, either there's a bug with the dovecot packaged with Plesk or that I'm stuck with port 110 and 143.
Can anybody confirm this is not just me?
 

Attachments

  • dovecot.txt
    6.2 KB · Views: 0
  • dovecot-log.txt
    28.3 KB · Views: 1
Contact Odin Support Team if community can't help.
 
Back
Top