
lists-qmail at maexotic
Aug 9, 2010, 5:14 AM
Post #2 of 3
(433 views)
Permalink
|
|
Re: Unable_to_forward_message:_unable_to_exec_qq
[In reply to]
|
|
On Thu, Aug 05, 2010 at 11:33:00PM -0700, ik wrote: > @400000004c5ba9cd26772524 status: local 0/10 remote 0/20 > @400000004c5baaa425c7787c starting delivery 28: msg 352450 to local > root [at] mkd > @400000004c5baaa425c7a374 status: local 1/10 remote 0/20 > @400000004c5baaa425d7fef4 delivery 28: deferral: > Unable_to_forward_message:_unable_to_exec_qq_(#4.3.0)./ Check permissions on /var /var/qmail /var/qmail/bin all those directory must at least have the x-bit set for "all" # chmod a+x <directory> If any of those is a symbolic link you also have to check the path to where the symb. link points to. Check permissions on /var/qmail/bin/qmail-queue this should habe the x-bit set for anyone and be setuid qmailq: -rws--x--x qmailq qmail /var/qmail/bin/qmail-queue # chown qmailq:qmail /var/qmail/bin/qmail-queue # chmod 4711 /var/qmail/bin/qmail-queue \Maex
|