From e1f65d6eee433e5603565a38ee18440e20d9dd92 Mon Sep 17 00:00:00 2001 From: jabertwo <mail@jabertwo.de> Date: Tue, 11 Apr 2023 16:42:01 +0200 Subject: [PATCH] new var for dmarc rua reporting address --- host_vars/enteente | 2 ++ test/docker_mail/templates/mailu.env | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/host_vars/enteente b/host_vars/enteente index b0b475ed..c407235b 100644 --- a/host_vars/enteente +++ b/host_vars/enteente @@ -35,6 +35,8 @@ webserver_domains: - "autoconfig.enteentelos.com" - "mailserver.enteentelos.com" +#Email addresse für dmarc reporting +dmarc_mail: "hu3igume@ag.eu.dmarcadvisor.com" administratorenteam: - "void" diff --git a/test/docker_mail/templates/mailu.env b/test/docker_mail/templates/mailu.env index 0ccf765e..88c7d868 100644 --- a/test/docker_mail/templates/mailu.env +++ b/test/docker_mail/templates/mailu.env @@ -100,8 +100,8 @@ FETCHMAIL_DELAY=600 RECIPIENT_DELIMITER=+ # DMARC rua and ruf email -DMARC_RUA=admin -DMARC_RUF=admin +DMARC_RUA={{ dmarc_mail }} +DMARC_RUF=mailadmin # Welcome email, enable and set a topic and body if you wish to send welcome # emails to all users. -- GitLab