From ad8e318c34aa866b9807048e3606101f785b8c28 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Jan 2015 22:01:12 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index abea9bf8..9d84716a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -483,7 +483,7 @@ kiteMailServer = propertyList "kitenet.net mail server" -- Munge local Received line for postfix running on a -- trusted client that relays through. These can trigger -- spam filters. - , "/^Received: by ([^.]+)\\.kitenet\\.net.*/ REPLACE Received: by kitenet.net" + , "/^Received: by ([^.]+)\\.kitenet\\.net.*/ REPLACE X-Question: 42" ] `onChange` Postfix.reloaded `describe` "postfix obscure_client_relay file configured" @@ -603,7 +603,7 @@ dkimInstalled = propertyList "opendkim installed" , File.hasPrivContent "/etc/mail/dkim.key" (Context "kitenet.net") , File.ownerGroup "/etc/mail/dkim.key" "opendkim" "opendkim" ] - `onChange` Service.restarted "opendkum" + `onChange` Service.restarted "opendkim" -- This is the dkim public key, corresponding with /etc/mail/dkim.key -- This value can be included in a domain's additional records to make -- cgit v1.2.3