From 042b3bee012c17586e0579b91e90ed0047a622c5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Jan 2015 21:21:06 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index e2bcddb1..a2eb44b0 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -608,7 +608,7 @@ postfixClientRelay ctx = Postfix.mainCfFile `File.containsLines` -- Configures postfix to have the dkim milter, and no other milters. dkimMilter :: Property dkimMilter = Postfix.mainCfFile `File.containsLines` - [ "inet:localhost:8891" + [ "smtpd_milters = inet:localhost:8891" , "non_smtpd_milters = inet:localhost:8891" , "milter_default_action = accept" ] -- cgit v1.2.3