home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12483 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.3 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ysu.edu!yfnnews-gateway!do-not-reply-to-path
  2. From: jhidalgo@ecnet.ec (Javier Hidalgo E.)
  3. Newsgroups: comp.unix.aix
  4. Subject: Sendmail for CNAME aliases?
  5. Message-ID: <9212111949.AA12276@ecnet.ec>
  6. Date: 11 Dec 92 19:49:28 GMT
  7. Article-I.D.: ecnet.9212111949.AA12276
  8. Sender: jhidalgo@ecnet.ec
  9. Reply-To: jhidalgo@ecnet.ec (Javier Hidalgo E.)
  10. Lines: 42
  11.  
  12.  
  13. I4m still working on solving my CNAME problem, which I asked about in a 
  14. previous message to this newsgroup.  We4ve been able to isolate the
  15. problem down to a few sendmail configuration questions.
  16.  
  17. We4ve defined a nameservice CNAME for c.ecnet.ec to ecnet.ec .
  18. That seems to be working correctly; nslookup tests show the proper:
  19.  
  20.      c.ecnet.ec    canonical name = ECNET.ec
  21.  
  22. However, when we try to send mail from ecnet.ec to "c.ecnet.ec", mail fails 
  23. with the following message:
  24.  
  25. Subject: Cc: jhidalgo... setsender: uid/gid = 211/206
  26. jhidalgo@c.ecnet.ec... Connecting to ecnet.ec.tcp...
  27. jhidalgo@c.ecnet.ec... Connecting to ecnet.ec (tcp)...
  28. 220 ecnet.ec Sendmail AIX 3.2/UCB 5.64/4.03 ready at Fri, 11 Dec 1992 14:17:44 -0500
  29. >>> HELO ecnet.ec
  30. 553 There is a local configuration error.  The hostname is not recognized as local.
  31. >>> QUIT
  32. 221 ecnet.ec: closing the connection.
  33. jhidalgo@c.ecnet.ec... Service unavailable
  34.  
  35. The problem appears to be the fact that sendmail doesn4t do the CNAME
  36. lookup before decided whether or not to send via ".local", and therefore
  37. tries to send mail to back to the local machine using SMTP rather than 
  38. ".local" as it should.
  39.  
  40. Two questions: 1) is there a way to get sendmail to recognize that a
  41. CNAME points to its own host machine? 2) What does "local" mean in the 
  42. above error message?  It seems to us that the problem is, in fact, 
  43. that ecnet.ec IS recognizing "ecnet.ec" as its own name....
  44.  
  45. Another point of interest:  mail for most other machines to this c.ecnet.ec
  46. address does arrive successfully.  However, from a few machines, the 
  47. message fails.  It does arrive in the sendmail queue, but for some reason
  48. sendmail here tries to send the message to itself another time, with the
  49. same results as above.  It would seem that to remote machine does a
  50. CNAME lookup when establishing the SMTP connection, but doesn4t 
  51. change the destination address in RCTP TO command.... 
  52.  
  53. Any ideas as to what4s going on?
  54.