Bernard,

> $policy_bank{''} = {
>    inet_acl => [qw( 192.168.3/24 )],
> };

That's alright, even though unnecessarily complicated.
The policy bank '' (empty name) is essentially equivalent
to accessing the global variables, so the above is
equivalent to the plain:
  @inet_acl = ( [qw( 192.168.3/24 )] );

Btw, the 192.168.3/24 notation works to keep backwards compatibility,
although it is neater to specify the full quad: 192.168.3.0/24.


> and the final result is that when I telnet from the Postfix machine I get
>
> Trying 192.168.3.108...
> Connected to eulalie.
> Escape character is '^]'.
> Connection closed by foreign host.
>
> and no error message of any kind on the amavisd machine (eulalie)
> notwithstanding my having specified $log_level = 5

Try running amavisd in debug mode from the command line,
and see why it aborts the connection:

  # amavisd debug


Mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected] 
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