diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-22 14:38:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-22 14:38:29 -0400 |
| commit | 40e8bc41ab29070b0876175361c4ef0657788db5 (patch) | |
| tree | fc6415a2c7ca92d6eeb1bb5fefb8518606584bc6 | |
| parent | 83dbfcad559714f0e11015334f233b4c84f8f432 (diff) | |
propellor spin
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
