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/logcheck/logcheck.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common/files/etc/logcheck') diff --git a/roles/common/files/etc/logcheck/logcheck.conf b/roles/common/files/etc/logcheck/logcheck.conf index 4c7ff10..6e06450 100644 --- a/roles/common/files/etc/logcheck/logcheck.conf +++ b/roles/common/files/etc/logcheck/logcheck.conf @@ -25,7 +25,7 @@ REPORTLEVEL="server" # *NOTE* the script does not set a default value for this variable! # Should be set to an offsite "emailaddress@some.domain.tld" -SENDMAILTO="admin@fripost.org" +SENDMAILTO="root@fripost.org" # Send the results as attachment or not. # 0=not as attachment; 1=as attachment; 2=as gzip attachment -- cgit v1.2.3