[SA-exim] Happy with Exim 4.14 / SA-Exim 3.0/dlopen :-)

Tony Earnshaw tonni at billy.demon.nl
Thu May 1 09:58:07 PDT 2003


Thanks Marc and others for all the work put into SA-Exim 3.0 - I'm as
pleased as punch.

I include som install notes as an attachment.

Best,

Tony

-- 
Tony Earnshaw

Do not come to visit me with both arms the same length.

e-post:		tonni at billy.demon.nl
www:		http://www.billy.demon.nl

Tony Earnshaw

-------------- next part --------------
Compiled, configured, installed per instructions, tested with debug on, (worked
perfectly), switched debug off, altered report code in sa-exim.c slightly, so that
I get "SA: EximRunCond expanded to false" for local mail.

Switched debug off, altered reject message slightly so that postmaster could be informed
of mistakes.

Because my compile, install and config paths etc. are different from Marc's I made the
following notes of changes in the make procedure:

# Aim: To use Exim 4.14 with the dlopen patch, cos that's what I had
# with 2.2
#
# Present install workdir sa-exim-workdir
# Directory structure of sa-exim-workdir:
./sa-exim-3.0
./exim-4.14

#
# There's already the old SA-Exim 2.2 Exim 4.14 install directory
mv ./exim-4.14 ./exim-4.14.old
bzcat exim-4.14.tar.bz2 | tar -xvf -

#
cp ./sa-exim-3.0/localscan_dlopen.patch ./exim-4.14
cd  ./exim-4.14
patch -p1 < localscan_dlopen.patch

# I have so much Exim-specific stuff in Makefile, that I want to use the
# old one.

# Check to confirm that that the old Exim Makefile hasn't been changed by the dlopen patch

#
cp ../exim-4.14.old/Local/* ./Local
make
cd ../sa-exim-3.0

# vi Makefile to reflect Exim location (I use /usr/local/exim4 and
# /var/mail/exim

# also I have the dlopen patch in /usr/local/lib/exim4, spamc in /usr/local/bin)

#
make

# I already had the dummy accept.so in /usr/local/lib/exim4

# Make backups of *all* the old stuff in each directory
# Copy new stuff to each directory.

# Stop exim, install new exim, edit spamassassin.conf, start exim, test
# with local mail, test with Internet mail - spam rejected in first 30 messages :->>


More information about the SA-Exim mailing list