[Exim] question on ipblock acl

Top Pagina
Delete this message
Reply to this message
Auteur: Test, James
Datum:  
Aan: exim-users
Onderwerp: [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?