Re: [Exim] spam Q:

Top Page
Delete this message
Reply to this message
Author: Kevin Sindhu
Date:  
To: Jan Erik Amundsen
CC: exim-users
Subject: Re: [Exim] spam Q:
Moin Jan!
Jan Erik Amundsen schrieb am Monday, den 26. November 2001:
> Hi folks
> I saw this line


> sender_reject
> sender_reject_recipients



Add it to your exim main configuration...An example would be:

sender_reject_recipients = "@@partial0-lsearch;/etc/exim/rejects"

host_reject_recipients = "partial-lsearch;/etc/exim/reject.hosts"
host_reject = "/etc/exim/reject.nets"

where:

/etc/exim/rejects
*.InYourEmail.com: Hayley
*.advertising.com: *
*.daikonet.co.jp: *

/etc/exim/reject.hosts
advertising.com
*.wealthabc.net
daikonet.co.jp

/etc/exim/reject.nets
209.225.6.103/32

cu,
    -Kevin


--
Every program is a part of some other program, and rarely fits.