Browse Source

Merge pull request #677 from adborden/dmarc-report-email

Use postmaster@ for DMARC reports
Sven Neuhaus 7 years ago
parent
commit
724d8a96ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/templates/etc_opendmarc_report.sh.j2

+ 1
- 1
roles/mailserver/templates/etc_opendmarc_report.sh.j2 View File

@@ -8,7 +8,7 @@ DB_USER='{{ mail_db_opendmarc_username }}'
8 8
 DB_PASS='{{ mail_db_opendmarc_password }}'
9 9
 DB_NAME='{{ mail_db_opendmarc_database }}'
10 10
 WORK_DIR='/var/run/opendmarc'
11
-REPORT_EMAIL='{{ admin_email }}'
11
+REPORT_EMAIL='postmaster@{{ domain }}'
12 12
 
13 13
 mv ${WORK_DIR}/opendmarc.dat ${WORK_DIR}/opendmarc_import.dat -f
14 14
 touch ${WORK_DIR}/opendmarc.dat

Loading…
Cancel
Save