10 Nov
2010
10 Nov
'10
12:31 p.m.
Maxime Longuepee wrote on 11/10/2010:
Here is the dovecot entry from master.cf:
dovecot unix - n n - - pipe flags=DRhu user=dovecot:dovecot argv=/usr/local/libexec/dovecot/deliver -d ${recipient}
Maybe the problem is that you run deliver as user "dovecot". You should use another user/group for deliver. Also you should make sure that this user/group has correct permissions on /usr/vmail. (See also: http://wiki2.dovecot.org/UserIds)
-- Daniel