[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] sendmail rule to block relay for certain email addresses



> >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?