mkp_71 <[email protected]> wrote:

> Hi , is it possible to deny IP range(like 192.168.0.0/16) in Exim? Something
> like this:

> begin acl

> accept hosts = :
> deny hosts = /etc/exim/blacklist  #my own blacklist

Hello,

I am not 100 % sure, but I think this should work exactly the way you
suggested.

<mode="reading the fine manual">
The argument to "host =" is a accepts a hostlist
http://docs.exim.org/current/spec_html/ch40.html#SECTaclconditions and
hostlists can contain filenames
http://docs.exim.org/current/spec_html/ch10.html#SECTfilnamlis network
ranges are specified as 192.168.0.0/16
http://docs.exim.org/current/spec_html/ch10.html#SECThoslispatip
</>
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to