[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] sendmail rule to block relay for certain email addresses
- Subject: Re: [cobalt-users] sendmail rule to block relay for certain email addresses
- From: "inc" <inc@xxxxxxxxxxxxx>
- Date: Sun Feb 25 15:01:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >I would also like to filter any incoming email with
> >attachments that end in
> >.vbs.
> Try procmail, it is more effective than bogging down sendmail
> with a bunch of extra rules. Procmail exists by default in all
[snip]
> Try these that live in my /etc/procmailrc, I have found them to be
> extremely effective:
>
> SHELL=/bin/sh
> #Leave this *ON* if adding a new recipe or debugging
> #something that is not working
> VERBOSE=OFF
> MAILDIR=/home/users/username/mail
> LOGFILE=/home/users/username/procmail/log
is there a way to make these procmail filters work for all users,
without listing a unique MAILDIR, etc for each user?
would that make this script heavy to run?