Bernard,

> 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.

Ah, yes, my bad. Your syntax is right, I showed the
syntax for @*_maps settings, but @inet_acl predates it.

> 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.

The same Unix logic applies there - let smtpd service on port 10025
bind to all interfaces (not just to loopback), and allow it to accept
connection from the host running amavisd (typically by setting
-o mynetworks option on the smtpd service in master.cf).

  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