Majordomo exec resend failed
I got a strange problem with Majordomo. Everytime someone tries to mail to a list (or subscribe) the following return mail is produced:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/etc/virtual/majordomo/wrapper resend -C /etc/virtual/domain.nl/majordomo/majordomo.cf -l test -h domain.nl -f owner-test test-out@domain.nl
generated by test@domain.nl
local delivery failed
The following text was generated during the delivery attempt:
—— pipe to |/etc/virtual/majordomo/wrapper resend -C /etc/virtual/domain.nl/majordomo/majordomo.cf -l test -h domain.nl -f owner-test test-out@domain.nl
generated by test@domain.nl ——
wrapper: Trying to exec /etc/virtual/majordomo/resend failed: Permission denied
Did you define PERL correctly in the Makefile?
HOME is HOME=/etc/virtual/majordomo,
PATH is PATH=/bin:/usr/bin:/usr/ucb,
SHELL is SHELL=/bin/sh,
MAJORDOMO_CF is MAJORDOMO_CF=/etc/virtual/majordomo/majordomo.cf
I already checked the permissions off the resend file:
[root@server20 ~]# ls -l /etc/virtual/majordomo/resend
-rwxr-xr-x 1 majordomo daemon 29919 Nov 1 14:17 /etc/virtual/majordomo/resend
The exim log entry:
2012-11-01 14:42:17 1TTv2H-0006fO-78 <= x H=(x) [x] P=esmtps X=TLSv1:DHE-RSA-AES256-SHA:256 S=3008 id=x T="subscribe" from <x> for test@domain.nl
2012-11-01 14:42:17 1TTv2H-0006fO-78 ** |/etc/virtual/majordomo/wrapper resend -C /etc/virtual/domain.nl/majordomo/majordomo.cf -l test -h domain.nl -f owner-test test-out@domain.nl <test@domain.nl> F=<x> R=majordomo_aliases T=majordomo_pipe: Child process of majordomo_pipe transport returned 71 (could mean internal operating system error) from command: /etc/virtual/majordomo/wrapper
System details:
Centos 6.3
Default directadmin installation
I updated exim and directadmin and tried to reinstall majordomo but whitout success.
Does anybody know how i can solve this issue?