Am 15.08.2009 um 18:52 schrieb denis:
virtual_gid_maps = proxy:mysql:/etc/postfix/mygid.cf
virtual_uid_maps = static:33
You need to match the groups used by deliver in the "master.cf" (mail/ mail) or change them there. Try

virtual_gid_maps = static:8
virtual_uid_maps = static:8

dovecot   unix  -       n       n       -       -       pipe
flags=DRhu user=mail:mail argv=/usr/lib/dovecot/deliver -d $ (recipient)

Fatal: setgid(33(www-data)) failed with euid=8(mail), gid=8(mail),
egid=8(mail): Operation not permitted


Reply via email to