OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Internal Distribution List?
From: awaddiinterlynx.net
Date: Wed May 31 2000 - 08:15:22 CDT


cd /var/spool/mail
for file in *
do
        cat >> $file < MailMessage
done

 or

cat >> * < MailMessage

 or

for user in `cut -f1 -d":" /etc/passwd`
do
        mail user < MailMessage
done
and so forth, no?

On Tue, 30 May 2000, Alex Burke wrote:

> Date: Tue, 30 May 2000 17:12:13 -0400
> From: Alex Burke <alexpdqsolutions.com>
> To: postfix-userspostfix.org
> Subject: Internal Distribution List?
>
> What would be the quickest way to set up an alias or whatever that would
> invisibly expand to *every* user on the machine? (Less a handful of system
> accounts, if possible.)
>
> That way, one email would go to *everyone* -- and the individual users
> wouldn't get a copy of all the usernames on the system.
>
> (I'd lock it down to a certain IP address, though.)
>
> Thanks in advance, folks -- it's great having this safety net here for new
> Postfix users!
>
> --
> Alexander J. Burke | Email: alexpdqsolutions.com
> Director | Telephone: (416) 410-3833 (24 hours/day)
> PDQ Solutions | Networking - Cabling - Monitoring
> Mississauga, Ontario, Canada | Web Design - Web Hosting - Consulting
>

Andrew Waddington
Systems Administrator
InterLynx and WesLink
Hamilton, Ontario

905-522-4101 extension 259
awaddiinterlynx.net

"Hrmmmn, I can't think of anything else we need to test..."