summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-09-08 15:20:53 -0400
committerJoey Hess2014-09-08 15:20:53 -0400
commit599168ddcbffe6ab3b12b9d01e91b0c51e6c3bd5 (patch)
tree6bb3b224235d4655725133f146cdde45bd7c3e7d /src/Propellor/Property
parentf2bdab547e2b49eace86ff86e9db84f8ae8b9836 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 0b3e5f8a..4eb6d477 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -452,8 +452,6 @@ kiteMailServer = propertyList "kitenet.net mail server"
]
`onChange` Postfix.reloaded
`describe` "postfix mydomain file configured"
- , addDNS (MX 0 $ AbsDomain "joeyh.name")
- , addDNS (MX 0 $ AbsDomain "ikiwiki.info")
, "/etc/postfix/obscure_client_relay.pcre" `File.containsLine`
"/^Received: from ([^.]+)\\.kitenet\\.net.*using TLS.*by kitenet\\.net \\(([^)]+)\\) with (E?SMTPS?A?) id ([A-F[:digit:]]+)(.*)/ IGNORE"
`onChange` Postfix.reloaded