> Here is the transaction it produced:
>
> testlist@producer.com aliased to "|/usr/local/majordomo/wrapper resend -l
> testlist -h producer.com testlist-outgoing"
> Failed to exec mailer "/usr/lib/sendmail -fowner -testlist testlist-outgoing":
> no such file or directory at /usr/local/majordomo/majordomo.pl line 311,
> <IN> line 12.
> "|/usr/local/majordomo/wrapper resend -l testlist -h producer.com
> testlist-outgoing"...send
>
> $mail_prog="/usr/sbin/sendmail -f \$sender -t";
You must also change the var $sendmail_cmd in resend from:
$sendmail_cmd = "/usr/lib/sendmail $opt_m -f$sendmail_sender " .
join(" ", @ARGV);
To (in your case) :
$sendmail_cmd = "/usr/sbin/sendmail $opt_m -f$sendmail_sender " .
join(" ", @ARGV);
That should fix the problem.
Marcos.
-----
"Todo derecho que no lleva consigo | Marcos Ramirez A. <marcos@inf.utfsm.cl>
un deber, no merece que se luche | Ing. Civil Informatica
para defenderlo" M. GHANDI | Universidad Tecnica Federico Santa Maria
References:
|
|