Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: sendmail problem...

by mattriff (Chaplain)
on Feb 02, 2003 at 19:53 UTC ( [id://232039]=note: print w/replies, xml ) Need Help??


in reply to sendmail problem...

Are you sure the open() call to sendmail is succeeding? That would be the first place to start, like:
open(MAIL,"|/usr/slib/sendmail -t") or die; # or other error routine

I'm assuming that the problem is that no mail is sent?

- Matt Riffle

Replies are listed 'Best First'.
Re: Re: sendmail problem...
by Anonymous Monk on Feb 02, 2003 at 19:55 UTC
    yeah, i tried that already, i actually copied the code from my local copy of the script, not the one on the server. i wanrted to make sure though that it isnt a syntax error that 'perl -c' wouldnt catch.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://232039]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-19 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found