revert important variables in fail2ban jail.conf

This commit is contained in:
Kay0u 2023-09-08 15:17:25 +02:00
parent 8eb2e72282
commit d0b65d5661
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -178,7 +178,7 @@ filter = %(__name__)s[mode=%(mode)s]
destemail = root@localhost destemail = root@localhost
# Sender email address used solely for some actions # Sender email address used solely for some actions
sender = root@<fq-hostname> sender = root@localhost
# E-mail action. Since 0.8.1 Fail2Ban uses sendmail MTA for the # E-mail action. Since 0.8.1 Fail2Ban uses sendmail MTA for the
# mailing. Change mta configuration parameter to mail if you want to # mailing. Change mta configuration parameter to mail if you want to
@ -189,7 +189,7 @@ mta = sendmail
protocol = tcp protocol = tcp
# Specify chain where jumps would need to be added in ban-actions expecting parameter chain # Specify chain where jumps would need to be added in ban-actions expecting parameter chain
chain = <known/chain> chain = INPUT
# Ports to be banned # Ports to be banned
# Usually should be overridden in a particular jail # Usually should be overridden in a particular jail