/[smeserver]/rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch
ViewVC logotype

Annotation of /rpms/smeserver-qpsmtpd/sme10/smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Wed Dec 16 16:49:15 2020 UTC (3 years, 5 months ago) by jcrisp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Initial import

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed