Roberto Samarone Ara�jo (RSA) wrote:
>
> I would like to know how can I create an email , so when
> I send a message using this email it will send a copy of it to all users in
> my email system including virtual emails but , if an user try to make a
> reply of this email , it only will send a email to the email that I use to
> send to all user and not to all users in my server . I don't want to create
> a moderated mailing list to do it .
I have a ~alias/.qmail-all with all of my user's names in it, and this
allows me to send messages out to the entire company by sending one
message to [EMAIL PROTECTED] Works great, but one caveat: you should put
in a script at the top that checks to make sure the sender is local, and
returns an error code (man dot-qmail) if not. This is to prevent outside
users from sending emails to everyone on your system.
Eric