> Ah... now I understand. Anyway I put /0, because I thought SenderIP it's > just only - you know - name not a symbol for IP address. That's why > there was 0.0.0.0/0. When I've changed it it works but... treat > 192.168.0.1 exactly as 10.0.0.1 not uniquely :(. > I also recall to myself about "anvil" which limiting such a thing on the > postfix level directly, so I will try with this one. > /0 will give you 0.0.0.0? try /32
Think of it as how many bits NOT to chop off .... /32 will leave the entire IP. In the case of 192.168.1.2... /24 will chop off 8, giving you 192.168.1.0 , /16 will chop of 16, giving you 192.168.0.0 /32 will give you 192.168.1.2 -N _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users
