[arch-commits] Commit in opendmarc/trunk (PKGBUILD opendmarc.conf)

Thore Bödecker foxxx0 at archlinux.org
Mon Jun 5 20:55:17 UTC 2017


    Date: Monday, June 5, 2017 @ 20:55:16
  Author: foxxx0
Revision: 234425

improve shipped default config

Modified:
  opendmarc/trunk/PKGBUILD
  opendmarc/trunk/opendmarc.conf

----------------+
 PKGBUILD       |    4 ++--
 opendmarc.conf |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 20:53:40 UTC (rev 234424)
+++ PKGBUILD	2017-06-05 20:55:16 UTC (rev 234425)
@@ -5,7 +5,7 @@
 
 pkgname=opendmarc
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Free open source software implementation of the DMARC specification"
 arch=('i686' 'x86_64')
 url="http://www.trusteddomain.org/opendmarc/"
@@ -26,7 +26,7 @@
         'opendmarc.conf')
 sha512sums=('6045fb7d2be8f0ffdeca07324857d92908a41c6792749017c2fcc1058f05f55317b1919c67c780827dd7094ec8fff2e1fa4aeb5bab7ff7461537957af2652748'
             '738de0cd286dd30713f32034f9ecf9009b6f64038c573c9f8aedaf10df8293bb9eec9d19492a03a2ebf2d2960289bdf48be9b1eb25395dbe9a490f7e3b25cb34'
-            'a55540cca6f968072ce8ddb9e53ce226300f2bbf730e7affe775a3ea96fad2cf438c88bc9f96c0de352dfb217eb82e7b4fc1ab05666ac6fd063b434cd335bc54')
+            '2753ad4477b499947ca07bb385ad0e10f327efa61a9059884091ead8e8e2bd65793436053d5a9c734e4c0676b7823982083ea7b35fae967eeacaeafb6226ff20')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: opendmarc.conf
===================================================================
--- opendmarc.conf	2017-06-05 20:53:40 UTC (rev 234424)
+++ opendmarc.conf	2017-06-05 20:55:16 UTC (rev 234425)
@@ -184,7 +184,7 @@
 ##  If set, causes mail from authenticated clients (i.e., those that used
 ##  SMTP AUTH) to be ignored by the filter.
 #
-# IgnoreAuthenticatedClients false
+IgnoreAuthenticatedClients true
 
 ##  IgnoreHosts path
 ##  	default (internal)
@@ -318,7 +318,7 @@
 ##  is also set, it never looks for SPF results in headers and
 ##  always performs the SPF check itself when this is set.
 #
-# SPFSelfValidate false
+SPFSelfValidate true
 
 ##  Syslog { true | false }
 ##  	default "false"



More information about the arch-commits mailing list