Correct.
The same idea is true for deeply nested subdomains as well. For a
server (or domain) named "mail.one.two.three.four.example.com" you could
use a directory structure like this:
.../_recipient_/com/example/four/three/two/one/
The file would be named:
.../_recipient_/com/example/four/three/two/one/mail
spamdyke will also match a shallower path if a deeper path doesn't
exist. To continue the above example, it will search for each of the
following files until it finds one:
.../_recipient_/com/example/four/three/two/one/mail
.../_recipient_/com/example/four/three/two/one
.../_recipient_/com/example/four/three/two
.../_recipient_/com/example/four/three
.../_recipient_/com/example/four
.../_recipient_/com/example
.../_recipient_/com
-- Sam Clippinger
dnk wrote:
> One last confirmation for domains like:
>
> domain.bc.ca
>
> would I just create the folder structure as:
> _recipient_/ca/bc/
>
> then create the file called domain?
>
> DNK
>
>
>
> On Tue, Nov 4, 2008 at 12:11 PM, Sam Clippinger <[EMAIL PROTECTED]> wrote:
>
>> That looks correct to me.
>>
>> To disable graylisting, add a line like this:
>> graylist-level=none
>> To disable the RBLs, add lines like these:
>> dns-blacklist-entry=!!!
>> dns-blacklist-file=!!!
>>
>> -- Sam Clippinger
>>
>> dnk wrote:
>>
>>> Hi there,
>>>
>>> I have a domain i want to whitelist on all spamdyke filters. However
>>> this domain has many MX records, etc otherwise I would just whitelist
>>> the IP.
>>>
>>> So for clarification I would need to do the following (I am using V4+):
>>>
>>> add to my spamdyke.conf:
>>> config-dir=/etc/spamdyke/config.d
>>>
>>> create this directory structure:
>>> mkdir -p /etc/spamdyke/config.d/_recipient_/com/
>>>
>>> create this file:
>>> vi /etc/spamdyke/config.d/_recipient_/com/domainname
>>>
>>> And in that file add my per domain config (IE):
>>> reject-empty-rdns=0
>>> reject-missing-sender-mx=0
>>>
>>> And that should be it - correct?
>>>
>>> How would I also disable the graylisting, and the RBL's?
>>>
>>> Thanks.
>>>
>>> DNK
>>>
>>>
>>> _______________________________________________
>>> spamdyke-users mailing list
>>> [email protected]
>>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>>
>>>
>> _______________________________________________
>> spamdyke-users mailing list
>> [email protected]
>> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>>
>>
> _______________________________________________
> spamdyke-users mailing list
> [email protected]
> http://www.spamdyke.org/mailman/listinfo/spamdyke-users
>
_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users