Jesse,

> I'm trying to configure amavisd-new for the first time.  I seem to have
> everything working - except the fact that my Postfix server is on another
> physical server and cannot connect to my amavisd installation.  It seems
> that amavisd only listens on 127.0.0.1.
> 
> I couldn't find anything in the documentation that would explain how to
> have it listen on an interface.  I did have someone on IRC tell me about
> inet_socket_bind.  I currently have: $inet_socket_bind = '10.0.1.55';
> $inet_socket_port = 10024;   # listen on this local TCP port(s)
> 
> When I try to connect to the above I'm instantly dropped.  The logs state:
> Jan 14 10:08:48 prodspamdev amavis[9033]: (!)DENIED ACCESS from IP
> 10.0.1.55, policy bank ''
> 
> How do I permit an external host?

$inet_socket_bind = undef;
@inet_acl = qw( 127.0.0.0/8 [::1] 10.0.0.0/8 );  # adjust as appropriate


  Mark

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
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