> how can i quickly send an email to all local users from the shell
> (while
> getting the mail body from a file)?
Another option. A small BQ Script that reads all users and all
virtual sites.
http://www.nuonce.net/bq/get_user_email.txt
Just "chmod +x" the file, and run it. It will show all users, and
adds on the FQDN of the virtual site. For instance.
user (at mark) www.domain.tld
It just prints to the screen. You can paste it into notepad and
search/replace the "www" if you wish. Or you can write your script
around this to mass mail people.
Good luck!
Brian