On 6/11/20 9:19 AM, PGNet Dev wrote:
> DCC is built/installed,
>
> wget http://www.dcc-servers.net/dcc/source/dcc.tar.Z
> tar zxvf dcc.tar.Z
> cd dcc-2.3.167
> ./configure \
> --disable-server \
> --disable-dccm \
> --disable-dccifd
> make
> make install
>
> which dccproc
> /usr/local/bin/dccproc
> dccproc -V
> 2.3.167
for anyone interested, it appears the config, as advised, is a bit of a mess
using _explicit_ config of
./configure \
--with-installroot=/ \
--mandir=/usr/local/man \
--bindir=/usr/local/bin \
--libexecdir=/usr/local/libexec/dcc \
--homedir=/var/lib/dcc \
--with-uid=spamd \
--disable-server \
--disable-dccm \
--disable-dccifd
with
local.cf
...
ifplugin Mail::SpamAssassin::Plugin::DCC
use_dcc 1
dcc_home /var/lib/dcc
dcc_path /usr/local/bin/dccproc
endif
...
fixes the issue.