[Exim] question on ipblock acl

Top Page
Delete this message
Reply to this message
Author: Test, James
Date:  
To: exim-users
Subject: [Exim] question on ipblock acl
Hello,

I have a file with several IP addresses I want to block. The file is in the format:

192.168.0.0/24

with a separate IP address on each line.

In the ACL configuration I have:

deny hosts        = /path/to/file


It does not seem to work. Can someone help with the write line to parse the file correctly?