I am new here and want to say hello to all!
Well, my question is, I have installed the BlackList method on my server, but it says that it only works for IPs 111.111.111.111, now my question is, is there a way to modify this:
CODE
##
# Reject email sent from mail server IP listed in the blacklist
##
[b]deny message = Host $sender_host_address is blocked[/b]
hosts = /usr/local/cpanel/base/eximacl/rv_server_ip_blacklist
delay = 3s
accept
# Reject email sent from mail server IP listed in the blacklist
##
[b]deny message = Host $sender_host_address is blocked[/b]
hosts = /usr/local/cpanel/base/eximacl/rv_server_ip_blacklist
delay = 3s
accept
in order for the ACL to look for "111.111.", blocking the full range from "111.111.0.0" to "111.111.255.255".
Thanks a lot for your answer.
Regards,
Sergio
Help












