changed defaiult sender

This commit is contained in:
Arne Teuke
2017-10-01 18:04:33 +02:00
parent b906f45069
commit 19ccfe79ba

View File

@@ -147,7 +147,7 @@ $fn_logencoding = 'auto',
$fn_enabled = false,
$fn_filter = '%(__name__)s',
$fn_destemail = 'root@localhost',
$fn_sender = 'root@localhost',
$fn_sender = "fail2ban@${::fqdn}",
$fn_mta = 'sendmail',
$fn_protocol = 'tcp',
$fn_chain = 'INPUT',