in my amavis config I have the following:
@mynetworks_maps = (read_array('/etc/amavis/mynetworks'), \@mynetworks);the /etc/amavis/mynetworks is populated as such 192.168.44.0/24 192.168.69.200/32Amavis detects the first entry (192.168.44.0/24) as a local network but the second entry (192.168.69.200/32) is not. Can someone shed some light on this?
Thanks dino
