[Exim] question on ipblock acl

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Test, James
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [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?