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 logfiles says:

Mar 10 12:23:38 msec1 amavis[19750]: Net::Server: 2009/03/10-12:23:38 CONNECT 
TCP Peer: "10.8.131.10:40797" Local: "10.9.224.11:10024"
Mar 10 12:23:38 msec1 amavis[19750]: loaded base policy bank
Mar 10 12:23:38 msec1 amavis[19750]: lookup_ip_acl (inet_acl): 
key="10.8.131.10", no match
Mar 10 12:23:38 msec1 amavis[19750]: (!)DENIED ACCESS from IP 10.8.131.10, 
policy bank ''
Mar 10 12:23:38 msec1 amavis[19750]: post_process_request_hook: timer was not 
running
Mar 10 12:23:38 msec1 amavis[19750]: idle_proc, bye: was busy, 4.0 ms, total 
idle 0.000 s, busy 0.004 s
Mar 10 12:23:38 msec1 amavis[19750]: load: 100 %, total idle 0.000 s, busy 
0.004 s


What I don't understand is the base policy bank. I have several policy banks 
connected with other ports
but none with port 10024 so I thought that it would use the defaults defined in 
the amavisd.conf file

What am I missing

Best regards


Peter Sørensen

------------------------------------------------------------------------------
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to