1 |
vip-ire |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/crontab/DMARCReports mezzanine_patched_smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/crontab/DMARCReports |
2 |
|
|
--- smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/crontab/DMARCReports 1970-01-01 01:00:00.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/crontab/DMARCReports 2016-04-30 15:27:12.815706813 +0200 |
4 |
|
|
@@ -0,0 +1,8 @@ |
5 |
|
|
+{ |
6 |
|
|
+ if (( $qpsmtpd{DMARCReporting} || '1' ) =~ m/^1|on|enabled|yes$/){ |
7 |
|
|
+ $OUT .= "15 0 * * * qpsmtpd /usr/bin/dmarc_send_reports\n"; |
8 |
|
|
+ } |
9 |
|
|
+ else{ |
10 |
|
|
+ $OUT .= "DMARC Reporting is disabled\n"; |
11 |
|
|
+ } |
12 |
|
|
+} |
13 |
|
|
diff -Nur -x '*.orig' -x '*.rej' smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/mail-dmarc.ini/500Smtp mezzanine_patched_smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/mail-dmarc.ini/500Smtp |
14 |
|
|
--- smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/mail-dmarc.ini/500Smtp 2016-04-30 15:28:07.369707251 +0200 |
15 |
|
|
+++ mezzanine_patched_smeserver-qpsmtpd-2.6.0/root/etc/e-smith/templates/etc/mail-dmarc.ini/500Smtp 2016-04-30 15:22:35.578703900 +0200 |
16 |
|
|
@@ -1,2 +1,3 @@ |
17 |
|
|
[smtp] |
18 |
|
|
hostname = { $SystemName . '.' . $DomainName } |
19 |
|
|
+smarthost = 127.0.0.1 |