Re: Trouble sending mail under modperl...

1999-10-28 Thread Dave Mee
Matt Sergeant wrote: > On Wed, 27 Oct 1999, Robin Berjon wrote: > > At 14:02 27/10/1999 -0400, Gunther Birznieks wrote: > > >The advantage of using sendmail is > > > ===8<--- Okay. Deadlines apprach and for the minute I'm just ignoring the problem and disabling the features that rely on it. If

Re: Trouble sending mail under modperl...

1999-10-26 Thread Dave Mee
"Frank D. Cringle" wrote: > > Let's assume that $sendmailpath is a pipe ("|/usr/lib/sendmail ...") I should have said that... it's set to '|/usr/sbin/sendmail -t ' > > It tells me the mail has been sent okay (even when the failiure tests > > were in place) but nothing. > > The essential failure

Trouble sending mail under modperl...

1999-10-26 Thread Dave Mee
Hello, mod_perloids. I'm having a gutfull of trouble sending mail under mod_perl. I'm doing it by the books, to wit, the cookbook and the bigbirdie book, under rh linux 5.2. the code is warn ("MAIL: Opening sendmail... path is \"".$sendmailpath."\""); open (SENDMAIL, $sendmailpath) ||