Date: Wed, 15 Nov 2000 14:11:57 +0800 From: "Mars Attack" <marsattack@cannoncreek.com> To: "Nader Turki" <nturki@adelphia.net> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: cgi Message-ID: <006a01c04eca$ff8d8940$4500a8c0@nomad> References: <3A120320.286632CD@adelphia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <MAILER-DAEMON> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006a01c04eca$ff8d8940$4500a8c0>