Re: Help! (with sendmail after upgrade)

2004-09-14 Thread John Horner
Thank you all for your help. I have now looked at numerous solutions and help-pages which are supposed to sort out sendmail on Jaguar, but they were all so complex, and/or warned that any previous tinkering was probably going to invalidate them, that I decided in the end to go with

Help! (with sendmail after upgrade)

2004-09-13 Thread John Horner
I upgraded a mac used as a webserver from 10.1 to 10.2 a week or so ago. I've just found out that no emails have been sent by perl scripts since then. When I ran the offending scripts, they complained about missing folders: /var/spool/clientmqueue/ and /var/spool/mqueue/ -- I created those

Re: Help! (with sendmail after upgrade)

2004-09-13 Thread John Delacour
At 10:20 am +1000 13/9/04, John Horner wrote: I upgraded a mac used as a webserver from 10.1 to 10.2 a week or so ago. I've just found out that no emails have been sent by perl scripts since then. Have you enabled sendmail (or postfix on 10.3) ? JD

Re: Help! (with sendmail after upgrade)

2004-09-13 Thread Sherm Pendley
On Sep 12, 2004, at 8:20 PM, John Horner wrote: Any ideas? Here's a test script which runs without any problems, but no email is sent (or, to be logical, no email is received): #!/usr/bin/perl -w use CGI; use CGI::Carp qw(fatalsToBrowser); $mailprog = '/usr/sbin/sendmail -i -t';

Re: Help! (with sendmail after upgrade)

2004-09-13 Thread Bill Stephenson
On Sep 13, 2004, at 7:41 AM, John Delacour wrote: I've just found out that no emails have been sent by perl scripts since then. Have you enabled sendmail (or postfix on 10.3) ? How exactly does one do that? Bill

Re: Help! (with sendmail after upgrade)

2004-09-13 Thread John Delacour
At 11:12 am -0500 13/9/04, Bill Stephenson wrote: Have you enabled sendmail (or postfix on 10.3) ? How exactly does one do that? http://www.roadstead.com/weblog/Tutorials/SMSource.html

Re: Help! (with sendmail after upgrade)

2004-09-13 Thread John Delacour
At 10:52 am -0400 13/9/04, Sherm Pendley wrote: Ouch! That's very sendmail-specific, and you'll be in trouble if you need to switch to a different mailer. I'd suggest a mailer-agnostic approach using Mail::Sendmail. (It's name is derived from what it does - i.e. it sends mail - rather than the