Re: [EXT] max number of connections per ip

2020-02-29 Thread Sami Ketola
Hi, dovecot does not make "connections PER folder". it is your MUA that does it. for example Thunderbird is known to open 1 connection per folder. It's a client setting that can be changed. Sami > On 28 Feb 2020, at 18.21, Esteban L wrote: > > Ok. That is a nice command. > > I am able to s

Re: [EXT] max number of connections per ip

2020-02-28 Thread Esteban L
Interesting, the line: imap_client_workarounds = "delay-newmail" I do not have. What does it do? The problem does seem to manifest itself with initial logins. On 28.02.20 17:28, Remo Mattei wrote: > Here is mine and I have no issue if they client is netted. > > Remo > > protocol imap { > imap

Re: [EXT] max number of connections per ip

2020-02-28 Thread Remo Mattei
Here is mine and I have no issue if they client is netted. Remo protocol imap { imap_client_workarounds = "delay-newmail" mail_plugins = $mail_plugins imap_quota mail_max_userip_connections = 50 } > On Feb 28, 2020, at 8:21 AM, Esteban L wrote: > > Ok. That is a nice command. > > I a