This is the main is fine and wanted for our setup, but we
are getting mail aimed at some particular boxes, eg, fring,
jkft etc, is there a way to have sendmail check a list and
if a particular name is matched refuse the mail ?
access database.
--
Knute Johnson
email s/nospam/knute2009/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDemon.com<<<<<<------
Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
About 15 minutes after I wrote that it dawned on me that I
was talking about the FEATURE(`blacklist_recipients`)
thanks,
KK> Several different ways. But ultimately, you will probably not be happy
KK> with any of these solutions. When I used a similar setup, I got 99%
KK> spam, most of them to random addresses. Having a positive list of only
KK> those recipients you actually accept is probably much better.
There is milter-ahead that checks first if destination side
will accept mail for the target e-mail and only then accepts message body
from the sender. It keeps cache and does not hit destination side too often.
Works just fine for me.
Eugene Grosbein