Re: [Mailman-Users] Additional questions about ban_list

2015-10-06 Thread Aditya Jain
one else. You can use ban_list to accomplish this. You just have to revert the matching criteria. For example if you want to allow only example.org and example.com you can use the following regex ^[^@]+@(?!(.*\.)?example\.(org|com)$) Regards Aditya Jain ---

Re: [Mailman-Users] Limiting number of failed login attempts

2015-10-05 Thread Aditya Jain
at the username/email and block request or show captcha if number of failed attempts cross a certain limit, at application(mailman) level. I think this is sounding more like a feature request. Thanks & Regards Aditya Jain -- Mailman-Use

Re: [Mailman-Users] Limiting number of failed login attempts

2015-10-03 Thread Aditya Jain
e IP and same port. Therefore I was looking for something that is inside mailman so that access to other websites is not blocked in case the attempts were genuine. For now I think I can manage with long passwords. Thanks & Regards Aditya Jain

Re: [Mailman-Users] Limiting number of failed login attempts

2015-10-03 Thread Aditya Jain
Hi, Thanks! At the moment I don't have a separate IP for mailman. Therefore I cannot use fail2ban. But hopefully, a really long password should be enough to discourage a simple brute force. Thanks & Regards Aditya Jain On Saturday 03 October 2015 06:44 PM, Mark Sapiro wrote: > On

[Mailman-Users] Limiting number of failed login attempts

2015-10-03 Thread Aditya Jain
in my installation means 8 characters of a-z. Is there a way in which I can limit the number of failed login attempts to the archive to prevent a brute force attempt? Thanks & Regards Aditya Jain -- Mailman-Users mailing list Mailman-U