From owner-freebsd-stable Tue Nov 14 19:30:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtprelay1.adelphia.net (smtprelay1.adelphia.net [64.8.25.6]) by hub.freebsd.org (Postfix) with ESMTP id 0EC5C37B479 for ; Tue, 14 Nov 2000 19:30:54 -0800 (PST) Received: from adelphia.net ([24.50.186.158]) by smtprelay1.adelphia.net (Netscape Messaging Server 4.15) with ESMTP id G41R0B00.H84 for ; Tue, 14 Nov 2000 22:28:59 -0500 Message-ID: <3A120320.286632CD@adelphia.net> Date: Tue, 14 Nov 2000 22:29:36 -0500 From: Nader Turki X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@FreeBSD.org Subject: cgi Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi guys, I used to have a FreeBSD 4.0-STABLE machine and using a cgi script to send all orders to sales@venix.net. I had postfix as my mail system and have this line in the cgi script: $mailprog = '/usr/libexec/sendmail/sendmail'; It used to work just fine. Now I have a FreeBSD 4.1.1-STABLE machine. I'm trying the same cgi script. I have postfix as my mail system and have the same old cgi which say: $mailprog = '/usr/libexec/sendmail/sendmail'; But I get an error email saying: Return-Path: MAILER-DAEMON Received: from localhost (localhost) by shadow.venix.net (8.11.1/8.11.0) id eAF2Rvv26778; Tue, 14 Nov 2000 21:27:57 -0500 (EST) (envelope-from MAILER-DAEMON) Date: Tue, 14 Nov 2000 21:27:57 -0500 (EST) From: Mail Delivery Subsystem Message-Id: <200011150227.eAF2Rvv26778@shadow.venix.net> To: postmaster To: nobody MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="eAF2Rvv26778.974255277/shadow.venix.net" Subject: Returned mail: see transcript for details Auto-Submitted: auto-generated (failure) X-UIDL: be64c94876f2171bd03a0e273398a06e This is a MIME-encapsulated message --eAF2Rvv26778.974255277/shadow.venix.net The original message was received at Tue, 14 Nov 2000 21:27:57 -0500 (EST) from nobody@localhost ----- The following addresses had permanent fatal errors ----- sales@venix.net (reason: system config error) ----- Transcript of session follows ----- 553 5.3.5 mail.venix.net. config error: mail loops back to me (MX problem?) 554 5.3.5 sales@venix.net... Local configuration error Hope someone can help me :) Nader, P.S. sales@venix.net works just fine when i send email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message