diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-08 15:18:42 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-08 15:18:42 -0400 |
| commit | f2bdab547e2b49eace86ff86e9db84f8ae8b9836 (patch) | |
| tree | df78099bb54a963b6dd0a889d2a1ebbc64ebf8d4 /src | |
| parent | 7f1121a42e9e0a2e7cb3f1af2898c1c699488a03 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 4eb6d477..0b3e5f8a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -452,6 +452,8 @@ 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 |
