Mail List Problem

xalupeao

Verified User
Joined
Nov 25, 2009
Messages
15
Location
Santiago, Chile
I created a mailing list named "[email protected]." When sending an email to the following error [email protected]:

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/gonzalorios.cl/majordomo/majordomo.cf -l analisisitc -h gonzalorios.cl -f owner-analisisitc [email protected]
generated by [email protected]
local delivery failed

The following text was generated during the delivery attempt:

------ pipe to |/etc/virtual/majordomo/wrapper resend -C /etc/virtual/gonzalorios.cl/majordomo/majordomo.cf -l analisisitc -h gonzalorios.cl -f owner-analisisitc [email protected]
generated by [email protected] ------

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

------ This is a copy of the message, including all the headers. ------
 
wrapper: Trying to exec /etc/virtual/majordomo/resend failed: Permission denied
Did you define PERL correctly in the Makefile?

This appears to be your problem. The resend script has the wrong permissions. Mine looks like this:
Code:
 ls -l /etc/virtual/majordomo/resend
-rwxr-xr-x 1 majordomo daemon 29919 Apr 15  2010 /etc/virtual/majordomo/resend
 
I've the same issue, but it's because I've disabled Perl with making it's permission to 705
How can I make subscriptions work while blocking Perl scripts of my clients?
 
Have you tried leaving perl permissions as they should be but turning off cgi execution for your clients. That should be able to disable perl for your clients (I'm not sure; give it a try).

Jeff
 
Back
Top