home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13830 < prev    next >
Encoding:
Text File  |  1993-01-29  |  3.1 KB  |  78 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!well!nlane
  3. From: nlane@well.sf.ca.us (Nathan D. Lane)
  4. Subject: Strange MX handling in AIX 3.2 
  5. Message-ID: <C1LnvA.5pp@well.sf.ca.us>
  6. Summary: two nearly identical hosts, one can rx/tx, one can only tx 
  7. Keywords: mail aix sendmail mx dns 
  8. Sender: news@well.sf.ca.us
  9. Organization: Whole Earth 'Lectronic Link
  10. Date: Fri, 29 Jan 1993 05:13:58 GMT
  11. Lines: 65
  12.  
  13. I have two hosts running AIX 3.2 right now and one of the hosts
  14. can send and receive from the internet in general and one of the
  15. hosts can transmit to the internet, but NOT receive.  The
  16. hosts are nearly identically configured for their DNS and they
  17. are secondary servers for each other's domain.  Here is a typical
  18. sendmail transcript to the one that IS working correctly:
  19.  
  20. nathan@aurora.tricon.com... Connecting to aurora.tricon.com.tcp...
  21. nathan@aurora.tricon.com... Connecting to aurora.tricon.com (tcp)...
  22. 220 aurora.tricon.com Sendmail AIX 3.2/UCB 5.64/4.03 ready at Thu, 28 Jan 1993 2
  23. 1:01:20 -0800
  24. >>> HELO seldon.foundation.tricon.com
  25. 250 aurora.tricon.com Hello seldon.foundation.tricon.com, pleased to meet you
  26. >>> MAIL From:<root@seldon.foundation.tricon.com>
  27. 250 <root@seldon.foundation.tricon.com>... Sender ok
  28. >>> RCPT To:<nathan@aurora.tricon.com>
  29. 250 <nathan@aurora.tricon.com>... Recipient ok
  30.  
  31. Here is the transcript to the one that is NOT working correctly -
  32. note that it responds to the other machine as just "seldon", not the
  33. full domain name:
  34.  
  35. nathan@seldon.foundation.tricon.com... Connecting to seldon.foundation.tricon.co
  36. m.tcp...
  37. nathan@seldon.foundation.tricon.com... Connecting to seldon.foundation.tricon.co
  38. m (tcp)...
  39. 220 seldon Sendmail AIX 3.2/UCB 5.64/4.03 ready at Thu, 28 Jan 1993 21:00:32 -08
  40. 00
  41. >>> HELO aurora.tricon.com
  42. 250 seldon Hello aurora.tricon.com (aurora.trico.tricon.com), pleased to meet yo
  43. u
  44. >>> MAIL From:<root@aurora.tricon.com>
  45. 250 <root@aurora.tricon.com>... Sender ok
  46. >>> RCPT To:<nathan@seldon.foundation.tricon.com>
  47. 250 <nathan@seldon.foundation.tricon.com>... Recipient ok
  48.  
  49. I have enabled MX records in /etc/sendmail.cf.  Here are the relevant
  50. lines for my MX records:
  51.  
  52. [on the server that works):
  53.  
  54. tricon.com      IN      MX      0 aurora.tricon.com.
  55. *.trico.tricon.com      IN      MX      0 aurora.tricon.com.
  56. trico.tricon.com        IN      MX      0 aurora.tricon.com.
  57. *.foundation.tricon.com IN      MX      0 seldon.foundation.tricon.com.
  58. foundation.tricon.com   IN      MX      0 seldon.foundation.tricon.com.
  59.  
  60. [on the server that doesn't work]:
  61.  
  62. *.foundation.tricon.com         IN      MX      0 seldon.foundation.tricon.com.
  63. foundation.tricon.com           IN      MX      0 seldon.foundation.tricon.com.
  64. tricon.com                      IN      MX      0 aurora.tricon.com.
  65. *.trico.tricon.com              IN      MX      0 aurora.tricon.com.
  66. trico.tricon.com                IN      MX      0 aurora.tricon.com.
  67.  
  68. I am really stumped on this one right now and so is my SE.  He suggested
  69. that I put "."'s after the domain names - but then it breaks completely and
  70. doesn't work at all.
  71.  
  72. Thank you in advance for any help.
  73.  
  74. -Nathan Lane
  75. Triicon Systems, Inc. Santa Barbara, CA
  76. nlane@well.sf.ca.us
  77.  
  78.