On 7/30/07, Sergio Restrepo <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am working with mailzu and I have the following lines in the amavis config
> file:
>
>
> ## Policy
> $interface_policy{'9998'} = 'AM.PDP';
>
> $policy_bank{'AM.PDP'} = {
> protocol => 'AM.PDP',
> # inet_acl => [qw( 127.0.0.1 [::1] 192.168.0.ip_equipo_donde_este_ezu )],
> inet_acl => [qw( 127.0.0.1 [::1] 192.168.0.254 )],
> };
>
>
> If I telnet to localhost:9998 I get a response, however when I telnet into
> domain.name:9998 I get a connection closed by foreign host message.
> domain.name resolves to 192.168.0.254
>
> What do I have to change so that the connection on 192.168.0.254 is
> accepted?
>
> Sergio Restrepo
You may want to look into the $inet_socket_bind variable. Check the
amavisd.conf-sample that comes with the distribution. When you
configure this to have amavisd listen on other interfaces, make sure
that your global $inet_acl is more restrictive than the $inet_acl
specified within a policy bank.
-------------------------------------------------------------------------
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/