Re: [Perl-unix-users] Sendmail Web-Based Console.

2002-03-20 Thread Johnno
try webmin www.webmin.com i use this all the time for sendmail/postfix etc... basicallt it is a handyman toolbox :)) Johnno - Original Message - From: "Tim Rhodes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 7:26 AM Subject: [Perl-unix-users] Sendmail Web-

RE: [Perl-unix-users] Sendmail Web-Based Console.

2002-03-20 Thread Adam Frielink
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tim > Rhodes > Hello Everyone, > I am looking for a Sendmail Web-Based Console and was > wondering if someone > could pass some suggestions my way. I looked at Sendmail Switch, > but it is > jus

Re: [Perl-unix-users] SendMail

2001-11-15 Thread Jason Purdy
Assuming you have root/admin access to the sendmail server, you can check the maillog (usually /var/log). If you don't, then you may want to check out using a different module (other than MIME::Lite). I did a quick lil' look and it doesn't seem to have a debug mode. I have used a module in t

Re: [Perl-unix-users] SendMail

2001-11-14 Thread Michael Mimo
check you e-mail address to make sure they are all valid. Use a next comand to skip bad e-mail address at the end of your statment. example, { {statment) = blaa or next; } - Original Message - From: "Byron Wise" <[EMAIL PROTECTED]> To: "Perl-Unix-Users" <[EMAIL PROTECTED]> Sent: Wednes

Re: [Perl-unix-users] sendmail

2001-10-29 Thread Byron Wise
This is a very basic approach that will send a text message to everyone in your flat file: ## This isn't tested ;-) $message = "What I want to say goes here for the body."; open (SENDMAIL,"|/usr/lib/sendmail -t"); open (EMIAL, "myFlatFile") or die "Can't open file: $!\n"; # Read each email add

Re: [Perl-unix-users] sendmail

2001-10-28 Thread $Bill Luebkert
> lonh SENG wrote: > > Hi all, > > I am beginner of perl and unix system. > I have a flat file containing email address. > I want to send the same message to those guys in the flat file. > Could anyone help me? > > Thank you in advance, I would just CC or BCC all of them (