CoyoteKG
Regular Pleskian
Hello,
I have too many logging attempts from 91.200.12.*
But fail2ban not banned that IP because every time is diferent IP.
I want to add it manually, but I can't find that option in plesk.
Also before this post I tried to find a way in your documentation, and without success.
In attachment you can find log with those attempts.
Also this is my plesk-postfix jail. It is default
and this is acction
So, how to block everything from 91.200.* ?
I have too many logging attempts from 91.200.12.*
But fail2ban not banned that IP because every time is diferent IP.
I want to add it manually, but I can't find that option in plesk.
Also before this post I tried to find a way in your documentation, and without success.
In attachment you can find log with those attempts.
Also this is my plesk-postfix jail. It is default
Code:
[plesk-postfix]
enabled = true
filter = postfix-sasl
action = iptables-multiport[name="plesk-postfix", port="smtp,smtps,submission"]
sendmail-common[dest="[email protected]", sender="fail2ban", sendername="Fail2Ban"]
logpath = /var/log/maillog
maxretry = 3
and this is acction
Code:
iptables-multiport[name="plesk-postfix", port="smtp,smtps,submission"]
sendmail-common[dest="[email protected]", sender="fail2ban", sendername="Fail2Ban"]
So, how to block everything from 91.200.* ?