On Tue, Jan 14, 2014 at 9:49 AM, renaud courvoisier <renaud.courvois...@ecole-art-aix.fr> wrote: > Hi all, > I just see the useful mailman fail2ban jail posted bu jimpop : > https://code.launchpad.net/~jimpop/mailman/security-logging > <https://code.launchpad.net/%7Ejimpop/mailman/security-logging> > But I don't figure out how to add a mailman security log which will contain > Authentication Failure entries, > and a web search don't return anything. > > Can someone explain me how to do that ?
Hi, There are many things that can break, depending on Mailman version differences, other mods, etc., so make a good backup first. Download a "diff" of the security-logging changes from this URL: http://bazaar.launchpad.net/~jimpop/mailman/security-logging/revision/1375?start_revid=1375 Copy the 1375_1374.diff file to your mailman/ home directory (the directory containing Mailman/ bin/ cron/ scripts/ etc), and then apply it with this command: patch -p0 -b -V numbered < 1375_1374.diff You will need to restart mailman afterwards, and then check mailman/logs/errors (for any errors) and check to make sure mailman/logs/security exists. Then try a few failed login attempts on one of your lists. Hth, -Jim P. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org