summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-22 14:38:29 -0400
committerJoey Hess2017-11-22 14:38:29 -0400
commit40e8bc41ab29070b0876175361c4ef0657788db5 (patch)
treefc6415a2c7ca92d6eeb1bb5fefb8518606584bc6 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent83dbfcad559714f0e11015334f233b4c84f8f432 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index ef23c1e1..6965af76 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -603,7 +603,7 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props
-- Make pine use dovecot pipe to read maildir.
& "/etc/pine.conf" `File.hasContent`
[ "# deployed with propellor"
- , "inbox-path={localhost/user=NIXUSER}inbox"
+ , "inbox-path={localhost}inbox"
, "rsh-command=/usr/lib/dovecot/imap"
]
`describe` "pine configured to use local imap server"