Date: Fri, 23 Oct 2020 11:03:01 -0700
From: James Moe <ji...@sohnen-moe.com>
To: fail2ban-users@lists.sourceforge.net
Subject: Re: [Fail2ban-users] Postfix filter finds IPs, fails to ban
        them
Message-ID:
On 10/23/20 8:47 AM, Tom via Fail2ban-users wrote:

As you can see, postfix-sasl has no trouble banning. I'm running
fail2ban-0.11.1-10.fc32.noarch. Any ideas how to track down this elusive
problem?

   List your jails and filters?


Thanks for your help!

The filters are stock. Here is an abridged jail.local:
---------------------------------------------------
[DEFAULT]

backend = systemd

# ban IP on every port
banaction = nftables-allports

# 86400 is 24 hours
bantime = 86400
findtime = 86400
maxretry = 2

[sshd]
enabled = true
port = 49333

[postfix]
enabled = true
maxretry = 2

[postfix-sasl]
enabled = true
---------------------------------------------------

Is jail.conf read if jail.local exists?


_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to