From owner-freebsd-stable Tue Nov 14 21:58:43 2000 Delivered-To: freebsd-stable@freebsd.org Received: from poseidon.cannoncreek.com (unknown [216.252.208.241]) by hub.freebsd.org (Postfix) with ESMTP id 67DBF37B479 for ; Tue, 14 Nov 2000 21:58:30 -0800 (PST) Received: from nomad (nomad.cannoncreek.com [192.168.0.69]) by poseidon.cannoncreek.com (8.9.3/8.9.3) with SMTP id NAA52098; Wed, 15 Nov 2000 13:57:17 +0800 (PHT) (envelope-from marsattack@cannoncreek.com) Message-ID: <006a01c04eca$ff8d8940$4500a8c0@nomad> From: "Mars Attack" To: "Nader Turki" Cc: References: <3A120320.286632CD@adelphia.net> Subject: Re: cgi Date: Wed, 15 Nov 2000 14:11:57 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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'; > you should have placed: NO_SENDMAIL = true in your /etc/make.conf so as to avoid building sendmail in building/installing world, it may have blown your postfix binaries off... > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message