Mike,
> we are using amavisd-new-2.3.3-17.2 on SuSE 10. It is configured to use
> INET, not UNIX, sockets as this was considered to provide more flexibility
> in a multi-server environment. Now we want to start using amavisd-release
> to release false positives. This is reporting:
>
> Can't connect to UNIX socket /var/amavis/amavisd.sock:
> No such file or directory at /usr/sbin/amavisd-release line 191.
>
> The path referred to above does not appear anywhere in our configuration
> file, nor should it as we are using INET port 10024 for amavis.
>
> What do I need to change to enabel this functionality? Bearing in mind that
> we will want to execute the release from a remote server.
>
> Is this a configuration issue? Or can it be addressed on the command line?
> (I can find not documentation on amavisd-release and my PERL was rusty 10
> years and has not improved)
See my today's reply to your other thread.
Apart from what I wrote there, to be able to request releases
from remote host you need to add its IP address (or network
address with a CIDR mask) to inet_acl in a policy bank, e.g.
$policy_bank{'AM.PDP-INET'} = {
inet_acl => [qw( 127.0.0.1 [::1] 10.0.0.0/8 172.16.0.0/12 )],
...
};
I'm not sure if there are any issues with 2.3.3, it's been
released more than two years ago. The current version is 2.5.2
(very soon 2.5.3).
Mark
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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/