diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-09-10 15:14:45 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-09-10 15:14:45 +0200 |
commit | 4b48f1b6dd799d1a69f0c9e2a157a007fcdcbe25 (patch) | |
tree | 98a20332171ab0a568945f9ef5b32d63b9f8c0df /roles/common/templates/etc | |
parent | 983981b8546d9ef847cfef7711c35c6e06549f43 (diff) |
Send internal system mails to root@f.o.
Instead of admin@f.o. Per msgid=<ad724342-b3bb-48d9-9984-6d277714910d@fripost.org>.
Diffstat (limited to 'roles/common/templates/etc')
-rw-r--r-- | roles/common/templates/etc/fail2ban/jail.local.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |