|
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: awaddi
interlynx.netDate: Wed May 31 2000 - 08:15:22 CDT
- Next message: Thomas Andres: "Re: relaying"
- Previous message: Omar Cromwell Mercado: "Re: relaying"
- In reply to: Alex Burke: "Internal Distribution List?"
- Next in thread: Jonathan Bartlett: "Re: Internal Distribution List?"
- Reply: awaddi
interlynx.net: "Re: Internal Distribution List?"
- Reply: Jonathan Bartlett: "Re: Internal Distribution List?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <alex
pdqsolutions.com>
> To: postfix-users
postfix.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: alex
pdqsolutions.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
awaddi
interlynx.net
"Hrmmmn, I can't think of anything else we need to test..."
- Next message: Thomas Andres: "Re: relaying"
- Previous message: Omar Cromwell Mercado: "Re: relaying"
- In reply to: Alex Burke: "Internal Distribution List?"
- Next in thread: Jonathan Bartlett: "Re: Internal Distribution List?"
- Reply: awaddi
interlynx.net: "Re: Internal Distribution List?"
- Reply: Jonathan Bartlett: "Re: Internal Distribution List?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]