On Tue, 20 Jun 1995, Dave Wolfe wrote:
> > $mail_prog="/usr/lib/sendmail -f \$sender -t";
> >
> > to
> >
> > $mail_prog="/usr/sbin/sendmail -f \$sender -t";
> >
> It turns out that the $mailer line in majordomo.cf is only used by
> majordomo. You'll need to edit majordomo.pl, resend, and request-answer
> (and bounce and bounce-remind if you use those) to change the path to
> sendmail. Sad but true.
A simpler way would be to just softlink the two together...
ln -s /usr/sbin/sendmail /usr/lib/sendmail or vice-versa (don't know
which was the original)...
bill
References:
|
|