Justin,
> I wanted to offload amavis to a separate machine. [...]
> Sep 6 15:19:04 postfixmailserver postfix/smtp[6288]: connect to
> 10.150.150.1[10.150.150.1]: Connection refused (port 10024)
amavisd.conf:
$inet_socket_bind = undef;
@inet_acl = qw( 127.0.0.1 [::1] 10.150.150.0/24 );
amavisd.conf-sample tells:
# SMTP SERVER (INPUT) access control
# - do not allow free access to the amavisd SMTP port !!!
#
# when MTA is at the same host, use the following (one or the other or both):
#$inet_socket_bind = '127.0.0.1'; # limit socket bind to loopback interface
# (default is '127.0.0.1')
@inet_acl = qw(127.0.0.1 [::1]); # allow SMTP access only from localhost IP
# (default is qw(127.0.0.1 [::1]) )
# when MTA (one or more) is on a different host, use the following:
[EMAIL PROTECTED] = qw(127.0.0.0/8 [::1] 10.1.0.1 10.1.0.2); # adjust list as
needed
#$inet_socket_bind = undef; # bind to all IP interfaces if undef
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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/