Mark Martinec wrote: > @inet_acl = ( [qw( 192.168.3/24 )] );
This causes amavisd to crash at start-up! as, of course, does @inet_acl = ( [qw( 192.168.3.0/24 )] ); However, @inet_acl =qw( 192.168.3.0/24 ); works like a champ. So now I can telnet into amavisd. Of course my Postfix side is still screwed up, but that's another story... :) I shall now concentrate on reading the Postfix docs again (sigh...) and testing stuff. Thanks to everyone. Bernard Higonnet ------------------------------------------------------------------------- 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/
