Re: [Exim] Exim with mysql+exiscan - error-FIXED !!!

Top Page
Delete this message
Reply to this message
Author: Dilip M
Date:  
To: exim-users@exim.org
Subject: Re: [Exim] Exim with mysql+exiscan - error-FIXED !!!
On Tue, 02 Mar 2004 16:51:45 +0530, Dilip M <dilipm@???> wrote:

> On Tue, 2 Mar 2004 10:57:27 -0000, Peter Bowyer <peter@???> wrote:
>
>> Dilip M <dilipm@???> wrote:
>>> LOOKUP_LIBS=-L/usr/lib/mysql -lpam
>>
>> You're missing '-lmysqlclient' from that line.
>>
>> Peter
>>
>> --
> FIXED!!
>
> Thanks peter and nigel!! It was a quick fix :))
>



Well built went fine!!
# exim -bV
Exim version 4.30 #10 built 02-Mar-2004 18:57:10
Copyright (c) University of Cambridge 2003
Berkeley DB: Sleepycat Software: Berkeley DB 4.0.14: (November 18, 2001)
Support for: iconv() TCPwrappers
Lookups: lsearch wildlsearch nwildlsearch dbm dmbnz mysql
Authenticators:
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir autoreply pipe smtp
Fixed never_users: 0
Contains exiscan-acl patch revision 14 (c) Tom Kistner
[http://duncanthrax.net/exiscan/]
Configuration file is /etc/exim/exim.conf
----
But exim is start getting start!!

#exim -bd -q5m
ps -ef|grep ex
shows nothing!!

Also telnet localhost 25

telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

----
i check the iptables rules!!
----
$IPTABLES -A INPUT -i lo -j ACCEPT
$IPTABLES -A OUTPUT -o lo -j ACCEPT
-----