diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-24 11:22:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-24 11:22:55 -0400 |
| commit | d1292a578643668973d3ba9352d24d6fb6fd38a0 (patch) | |
| tree | 068b1e58914da506c74f924f0fb30cb0550cff11 /src | |
| parent | 3fe6e0f8bdc1915bbe9322ffa07f9349c8333d70 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 863a86cf..0b066bb4 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -452,7 +452,7 @@ kiteMailServer = propertyList "kitenet.net mail server" ] `onChange` Postfix.reloaded `describe` "postfix mydomain file configured" - , "/etc/postfix/obscure_client_relay.pcre" `File.containsLines` + , "/etc/postfix/obscure_client_relay.pcre" `File.hasContent` -- Remove received lines for mails relayed from trusted -- clients. These can be a privacy vilation, or trigger -- spam filters. |
