search for: mbx09

Displaying 3 results from an estimated 3 matches for "mbx09".

Did you mean: mbx03
2016 Nov 29
2
auth client limit versus service count of mail processes
...ailbox servers get a high number (2million/day) of IMAP logins and resulting mail process spawns, I pondered doing the service count bit for IMAP as well. But adding a "service_count = 100" line (any value larger than 1 really) to the imap section we get the dreaded: --- Nov 28 17:05:40 mbx09 dovecot: config: Warning: service auth { client_limit=16384} is lower than required under max. load (528384) --- And that's quite true, once reaching that limit auth will pile up and fail eventually. Clearly the pop3 part with a max of 2048 processes (we see about 300 at peak times) neatly fi...
2017 Feb 10
1
dovecot config for 1500 simultaneous connection
"Rajesh M" <24x7server at 24x7server.net> writes: > during peak times here are the results for connections > > [root at ns1 domains]# doveadm who |grep imap |wc -l > username # proto (pids) (ips) > 631 > [root at ns1 domains]# doveadm who |grep pop3 |wc -l > username # proto (pids)
2016 Nov 29
0
auth client limit versus service count of mail processes
...mit = 512M > > # Max. number of IMAP processes (connections) > #process_limit = 1024 > process_limit = 524288 > } .. > But adding a "service_count = 100" line (any value larger than 1 really) to > the imap section we get the dreaded: > --- > Nov 28 17:05:40 mbx09 dovecot: config: Warning: service auth { client_limit=16384} is lower than required under max. load (528384) > --- > > 1. Where's the difference in Dovecot's logic between a mail service that > has a service count of 1 versus one with >1? With service_count=1 it disconnects...