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@...Message
Re: [milter-greylist] combine domain list and rcpt list
2018-02-13 by manu@...