On Mon, Jul 12, 1999 at 04:30:20PM +0300, Tero Niemi wrote:

> I want to create a mailing list which only sends messages to users from
> the listkeeper. So I don't want
> anyone to be able to reply to list.   So: How to create announcement
> list with qmail?

In ~alias/.qmail-list, put:

|bouncesaying 'Not allowed' [ "$SENDER" != "listkeeper@domain" ]
&address1
&address2
&address3
....

Now you can send to list@domain to make your announcement.

Note however, that someone could still send mail to this list by forging
the listkeeper's address. For better security and easier management,
install ezmlm, also available from
ftp://koobera.math.uic.edu/pub/software/ezmlm-0.53.tar.gz

-- 
Anand

Reply via email to