On Thu, May 22, 2014 at 12:44:49PM +0200, basti wrote:
> Hello,
> I use the spamhaus blacklist for exim (CHECK_RCPT_IP_DNSBLS).
> 
> First of all what are the differences between CHECK_RCPT_IP_DNSBLS and
> CHECK_RCPT_DOMAIN_DNSBLS ??
> 
> Make it sense to use both? if yes can I also use zen.spamhaus.org for this?
> 
> Is there also a way to report spam servers to spamhaus?
> Actually I get some spam from "84.19.164.45"but this ip is not blocked
> at the moment.
> 
> Regards,
> Basti
> 
> 

I thought that this is handled via ACLs.

like 
acl_check_rcpt:

        drop
                dnslist = sbl-xbl.spamhaus.org


and you can run your own local blacklist by keeping them in a file e.g.:
/etc/exim4/sender_reject.list
and adding to the previous acl under dnslist=...
                senders = /etc/exim4/sender_reject.list

You have to restart exim after that. But if you just edit the blacklist you
don't have to restart exim.


HTH
-H


-- 
Henning Follmann           | hfollm...@itcfollmann.com


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140522111629.gg8...@newton.itcfollmann.com

Reply via email to