Date: Tue, 29 Jan 2002 17:51:15 -0500 From: "Dan Langille" <dan@langille.org> To: freebsd-stable@freebsd.org Subject: unknown mailer error 126 : sendmail issue? Message-ID: <200201292251.g0TMpHE01182@lists.unixathome.org>
next in thread | raw e-mail | index | archive | help
After upgrading to 4.6-STABLE today, I'm getting this error when 
attempting to send to one of the mailing lists hosted on this box:
###
   ----- The following addresses had permanent fatal errors -----
"|/usr/local/majordomo/wrapper resend -l adsl -C
/usr/local/majordomo/majordomo.unixathome.org.cf -h unixathome.org
adsl-unixathome-org-outgoing"
    (reason: 126)
    (expanded from: <adsl@lists.unixathome.org>)
   ----- Transcript of session follows -----
Message delivered to mailing list <adsl@lists.unixathome.org>
/usr/local/majordomo/wrapper: permission denied
554 5.3.0 unknown mailer error 126
###
The file is:
# cd /usr/local/majordomo/
# ls -l wrapper
-rwxr-xr-x  1 majordom  daemon  7326 Dec 15 15:54 wrapper
I found one reference at http://www.rosat.mpe-garching.mpg.de/mailing-
lists/mhonarc/1999-08/msg00075.html which suggest it might be this issue:
In your sendmail.cf file:
Change
Mprog,          P=/usr/sbin/smrsh, F=lsDFMoqeu9, S=10/30, R=20/40, D=$z:/,
To
Mprog,          P=/bin/sh, F=lsDFMeu, S=10/30, R=20/40, D=$z:/,
But I don't want to mess around with that...  My current setting is:
# grep Mprog /etc/mail/sendmail.cf
Mprog,          P=/bin/sh, F=lsDFMoqeu9, S=EnvFromL/HdrFromL, 
R=EnvToL/HdrToL, D=$z:/,
Does this problem make sense to anyone?  cheers
-- 
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201292251.g0TMpHE01182>
