[Exim] question on ipblock acl

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Test, James
Fecha:  
A: exim-users
Asunto: [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?