[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: my qmail - ldap
On Tue, Aug 31, 2004 at 09:47:36PM +0200, az wrote:
>
>
> I'm trying to configure my qmail 1.03 + qmail-ldap-1.03-20040801.patch
> Everything is very good since i'm trying to send test email via my
> newly installed qmail.. And then i have know problem...
>
> @400000004134ecf82db9314c delivery 5: deferral: CNAME_lookup_failed_temporarily._(#4.4.3)/
Since you have djbdns type
dnsmx example.com
where 'example.com' is the email domain (ie foo@xxxxxxxxxxx) that you're
sending to. You should get something back.
> I know that qmail-ldap-1.03-20040801.patch have a patch for dns.c but
> as I see it do nothing. I 'm using bind-9.2.3-9. I have tried to
> manualy patch dns.c but i still have the same problem! I put many
> different dns nameservers on my /etc/resolv.conf but it dont work.
Install dnscache so that it listens on 127.0.0.1 and point your
/etc/resolv.conf entry to that IP address. Then tail the dnscache logs:
tail -f /service/dnscache/log/main/current | tai64nlocal
(your paths might vary)
From there you can probably find out what's going on with your DNS
lookup.
Chris
This mailing list archive is a service of Copilot Consulting.