• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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