Thanks for the response. I was able to get it working with chmod 755
On Tue, Nov 15, 2011 at 3:34 PM, Timo Sirainen <t...@iki.fi> wrote: > On Wed, 2011-11-09 at 14:04 -0500, Chris Young wrote: > > I am familiar with this article > > http://wiki.dovecot.org/LDA#multipleuids > > > > I want to disable setuid-root, but I don't know the default group and > > permissions. > > > > sudo chgrp root /usr/libexec/dovecot/dovecot-lda > > sudo chmod 00750 /usr/libexec/dovecot/dovecot-lda > > > > but my delivery is still failing > > > > Nov 9 18:22:39 vl42 postfix/pipe[23039]: DEC54700B1: to=< > u...@domain.com>, > > orig_to=<u...@domain.com>, relay=dovecot, delay=0.05, > delays=0.04/0/0/0.01, > > dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: > fatal: > > pipe_command: execvp /usr/libexec/dovecot/dovecot-lda: Permission denied > ) > > dovecot-lda's group should be the same as you specify to the pipe in > Postfix's master.cf. > > >