said:
Hi,
>I am not a sendmail expert and have not looked at very many sendmail
>debug files. What I see here seems to be a DNS lookup problem. It may
>be that the DNS response is too long and sendmail times out before it
>arrives. I have included a few lines from your debug file below.
I agree. Some of the lookup errors are expected. They are the result of
attempts to translate names like fasteagle to and ip address. What is not
clear is why the lookup for smtp.roadrunner.com is failing.
One thing I do notice is that
dnslookup -type=mx smtp.roadrunner.com
and
dnslookup -type=mx roadrunner.com
produce different results and the later looks more correct. That said
telnet -p 25 smtp.roadrunner.com
gets me to the mail server.
>> --parseaddr(listsns@roadrunner.com)
>> map_lookup(host, roadrunner.com) => host_map_lookup(roadrunner.com) => FAIL (2)
>I don't know what the FAIL(2) means but I do not get those errors.
I think the is the result of looking for builting mapping tables, which
probably don't exist. Error 2 would be file not found.
>> remotename => `s-geo@usa.net'
>> getmxrr: res_search(mail.adelphia.net) failed (sock_errno=10060, h_errno=2)
This is the expect error given what is happening.
#define SOCETIMEDOUT (SOCBASEERR+60) /* Operation
timed out */
You can find these in nerror.h in your programming toolkit.
>The "sock_errno=10060, h_errno=2" seems to me to be a DNS request that
>failed.
It could be. The error is generic. It occurs anytime the socket open
times out.
Steven
--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 3.00 beta 10pre #10183 eCS/Warp/DIY/14.103a_W4 etc.
www.scoug.com irc.ca.webbnet.info #scoug (Wed 7pm PST)
----------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 02 |
February |
2008 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.