Package: spamass-milter
Version: 0.3.1-2
There are some basic incompatibility problems between the socket that
the spamass-milter startup script creates and what is needed for use
with Postfix. First of all, Postfix runs chrooted, so the socket must
be under its queue directory (/var/spool/postfix) to be accessible.
Second, ownership and permissions prevent Postfix from using the socket,
as it runs as user 'postfix' and the socket is owned by root with 644
permissions.
my hack to make this work on my system was to change $SOCKET in
/etc/init.d/spamass-milter to /var/spool/postfix/var/run/spamass.sock
and to add 'chown postfix $SOCKET' in the start/restart routine.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]