Re: [newbie] Postfix and CGI scripts

2001-12-12 Thread Randy Kramer
Miark wrote: The basic purpose of the script is to grab some information, and then mail it. In the script I'm using the following format: --- open(MAIL, | sendmail); print MAIL To: somebody\@someplace.com From: me\@mydomain.com Subject: Whatever The data goes here.;

Re: [newbie] Postfix and CGI scripts

2001-12-11 Thread Randy Kramer
Miark wrote: I've got myself in a real bind. I've spent this night replacing sendmail with Postfix and everything works except my CGI scripts which is more or less disasterous. Miark, Sometime after you've had some sleep, would you mind posting a brief explanation of what the CGI scripts

Re: [newbie] Postfix and CGI scripts

2001-12-11 Thread Miark
] [mailto:[EMAIL PROTECTED]]On Behalf Of Randy Kramer Sent: Tuesday, 11 December 2001 10:24 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Postfix and CGI scripts Miark wrote: I've got myself in a real bind. I've spent this night replacing sendmail with Postfix and everything works

RE: [newbie] Postfix and CGI scripts

2001-12-11 Thread Franki
2001 1:59 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [newbie] Postfix and CGI scripts Franki, Yes, I expected my experience to be just as yours was. Doing a which on sendmail brings up /usr/sbin/sendmail and this is where sendmail is executed from in my CGI scripts. As you said

Re: [newbie] Postfix and CGI scripts

2001-12-11 Thread Miark
help thus far. Miark - Original Message - From: Franki [EMAIL PROTECTED] To: NEWBIE Mandrake List [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 10:59 AM Subject: RE: [newbie] Postfix and CGI scripts you can have both installed, but only if they put the sendmail binary

Re: [newbie] Postfix and CGI scripts - FIXED

2001-12-11 Thread Miark
Hi all, The problem is fixed. For anyone interested, here's what happened. My CGI scripts were set up to use sendmail, which they should, but they also had sendmail-specific switchs added--something like /usr/sbin/sendmail -oi -t or somethinglike that. Anyway, Postfix didn't like the switches,