[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] RE: RaQ3i - Sendmail 8.9.3 configuration issues !SOLVED!



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