Re: [exim] message frozen manualroute

Top Page
Delete this message
Reply to this message
Author: Craig Jackson
Date:  
To: exim-users
Subject: Re: [exim] message frozen manualroute
Tony Finch wrote:
> On Mon, 25 Apr 2005, Craig Jackson wrote:
>
>>Hints appreciated.
>
>
> The error message in the logs that caused the message to be frozen.
>
> Tony.

Sorry. I intended to post the log. Here's on receipt of the email:

2005-04-25 17:23:45 exim 4.50 daemon started: pid=8523, -q30m, listening
for SMTP on port 25 (IPv4)
2005-04-25 17:24:35 1DQC0E-0002DW-9l <= cjackson@???
H=(localsurface.com) [209.205.178.181] P=esmtp S=218

Now here's after the message is unfrozen:

2005-04-25 17:24:57 1DQBdL-0002DB-1J => cjackson@???
R=smart_host T=remote_smtp H=no-mail.abbott-simses.com [192.168.190.41]
2005-04-25 17:24:57 1DQBdL-0002DB-1J Completed

Not much to go by.

However, running with -d was very helpful. Message was: could not find
libmysqlclient library. It gave me this message at start up, but I fixed
by setting LD_LIBRARY_PATH=/path/to/mysqllibs. Mysql lookups work very
well in the acl section. Also, I compiled Exim with Mysql -- no trouble.
Why can it not find the libs?

Mysql is 4.1.11.
Exim is 4.50 with exiscan.
Platform is Ubuntu on amd64 (64bit) both of which I am new to.

Thanks
Craig