[SA-exim] sa-exim-3 not working

Marc MERLIN marc at merlins.org
Wed May 14 08:43:16 PDT 2003


On Wed, May 14, 2003 at 03:59:36PM +0200, Thomas Kinghorn wrote:
> I did.....
> 
> [root at mogwai src]# patch < ../../sa-exim-3.0/localscan_dlopen.patch
> patching file EDITME
> patching file config.h.defaults
> patching file globals.c
> patching file globals.h
> patching file local_scan.c
> patching file local_scan.h
> patching file readconf.c

You probably aren't running the binary that you compiled with that patch

Here's how you can check
gandalf:~# lsof -i :25
COMMAND  PID USER   FD   TYPE DEVICE SIZE NODE NAME
exim4   2908 root    1u  IPv4   5600       TCP *:smtp (LISTEN)

gandalf:~# echo `cat /proc/2908/cmdline `
/usr/sbin/exim4-bd-q30m

gandalf:~# strings /usr/sbin/exim4 | grep local_scan_path
local_scan_path
local_scan_path

(the first two steps are linux specific, but you get the idea)

You could also do:
gandalf:~# strings /proc/2908/exe | grep local_scan_path
local_scan_path
local_scan_path

Marc
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems & security ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/   |   Finger marc_f at merlins.org for PGP key



More information about the SA-Exim mailing list