[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RE: RaQ3i - Sendmail 8.9.3 configuration issues !SOLVED!
- Subject: RE: [cobalt-users] RE: RaQ3i - Sendmail 8.9.3 configuration issues !SOLVED!
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Apr 1 08:50:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> Just recently used this to send a mail to all users on
> my RaQ:
>
> cut -d : -f 1 /etc/passwd | egrep -v -f exclude |
> while read USER; do mail -s "Subject" ${USER} <
> announce.txt; done
>
> This is a 1 line shell script :))
>
> exclude is a textfile, containing users to which you
> do not want to send the mail. Mine contained these:
>
In what directories did you place the exclude and announce.txt files?
--
C2003 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.