Re: sa-exim-3 not working

Marc MERLIN <[email protected]>
Newsgroups gmane.mail.exim.spamassassin
Message-ID <[email protected]>
On Wed, May 14, 2003 at 03:59:36PM +0200, Thomas Kinghorn wrote:
> I did.....
> 
> [root@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 [email protected] for PGP key
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.