From owner-freebsd-stable Tue Jan 29 14:51:40 2002 Delivered-To: freebsd-stable@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 6DCE737B42C for ; Tue, 29 Jan 2002 14:51:21 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g0TMpHE01182 for ; Wed, 30 Jan 2002 11:51:17 +1300 (NZDT) (envelope-from dan@lists.unixathome.org) Message-Id: <200201292251.g0TMpHE01182@lists.unixathome.org> From: "Dan Langille" Organization: DVL Software Limited To: freebsd-stable@freebsd.org Date: Tue, 29 Jan 2002 17:51:15 -0500 MIME-Version: 1.0 Subject: unknown mailer error 126 : sendmail issue? Reply-To: dan@langille.org X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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: ) ----- Transcript of session follows ----- Message delivered to mailing list /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