fail2ban, ignoreip

This commit is contained in:
Andreas Knuth 2026-03-06 16:55:13 -06:00
parent 206ef9b20c
commit 6db032bd4c
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[DEFAULT]
# Whitelist: Localhost, private Docker-Netze und die Budd Electric Office-IP
ignoreip = 127.0.0.1/8 ::1 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 24.155.193.233
[dovecot]
# Erhöht die Anzahl der erlaubten Fehlversuche auf 20
maxretry = 20
[postfix]
# Erhöht die Anzahl der erlaubten Fehlversuche auf 20
maxretry = 20