From 40e8bc41ab29070b0876175361c4ef0657788db5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Nov 2017 14:38:29 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') 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" -- cgit v1.2.3