Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

combine domain list and rcpt list

combine domain list and rcpt list

2018-02-13 by Marcus Schopen

Hi,

we run into problems with sending hosts like

         mout-xforward.gmx.net
         mout-xforward.web.de

which are listed with some IPs on ZEN and other DNSBL. Is there a way to 
whitelist these server domains not globally, but for a single recipient 
domains?

At the moment my config is

--------------------
list "friendly domains" domain { \
         mout-xforward.gmx.net
         mout-xforward.web.de
}

racl "WL_DOMAINS" whitelist list "friendly domains"
--------------------

This is a global white list. Is there a way to combine domain list with 
a rcpt list on the same ACL, something like


  racl "WL_DOMAINS" whitelist list "friendly domains" AND list "recipient 
list"


Ciao
Marcus

Re: [milter-greylist] combine domain list and rcpt list

2018-02-13 by manu@...

Marcus Schopen lists-yahoogroups@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:

>  Is there a way to combine domain list with 
> a rcpt list on the same ACL, something like
> 
> 
>   racl "WL_DOMAINS" whitelist list "friendly domains" AND list "recipient
> list"

Sure: ACL match when all clauses match, hence you just have to use both
lists:

list "friendly domains" domain { \
         mout-xforward.gmx.net \
         mout-xforward.web.de \
}

list "vip users" rcpt { \
        manu@... \
        webmaster@... \
}

racl "WL_DOMAINS" whitelist list "friendly domains" list "vip users"

But I may have missed something.
-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.