diff --git a/templates/Fedora/35/etc/opendmarc.conf b/templates/Fedora/35/etc/opendmarc.conf index 4835938..cc1018d 100644 --- a/templates/Fedora/35/etc/opendmarc.conf +++ b/templates/Fedora/35/etc/opendmarc.conf @@ -178,6 +178,7 @@ ## is no default. # # FailureReportsBcc postmaster@example.coom +FailureReportsBcc {{ postmaster_email }} ## FailureReportsOnNone { true | false } ## default "false" @@ -199,6 +200,7 @@ ## could not be determined. # # FailureReportsSentBy USER@HOSTNAME +FailureReportsSentBy {{ postmaster_email }} ## HistoryFile path ## default (none) @@ -315,6 +317,7 @@ ## field will be added. # # RejectFailures false +RejectFailures true ## RejectMultiValueFrom { true | false } ## default "false"