Skip to content
Snippets Groups Projects
Commit e1f65d6e authored by jabertwo's avatar jabertwo
Browse files

new var for dmarc rua reporting address

parent 0c842984
No related branches found
No related tags found
2 merge requests!119Revert "new var for dmarc rua reporting address",!55Mailsetup Migration from mailcow to mailu
...@@ -35,6 +35,8 @@ webserver_domains: ...@@ -35,6 +35,8 @@ webserver_domains:
- "autoconfig.enteentelos.com" - "autoconfig.enteentelos.com"
- "mailserver.enteentelos.com" - "mailserver.enteentelos.com"
#Email addresse für dmarc reporting
dmarc_mail: "hu3igume@ag.eu.dmarcadvisor.com"
administratorenteam: administratorenteam:
- "void" - "void"
......
...@@ -100,8 +100,8 @@ FETCHMAIL_DELAY=600 ...@@ -100,8 +100,8 @@ FETCHMAIL_DELAY=600
RECIPIENT_DELIMITER=+ RECIPIENT_DELIMITER=+
# DMARC rua and ruf email # DMARC rua and ruf email
DMARC_RUA=admin DMARC_RUA={{ dmarc_mail }}
DMARC_RUF=admin DMARC_RUF=mailadmin
# Welcome email, enable and set a topic and body if you wish to send welcome # Welcome email, enable and set a topic and body if you wish to send welcome
# emails to all users. # emails to all users.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment