* with mysql support and exiscan-acl patch revision 13.
Assumes OSX Server 10.3 MySql as installed by Apple installer.
curl -O ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/exim-4.24.tar.gz gnutar -xvzf exim-4.24.tar.gz cd exim-4.24
curl -O http://duncanthrax.net/exiscan-acl/exiscan-acl-4.24-13.patch patch -p1 < exiscan-acl-4.24-13.patch
cp src/EDITME Local/Makefile open -e Local/Makefile
change the following lines in the Makefile:
open -e OS/Makefile-Darwin
Instead of: CFLAGS=-O -no-cpp-precomp
Use: CFLAGS=-O -no-cpp-precomp -DBIND_8_COMPAT
end of editing Makefile
make sudo make install
The following symlinks will make your exim logs available for viewing them via "Console".
sudo ln -s /private/var/spool/exim/log/exim_main.log /var/log/exim_main.log sudo ln -s /private/var/spool/exim/log/exim_reject.log /var/log/exim_reject.log sudo ln -s /private/var/spool/exim/log/exim_panic.log /var/log/exim_panic.log