mirror of https://github.com/fail2ban/fail2ban
ENH: add submission, smtps and sieve to blocked ports since this also typically rely on dovecot auth
parent
8412303131
commit
a991adb83f
|
@ -477,11 +477,11 @@ logpath = /var/log/auth.log
|
|||
[dovecot]
|
||||
enabled = false
|
||||
filter = dovecot
|
||||
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps", protocol=tcp]
|
||||
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
||||
logpath = /var/log/mail.log
|
||||
|
||||
[dovecot-auth]
|
||||
enabled = false
|
||||
filter = dovecot
|
||||
action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps", protocol=tcp]
|
||||
action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
||||
logpath = /var/log/secure
|
||||
|
|
Loading…
Reference in New Issue