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/files/etc/apt/apt.conf.d/50unattended-upgrades | 2 +- roles/common/files/etc/apt/listchanges.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/common/files/etc/apt') diff --git a/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades b/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades index fd7cf1d..6f71ce6 100644 --- a/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades +++ b/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades @@ -91,7 +91,7 @@ Unattended-Upgrade::Package-Blacklist { // If empty or unset then no email is sent, make sure that you // have a working mail setup on your system. A package that provides // 'mailx' must be installed. E.g. "user@example.com" -Unattended-Upgrade::Mail "admin@fripost.org"; +Unattended-Upgrade::Mail "root@fripost.org"; // Set this value to one of: // "always", "only-on-error" or "on-change" diff --git a/roles/common/files/etc/apt/listchanges.conf b/roles/common/files/etc/apt/listchanges.conf index cee0648..e17e36d 100644 --- a/roles/common/files/etc/apt/listchanges.conf +++ b/roles/common/files/etc/apt/listchanges.conf @@ -1,6 +1,6 @@ [apt] frontend=mail -email_address=admin@fripost.org +email_address=root@fripost.org confirm=0 save_seen=/var/lib/apt/listchanges.db which=news -- cgit v1.2.3