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-
> -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
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
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
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
> 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 (