Typo in @client_ipaddr_policy?
    Patrick Ben Koetter 
    p at state-of-mind.de
       
    Mon Nov  7 21:04:09 CET 2011
    
    
  
Mark,
is '127.0.0.1/8' in your @client_ipaddr_policy example in RELEASE_NOTES correct?
    @client_ipaddr_policy = (
      [qw( 0.0.0.0/8 127.0.0.1/8 [::] [::1] )]            => 'LOCALHOST',
      [qw( !172.16.1.0/24 172.16.0.0/12 192.168.0.0/16 )] => 'PRIVATENETS',
      [qw( 192.0.2.0/25 192.0.2.129 192.0.2.130 )]        => 'PARTNER',
      \@some_other_networks  => 'OTHER',
      \@mynetworks           => 'MYNETS',
    );
Shouldn't that be 127.0.0.1/32 or 127.0.0.0/8?
And what about 0.0.0.0/8. Does that declare the IPv4 namespace to be part of
the LOCALHOST policy bank?
p at rick
-- 
state of mind ()
http://www.state-of-mind.de
Franziskanerstraße 15      Telefon +49 89 3090 4664
81669 München              Telefax +49 89 3090 4666
Amtsgericht München        Partnerschaftsregister PR 563
    
    
More information about the amavis-users
mailing list