summaryrefslogtreecommitdiff
path: root/exim/debian/README.local_scan-perl
blob: 33334a34c61c203c62018c83882796207d9cd82d (plain)
1
2
3
4
5
6
7
8
9
This package includes a plugin to use a perl script running on Exim's
builtin perl interpreter for the local_scan interface. To enable it
set
local_scan_path = /usr/lib/exim4/local_scan/local_scan_perl-0.2.so
in the main part of Exim's run-time configuration file
(/etc/exim4/exim4.conf.template or /etc/exim4/exim4.conf) and put
your local_scan() perl routine in /etc/exim4/local_scan.pl

See http://oss.bibliotech.net/ for details.