I mean any steps to follow to patch up qmail with this?

Ok, I installed it yesterday and all my tests until now were ok.

Install qmail-toaster as usual. Apply the patch and recompile netqmail:

qmailctl stop
cd ./netqmail-1.05/netqmail-1.05
wget http://shupp.org/patches/custom.patch
patch < custom.patch
make setup check
qmailctl start

Recompile simscan with --enable-custom-smtp-reject=y configure option:

./configure --enable-user=clamav \
--enable-clamav=y \
--enable-spam=y \
--enable-spam-passthru=y \
--enable-per-domain=y \
--enable-ripmime \
--enable-attach=y \
--enable-received=y \
--enable-custom-smtp-reject=y

make make install-strip

regards,
Bruno.

Reply via email to