mirror of https://github.com/fail2ban/fail2ban
24 lines
313 B
Plaintext
24 lines
313 B
Plaintext
|
# 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
|