Add fail2ban configuration for Postfix and adjust logging settings

This commit is contained in:
2025-04-24 19:34:28 +02:00
parent e980abcb2e
commit 558c867bc7
2 changed files with 20 additions and 2 deletions
@@ -93,6 +93,14 @@ fail2ban_jails:
maxretry: 5
findtime: 600
bantime: 3600
postfix:
enabled: true
port: "smtp,ssmtp"
filter: "postfix"
logpath: "/var/log/postfix/current"
maxretry: 3
findtime: 600
bantime: 3600
# aide
install_aide: true