diff options
Diffstat (limited to 'src')
| -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" |
