Browse Source

dont send DMARC reports to ourselves

Thomas Buck 5 years ago
parent
commit
781a660162
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/templates/etc_rspamd_local.d_dmarc.conf.j2

+ 1
- 1
roles/mailserver/templates/etc_rspamd_local.d_dmarc.conf.j2 View File

@@ -40,7 +40,7 @@ report_settings {
40 40
   # override_address = "postmaster@example.net";
41 41
 	
42 42
   # Send DMARC reports here in addition to domain owners
43
-  additional_address = "postmaster@{{ domain }}";
43
+  # additional_address = "postmaster@{{ domain }}";
44 44
 	
45 45
   # Number of records to request with HSCAN
46 46
   # hscan_count = 200

Loading…
Cancel
Save