Re: Frequency Control for IMAP connection

2024-09-05 Thread Wesley via dovecot via dovecot
On 2024-08-16 08:26, Joseph Tam via dovecot wrote: > > Is this a MacOSX client? No, that client is using the programming method to access us. But he should use imap IDLE function rather than a crazy loop. > You might have to resort to firewall or other general network controls > to actually

Re: Frequency Control for IMAP connection

2024-08-15 Thread Joseph Tam via dovecot
From: Corey H > $ sudo tail -1 /var/log/mail.log|grep **@**mail.com|wc -l > 3544 > > logs like this: > > Aug 15 19:54:10 mx dovecot: imap-login: Login: user=<**@**mail.com>, > method=PLAIN, rip=**, lip=**, mpid=4151830, TLS, > session= > > How can I implement a Frequency Control on client con

Re: Frequency Control for IMAP connection

2024-08-15 Thread Aki Tuomi via dovecot
There is no easy way to do this, I guess if you have way to return delay_until= from your passdb, you can limit the speed a bit. E.g. delay_until=1723723664 Aki > On 15/08/2024 15:02 EEST Corey H via dovecot wrote: > > > Hello > > one of our users makes too quick IMAP connections to the se