From 4b48f1b6dd799d1a69f0c9e2a157a007fcdcbe25 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 10 Sep 2025 15:14:45 +0200 Subject: Send internal system mails to root@f.o. Instead of admin@f.o. Per msgid=. --- roles/common/templates/etc/fail2ban/jail.local.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common/templates') diff --git a/roles/common/templates/etc/fail2ban/jail.local.j2 b/roles/common/templates/etc/fail2ban/jail.local.j2 index 3cd19cc..2759611 100644 --- a/roles/common/templates/etc/fail2ban/jail.local.j2 +++ b/roles/common/templates/etc/fail2ban/jail.local.j2 @@ -5,7 +5,7 @@ # Destination email address used solely for the interpolations in # jail.{conf,local} configuration files. -destemail = admin@fripost.org +destemail = root@fripost.org # "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban # will not ban a host which matches an address in this list. Several addresses -- cgit v1.2.3