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

What type of hardware are you using: Other(?)
What YunoHost version are you running: 12
How are you able to access your server: The webadmin
SSH
Direct access via physical keyboard/screen
Other(?)

Describe your issue

I have this error message :

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

but 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 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,

Share relevant logs or error messages

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

J’ai lancé la commande suivante :

grep -r process_limit /etc/

ce qu’il m’a trouvé :

/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

I have the impression that it does not take into account the configuration files located in /etc/dovecot/conf.d

in /etc/dovecot/dovecont.conf , i have

!include yunohost.d/pre-ext.conf ( first line , and )
!include yunohost.d/post-ext.conf

But i don’t have !include /conf.d