Thank you Ivan,
I just checked it and modified to
imap cmd="imapd -U 60" listen="imap" prefork=10 maxchild=500 proto=tcp4
imaps cmd="imapd -s -U 60" listen="imaps" prefork=10 maxchild=500 proto=tcp4
We will see, soon.
The old (default) was:
imap cmd="imapd -U 30" listen="imap" prefork=0 maxchild=100
imaps cmd="imapd -s -U 30" listen="imaps" prefork=0 maxchild=100
When I checked it before, I had 120 imapd process running and 125 connections (netstat -tapn | grep imap).
Now I have 121 processes and 97 connections.
I will report here.
Thanks!
István
2022. 11. 15, kedd keltezéssel 12.53-kor Ivan Kuznetsov ezt írta:
HelloIt can be a lack of available IMAP handlers. One TB makes more than oneIMAP connection depending of a number of tabs opened. Some clientconnections can hit a limit of running imapd processes. Consult withcyrus.confRegards, Ivan