I suppose this is my problem.
# ldd /var/qmail/bin/qmail-smtpd
libssl.so.4 => /lib/libssl.so.4 (0x00342000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x00378000)
libresolv.so.2 => /lib/libresolv.so.2 (0x00be9000)
libm.so.6 => /lib/tls/libm.so.6 (0x00a87000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x0089b000)
libc.so.6 => /lib/tls/libc.so.6 (0x00955000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x002c9000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x001bc000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x00df7000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00276000)
libdl.so.2 => /lib/libdl.so.2 (0x00a81000)
libz.so.1 => /usr/lib/libz.so.1 (0x00bb1000)
/lib/ld-linux.so.2 (0x0093c000)
I will have to go and review how I built it and somehow see how I can link
it?
Gotta jet to a meeting, will look into this tonight.
Hmm?
-----Original Message-----
From: Bill Shupp [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 10:54 AM
To: [email protected]
Subject: Re: [toaster] Problem receiving email, SMTP address not recognized
Bill Shupp wrote:
> Danny Fuentes wrote:
>> Did you patch your ucspi-tcp with the mysql patch?
>> Don't know if that is the problem but you may want to give it a try.
>>
>>
http://www.tnpi.biz/internet/mail/toaster/patches/ucspi-tcp-0.88-mysql3+rss.
patch.
>>
>
> No, this is not the problem. The patch above is for RELAYCLIENT access,
> and as I recall was created to prevent the reading of the tcp.smtp.cdb
> file over NFS in a cluster environment. Very few people need this.
>
> The issue is that qmail-smtpd can't read the control files. This is
> most commonly caused by:
>
> 1) Some/All are missing
> 2) Permissions are wrong
> 3) smtp server does not have access to those files (permissions)
Sorry.. I replied to the wrong thread. Duh.
does ldd /var/qmail/bin/qmail-smtpd show it being linked to the mysql
library?
Regards,
Bill