> I'm trying to get MailZu working with Amavis, and everything si working nicely > except for "release". > > I get the error: > > Error connecting to servername:9998, Connection refused > > which is reasonable, since netstat shows nothing listening there. > > My amavisd.conf file contains the following, which I believe is the default: > > ---------------- > $interface_policy{'SOCK'} = 'AM.PDP-SOCK'; # only applies with > $unix_socketname > > # Use with amavis-release over a socket or with Petr Rehor's amavis-milter.c > # (with amavis-milter.c from this package or old amavis.c client use 'AM.CL'): > $policy_bank{'AM.PDP-SOCK'} = { > protocol => 'AM.PDP', > auth_required_release => 0, # do not require secret_id for amavisd-release > }; > ---------------- > > > Can anybody toss me a hint on how to configure amavis AM.PDP to listen on port > 9998?
Nevermind, I found it. The MailZu site is down, but Google still had a cached page: Posted here for reference in case the site doesn't come back: This does the trick: $inet_socket_port = [10024,9998]; # listen on multiple TCP ports $interface_policy{'9998'} = 'AM.PDP'; $policy_bank{'AM.PDP'} = { protocol => 'AM.PDP', inet_acl => [qw( 127.0.0.1)], }; Terry ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ 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/