Codebase list fail2ban / df08b2f
BF: forgot to define sender in jail.conf Yaroslav Halchenko 10 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6464 #
6565 # Name of the sender for mta actions
6666 sendername = Fail2Ban
67
68 # Email address of the sender
69 sender = fail2ban@localhost
6770
6871 #
6972 # ACTIONS
532535 filter = sshd
533536 action = iptables[name=SSH, port=ssh, protocol=tcp]
534537 sendmail-whois[name=SSH, dest="%(destemail)s", sender="%(sender)s", sendername="%(sendername)s"]
535 blocklist_de[email="%(sender)s", apikey="xxxxxx", service=%(filter)s]
538 blocklist_de[email="%(sender)s", apikey="xxxxxx", service="%(filter)s"]
536539 logpath = /var/log/sshd.log
537540 maxretry = 20
538541