From 0dd65336808a82a9b15f97338e99bb77b6c0fb5d Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Thu, 9 Jan 2014 23:22:12 +0000 Subject: [PATCH] BF: Add ejabberd-auth to jail.conf --- config/jail.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index fc9a6c17..5dcce02c 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -559,6 +559,12 @@ maxretry = 10 action = iptables-multiport[name=freeswitch-tcp, port="5060,5061,5080,5081", protocol=tcp] iptables-multiport[name=freeswitch-udp, port="5060,5061,5080,5081", protocol=udp] +[ejabberd-auth] + +enabled = false +filter = ejabberd-auth +logpath = /var/log/ejabberd/ejabberd.log +action = iptables[name=ejabberd, port=xmpp-client, protocol=tcp] # Historical support (before https://github.com/fail2ban/fail2ban/issues/37 was fixed ) # use [asterisk] for new jails