• 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!
  • 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.

Issue [PPPM-5559] dovecot process_limit

daniel512

New Pleskian
Hey,

i run into a small issue today. changed process_limit for dovecot to 1024.

plesk17_dovecot_limitnlk52.png


the configuration file /etc/dovecot/conf.d/92-plesk-service-imap.conf is changed correctly:

Code:
/etc/dovecot/conf.d#cat 92-plesk-service-imap.conf
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.

service imap {
service_count = 1
process_limit = 1024
}

after the change my logfile still says:

"dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped"

according to http://wiki.dovecot.org/LoginProcess i had to change the values for imap-login too.

Code:
/etc/dovecot/conf.d# cat 99-service-imap-login.conf
service imap-login {
service_count = 1
process_limit = 1024
}

i guess it would be easier to update imap-login as well if you change the limits from plesk mail settings. i cannot submit a support ticket because of my license key.
 
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Onyx, 17.0.17, Debian 8, x64

PROBLEM DESCRIPTION
More than 100 imap connections at the same time not possible.

STEPS TO REPRODUCE
see Post #1

ACTUAL RESULT
No fuerther imap connection possible

EXPECTED RESULT
Max imap connections at the same time as defined in mail server settings.
 
Thank you. I have submitted request to developers as PPPM-5559
 
Back
Top