Hi Kevin,

You may also need to switch off spamassassin for the domain.

Anyway, the spamdkye side is really simple.

Say you have the following in your spamdyke.conf

(some graylist options)
(other options)
dns-blacklist-entry=zen.spamhaus.org
dns-blacklist-entry=bl.spamcop.net
reject-empty-rdns
reject-unresolvable-rdns

Add a line like this:
config-dir=/etc/spamdyke.d/configdir
(this path is up to you -- it doesn't have to be like this example)

Then in /etc/spamdyke.d/configdir, create a directory called _recipient_

Then create an additional directory within that, corresponding to the TLD.
E.g. com
e.g. /etc/spamdyke.d/configdir/_recipient_/com
(or net or org or biz or whatever it actually is)

Then, in that directory, create a *file* corresponding to the domain name
without the TLD
e.g mydomain (i.e. your file is /etc/spamdyke.d/_recipient_/com/mydomain)

Within that file, add something like this:
reject-unresolvable-rdns=0
graylist-level=none
dns-blacklist-entry=!zen.spamhaus.org
dns-blacklist-entry=!bl.spamcop.net
reject-empty-rdns=0

NOTE: if your domain is second-level, e.g. mydomain.co.uk as opposed to
mydomain.com then you need to create a directory path of /uk/co/ after
_recipient_ and then create the mydomain file in the co directory (DO NOT
make the mistake of using  /co/uk/ instead of /uk/co/ !!!!!)

The key things in the file are the ! before the blacklists, which turn them
off, and the 0 for the reject lines, which disabled them, and the none for
graylist-level, which disables it.

Restart qmail and all should be well.

Faris.

> -----Original Message-----
> From: spamdyke-users-boun...@spamdyke.org [mailto:spamdyke-users-
> boun...@spamdyke.org] On Behalf Of Kevin
> Sent: 18 October 2012 22:38
> To: spamdyke users
> Subject: Re: [spamdyke-users] Turn on filtering on a single domain
> 
> The entire domain. This client down not want any filtering for any email
> address configure for that domain. They want all spam.
> 
> Kevin
> ~mm~


_______________________________________________
spamdyke-users mailing list
spamdyke-users@spamdyke.org
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to