Package: amavisd-new
Version: 2.4.2-5

File /etc/amavis/conf.d/25-amavis_helpers has

$unix_socketname = "/var/run/amavis/amavisd.sock";

but it should be

$unix_socketname = "/var/lib/amavis/amavisd.sock";

since the latter pathname is hardcoded in /usr/sbin/amavis-milter as can
be verified using 'strings'. This causes amavis-milter to be unable to
communicate with amavisd, therefore any MTA using amavis-milter
(sendmail in my case) will report a 451 error.

I also needed to comment the _complete_ interface_policy block in order
to get it to work properly.
-- 
Ernesto Hernández-Novich - Linux 2.6.17 i686 - Unix: Live free or die!
Geek by nature, Linux by choice, Debian of course.
If you can't aptitude it, it isn't useful or doesn't exist.
GPG Key Fingerprint = 438C 49A2 A8C7 E7D7 1500 C507 96D6 A3D6 2F4C 85E3


Reply via email to