Here are instructions for Debian / exim4 / split configuration
Jari
=== modified file 'README.Debian'
--- README.Debian 2007-08-07 10:54:41 +0000
+++ README.Debian 2007-08-07 11:10:25 +0000
@@ -103,6 +103,39 @@
with the unsplit configuration scheme and add the local_scan_path
setting by hand, like with the hand-crafted configuration file.
+INSTRUCTION FOR THE SPLIT CONFIGURATION
+
+Check libraries. If empty, repeat install with
+"apt-get --reinstall install sa-exim".
+
+ $ ls /usr/lib/exim4/local_scan/
+ sa-exim.so
+
+Uncomment local_scan_path in file:
+
+ $ $EDITOR /etc/exim4/conf.d/main/15_sa-exim_plugin_path
+
+Update exim configuration:
+
+ $ update-exim4.conf
+
+Check that basic exim configuration loads library:
+
+ $ grep "local_scan_path" /var/lib/exim4/config.autogenerated
+ local_scan_path = /usr/lib/exim4/local_scan/sa-exim.so
+
+Enable sa-exim by configuring SAEximRunCond (and other things) in:
+
+ $ EDITOR /etc/exim4/sa-exim.conf
+
+Restart exim:
+
+ $ incoke-rc.d exim4 restart
+
+Verify that sa-exim is running in tandem:
+
+ $ less -F /var/log/syslog /var/log/exim4/mainlog
+
Next, read all about greylisting and sa-exim:
***************
@@ -162,3 +195,5 @@
from a configuration file called /etc/spamassassin/spamc.conf. If that
file specifies conflicting options, it will prevent SA-Exim from
working. For now, you'll have to make sure that it doesn't.
+
+ -- Jari Aalto <jari.aalto@cante.net>, Tue, 7 Aug 2007 14:10:26 +0300