mirror of https://github.com/fail2ban/fail2ban
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
313 B
24 lines
313 B
12 years ago
|
# Fail2Ban configuration file
|
||
|
#
|
||
|
# Common settings for sendmail actions
|
||
|
#
|
||
|
# Users can override the defaults in sendmail-common.local
|
||
|
|
||
|
[INCLUDES]
|
||
|
|
||
|
after = sendmail-common.local
|
||
|
|
||
|
[Init]
|
||
|
|
||
|
# Recipient mail address
|
||
|
#
|
||
|
dest = root
|
||
|
|
||
|
# Sender mail address
|
||
|
#
|
||
|
sender = fail2ban
|
||
|
|
||
|
# Sender display name
|
||
|
#
|
||
|
sendername = Fail2Ban
|