* with mysql support and exiscan-acl patch revision 14.
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.30.tar.gz gnutar -xvzf exim-4.30.tar.gz cd exim-4.30
curl -O http://duncanthrax.net/exiscan-acl/exiscan-acl-4.30-14.patch patch -p1 < exiscan-acl-4.30-14.patch
cp src/EDITME Local/Makefile open -e Local/Makefile
change the following lines in the 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