Browse Source

Use postmaster@ for DMARC reports

Aaron D Borden 7 years ago
parent
commit
2bde2afb53
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
 DB_PASS='{{ mail_db_opendmarc_password }}'
8
 DB_PASS='{{ mail_db_opendmarc_password }}'
9
 DB_NAME='{{ mail_db_opendmarc_database }}'
9
 DB_NAME='{{ mail_db_opendmarc_database }}'
10
 WORK_DIR='/var/run/opendmarc'
10
 WORK_DIR='/var/run/opendmarc'
11
-REPORT_EMAIL='{{ admin_email }}'
11
+REPORT_EMAIL='postmaster@{{ domain }}'
12
 
12
 
13
 mv ${WORK_DIR}/opendmarc.dat ${WORK_DIR}/opendmarc_import.dat -f
13
 mv ${WORK_DIR}/opendmarc.dat ${WORK_DIR}/opendmarc_import.dat -f
14
 touch ${WORK_DIR}/opendmarc.dat
14
 touch ${WORK_DIR}/opendmarc.dat

Loading…
Cancel
Save