mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-04 14:48:08 +00:00
Merge 61d2b401f7 into 333f105675
This commit is contained in:
commit
ff40868658
2 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ actionunban =
|
|||
|
||||
# Your system mail command
|
||||
#
|
||||
mailcmd = /usr/sbin/sendmail -f "<sender>" "<dest>"
|
||||
mailcmd = /usr/sbin/sendmail -f "<sender>" -t
|
||||
|
||||
# Recipient mail address
|
||||
#
|
||||
|
|
|
|||
|
|
@ -175,6 +175,7 @@ filter = %(__name__)s[mode=%(mode)s]
|
|||
|
||||
# Destination email address used solely for the interpolations in
|
||||
# jail.{conf,local,d/*} configuration files.
|
||||
# comma separated list for multiple addresses
|
||||
destemail = root@localhost
|
||||
|
||||
# Sender email address used solely for some actions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue