Bernard,

> I want to add AMaViS, and just for the hell of it, want it to run on a
> machine other than that hosting the Postfix server.
> tcp4       0      0  localhost.10024       *.*      LISTEN
> telnet: connect to address 192.168.3.108: Connection refused

Noel Jones writes:
> Looks as if your amavisd is only listening on localhost.  To
> tell amavisd to listen on all interfaces, add to your
> /usr/local/etc/amavisd.conf:
>   $inet_socket_bind = undef;       # bind to all IP interfaces
> also see comments in amavisd.conf-sample

...in particular the @inet_acl - list your MTA network there
to allow access from it.  Then the $notify_method and $forward_method,
which should specify your MTA's reentry point (true ethernet IP address).
And on the Postfix side (master.cf) on the 
  10025 inet n - n - - smtpd
entry make sure to allow access to if from amavisd (-o mynetworks=...)

  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