diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-21 11:53:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-21 11:53:54 -0400 |
| commit | 2e64eb1053271d232255d6433d26500113819e19 (patch) | |
| tree | 6df7e0c0311bcf3f218ff22b9dee3f4e946381f5 | |
| parent | 633e3221e7a47b0b033b8b6e564bbf291c38018f (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 4d6f1725..f02dc6f0 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -716,8 +716,6 @@ postfixSaslPasswordClient = combineProperties "postfix uses SASL password to aut , "smtp_sasl_tls_security_options = noanonymous" , "relayhost = [kitenet.net]" , "smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd" - , "# kite's fingerprint" - , "smtp_tls_fingerprint_cert_match = 13:B0:0C:F3:11:83:A5:EB:A9:37:C6:C5:ED:16:60:86" ] `onChange` Postfix.reloaded |
