home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / ncr / 554 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.5 KB

  1. Path: sparky!uunet!uiunix!ahby
  2. From: ahby@uiunix.ui.org (Shane McCarron)
  3. Newsgroups: comp.sys.ncr
  4. Subject: Using SMTP mail under SVR4.0
  5. Message-ID: <390@uiunix.ui.org>
  6. Date: 22 Dec 92 16:49:08 GMT
  7. Organization: UNIX International, Parsippany, NJ  07054
  8. Lines: 57
  9.  
  10. We are using SVR4.0 release 2.0 on a 3445.  We just recently connected 
  11. to the Internet, and have configured our system, which is our
  12. mailhost, to use mailsurr/smtpqer/smtp to deliver mail via the
  13. Internet.  We are using DNS, and it is working correctly.
  14.  
  15. The problem is that the smtp program does not correctly attempt to
  16. deliver messages to alternate mx forwarders when the primary mx
  17. forwarder for a given site is unreachable.  Specifically, if I attempt
  18. to send mail to user@pyramid.com (for example), there are several MX
  19. forwarders available:
  20.  
  21. pyramid.com     preference = 0, mail exchanger = sword.eng.pyramid.com
  22. pyramid.com     preference = 100, mail exchanger = gossip.pyramid.com
  23. pyramid.com     preference = 101, mail exchanger = bertha.pyramid.com
  24. Authoritative answers can be found from:
  25. sword.eng.pyramid.com   inet address = 129.214.214.10
  26. gossip.pyramid.com      inet address = 129.214.1.101
  27. bertha.pyramid.com      inet address = 129.214.1.100
  28. NS.UU.NET       inet address = 137.39.1.3
  29. BERT.PYRAMID.COM        inet address = 129.214.3.2
  30.  
  31. Unfortunately, sword.eng.pyramid.com is unreachable:
  32.  
  33. % ping sword.eng.pyramid.com
  34. ICMP Host Unreachable from gateway Pyramid-gw.ALTER.NET (137.39.51.2)
  35.  for icmp from dionysus (192.203.65.102) to sword.eng.pyramid.com (129.214.214.10)
  36.  
  37. However, gossip.pyramid.com is reachable:
  38.  
  39. % ping gossip.pyramid.com
  40. gossip.pyramid.com is alive
  41.  
  42. When /usr/lib/mail/surrcmd/smtp attempts to deliver a message to
  43. pyramid.com, and run in debug mode, it produces the following output:
  44.  
  45. buildmxlist got 290
  46. buildmx rcode 0 ancount 3 qdcount 1 aa 0
  47. MXsave sword.eng.pyramid.com
  48. MXsave gossip.pyramid.com
  49. MXsave bertha.pyramid.com
  50. add 129.214.214.10 (sword.eng.pyramid.com)
  51. add 129.214.1.101 (gossip.pyramid.com)
  52. add 129.214.1.100 (bertha.pyramid.com)
  53. Try <129.214.214.10.0.25>
  54. Try <129.214.1.101.0.25>
  55. Try <129.214.1.100.0.25>
  56. No route to host
  57.  
  58. Clearly, the second try above should have succeeded. 
  59.  
  60. Our guess is that the TLI based smtp software is not correctly
  61. attempting to contact alternate MX forwarders when the primary is
  62. unavailable.  Any assistance in further diagnosing and repairing this
  63. problem would be greatly appreciated.
  64. -- 
  65. Shane P. McCarron            ATT:    +1 201 263-8400 x232
  66. Project Manager                UUCP:    s.mccarron@ui.org
  67.