# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1250972690 0
# Node ID 2b8154cc7ebea0e0df458f2b97916db97d9d3dec
# Parent  9dca3e898ddb0029319c3a7f20c0e7532e3b87b7
Updated documentation

diff -r 9dca3e898ddb -r 2b8154cc7ebe INSTALL
--- a/INSTALL	Sat Aug 22 18:21:04 2009 +0000
+++ b/INSTALL	Sat Aug 22 20:24:50 2009 +0000
@@ -117,7 +117,7 @@
 
     # Add Dovecot's deliver agent
     dovecot   unix  -       n       n       -       -       pipe
-      flags=DRhu user=nobody:mail argv=/usr/local/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -n -m ${extension}
+      flags=DRhu user=nobody argv=/usr/local/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -n -m ${extension}
 
 
 
diff -r 9dca3e898ddb -r 2b8154cc7ebe UPGRADE
--- a/UPGRADE	Sat Aug 22 18:21:04 2009 +0000
+++ b/UPGRADE	Sat Aug 22 20:24:50 2009 +0000
@@ -31,6 +31,13 @@
          chgrp nogroup /usr/local/lib/dovecot/deliver
          chmod u+s,o-rwx /usr/local/lib/dovecot/deliver
 
+       * Check the master.cf from Postfix.
+         In prior setups the service dovecot was configured slightly different.
+         If you have set the command attribute 'user' to 'nobody:mail', so
+         either remove the group mail or replace it with the group nogroup.
+
+         e.g.: flags=DRhu user=nobody argv=/usr/local/lib/dovecot/deliver …
+
     * execute upgrade.sh
 
     * start Dovecot and Postfix