On Tue, 27 Jun 2000 [EMAIL PROTECTED] wrote:
> ibig mong sabihin 4000 email addresses din ang makikita ko ?
> or may ibang way yon para isan email add lang ang makikita ?
So para hindi makita:
awk -F: '{print $1}' /etc/passwd > /tmp/lusers ;
echo "matrix: :include: /tmp/lusers" >> /etc/aliases ;
newalises ;
mail -s "to all lusers" matrix@localhost < /tmp/mesg.txt
where mesg.txt is the body of your message.
After you have sent the e-mail, remove the last line of /etc/aliases and
run the command newaliases. If you don't... if someone sends an e-mail to
matrix, then that e-mail will be sent also to all the users. you can
optionally remove the file "/tmp/lusers" and "/tmp/mesg.txt".
regards,
= ====== Andre M. Varon - Technical Head
= = == Lasaltech, Inc. - http://andre.lasaltech.com
= === =
= = = If I cannot bend Heaven, I shall move Hell.
===== = -- Publius Vergilius Maro (Virgil)
-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]