Re: [AMaViS-user] Default policy bank

2009-03-12 Thread Mark Martinec
Peter, I am trying to include access to port 10024 from different host by $inet_socket_port = [10024,10039,9998]; # listen on this local TCP port(s) $inet_socket_bind = undef; # all interfaces @inet_acl = qw(127.0.0.1 [::1] 10.8.69.10 10.8.69.20 10.8.131.10); But when I try

[AMaViS-user] Default policy bank

2009-03-10 Thread Peter Sørensen
Hi, I am trying to include access to port 10024 from different host by $inet_socket_port = [10024,10039,9998]; # listen on this local TCP port(s) $inet_socket_bind = undef; # all interfaces @inet_acl = qw(127.0.0.1 [::1] 10.8.69.10 10.8.69.20 10.8.131.10); But when I try the