Hello,
I would need a little help.
I have the following message in the logs
dovecot: master: Warning: service(imap-login): process_limit (100)
reached, client connections are being dropped
I have already modified the file
/etc/dovecot/conf.d/10-master.conf
The first 2 lines are
default_process_limit = 200
default_client_limit = 1250
and if i make:
grep -r process_limit /etc/
he found that:
/etc/dovecot/conf.d/10-master.conf:default_process_limit = 200
/etc/dovecot/conf.d/10-master.conf: process_limit = 1024
/etc/dovecot/conf.d/10-master.conf: #process_limit = 1024
/etc/dovecot/conf.d/10-master.conf: process_limit = 1024
/etc/dovecot/conf.d/10-master.conf.original:default_process_limit = 150
/etc/dovecot/conf.d/10-master.conf.original: #process_limit = 1024
/etc/dovecot/conf.d/10-master.conf.original: #process_limit = 1024
/etc/dovecot/conf.d/10-master.conf.original: #process_limit = 1024
/etc/dovecot/conf.d/20-managesieve.conf: #process_limit = 1024
And so I don’t really understand why this error message remains at 100,
I specify that the postfix and dovecot services were restarted after the
modification,
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org