> > > I have set:
> > > $inet_socket_port = [10024,10027,9998];
> $interface_policy{'9998'} =
> > > 'AM.PDP'; $policy_bank{'AM.PDP'} = {
> > > protocol => 'AM.PDP',
> > > inet_acl => [qw( 127.0.0.1 [::1] 10.166.231.245
> )], }; For
> > > MailZU installation purpouse, i need to access to
> > Amavisd-new server
> > > from remote (10.166.231.245). While I saw that AMPDP socket
> > is bound
> > > to
> > > 9998 on local interface. How I could solve this trouble?
> >
> > $inet_socket_bind = undef;
>
> Thanks,
>
Anyway, if I switch again to the amavisd-new conf without "
$inet_socket_bind = undef", amavisd refuse connection from postfix:
dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to
127.0.0.1[127.0.0.1]: Connection refused)
why?
Please note that amavisd-new starts regularly and that it bound correcly
to the 10024 port.
I have tried several time to restart amavisd-new and postfix without
success. I had had to restore " $inet_socket_bind = undef;" so that
amavisd-new continue to access connection and so to continue to work
correctly..
(If youneed, I have the 'amavisd debug' output that doesn't report
nothing of particular anyway - for me)
rocsca
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/