Sendmail

2008-04-10 Thread Perl CGI script enhancer
my $email = populateEmail(test); print $email; open(SENDMAIL, |/usr/lib/sendmail -oi -t -i) or print cannot open SENDMAIL: $!; print SENDMAIL EOF; From: [EMAIL PROTECTED] To:${email} Subject: [SUSTAINING TICKET] Case Content-type: text/html testing.. EOF close(SENDMAIL); When i

RE: Perl script to monitor sendmail

2001-08-29 Thread perl-cgi
To: perl-cgi Subject: RE: Perl script to monitor sendmail #!/usr/bin/perl -w use IO::Socket::INET; my $sock = IO::Socket::INET-new(PeerAdd = hostname, PeerPort = smtp(25), Proto = tcp, Timeout

RE: Perl script to monitor sendmail

2001-08-29 Thread perl-cgi
Carson Clinicomp International Sr. Systems Engineer San Diego, California O: +1 (858) 646-2095 F: +1 (858) 297-8570 -Original Message- From: James Kelty [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 10:14 AM To: perl-cgi Subject: RE: Perl script to monitor sendmail #!/usr

Perl script to monitor sendmail

2001-08-28 Thread perl-cgi
We are using a Windows based SMTP virus scanner that scans port 25 and then forwards to are real mail server which is SuSE based. This damn software product keeps crashing and there is no way to know when it crashes unless you login with PC Anywhere and do the GUI thing. Can anyone share some