home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / sendmail / 2741 < prev    next >
Encoding:
Text File  |  1992-11-12  |  4.0 KB  |  110 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!stanford.edu!kronos.arc.nasa.gov!iscnvx!rapnet!news
  3. From: mabry@julio.sanders.lockheed.com (Mark Mabry)
  4. Subject: help with sendmail on SGI Indigo
  5. Message-ID: <1992Nov12.143614.20555@Rapnet.Sanders.Lockheed.Com>
  6. Sender: news@Rapnet.Sanders.Lockheed.Com (USENET News System)
  7. Reply-To: mabry@rapnet.sanders.lockheed.com
  8. Organization: Lockheed Sanders Inc.
  9. Date: Thu, 12 Nov 92 14:36:14 GMT
  10. Lines: 98
  11.  
  12. I am installing one Silicon Graphics Indigo running IRIX 4.0.5F
  13. (Sys5r3 with BSD extensions) here and see strange problems with the
  14. mail connection.  First, mail can only be received + delivered to my
  15. machine if the full domain name is used(mostly?!).  Second, I cannot
  16. send mail out at all.  The machine name as listed in /etc/hosts is
  17. "denali.sanders.lockheed.com denali", as suggested by SGI (strange, I
  18. think).
  19.  
  20. Oh yeah, "sanders.lockheed.com" is the domainname I should use.
  21.  
  22. When I type "mail -v mabry@denali" from "rapnet" I get this
  23.     mabry@denali... Connecting to denali.sanders.lockheed.com (tcp)...
  24.     220 denali.sanders.lockheed.com Sendmail 920330.SGI/920502.SGI.AUTO ready at Thu, 12 Nov 92 09:12:11 -0500
  25.     >>> HELO rapnet.sanders.lockheed.com
  26.     250 Hello rapnet.D, why do you call yourself rapnet.sanders.lockheed.com?
  27.     >>> MAIL From:<mabry@rapnet.sanders.lockheed.com>
  28.     250 <mabry@rapnet.sanders.lockheed.com>... Sender ok
  29.     >>> RCPT To:<mabry@denali.sanders.lockheed.com>
  30.     250 <mabry@denali.sanders.lockheed.com>... Recipient ok
  31.     >>> DATA
  32.     354 Enter mail, end with "." on a line by itself
  33.     >>> .
  34.     250 Ok
  35.     >>> QUIT
  36.     221 denali.sanders.lockheed.com closing connection
  37.     mabry@denali... Sent
  38.  
  39.  
  40. Now the SGI does not have a /etc/domainname like the Suns, but if I
  41. run "/usr/etc/configmail list" I get 
  42.  
  43.     Parameters:
  44.  
  45.     forwarder = "relay"
  46.     rootdomain = "sanders.lockheed.com"
  47.     directdomains = "sanders.lockheed.com"
  48.     localdomain = "sanders.lockheed.com"
  49.     pathalias = "/dev/null"
  50.     relayname = "relay"
  51.     deadhosts = "somewhere"
  52.  
  53.     Functions:
  54.  
  55.     domainrelay = "relay"
  56.     mycanonname = "denali.sanders.lockheed.com"
  57.  
  58. And "relay" is an alias name to the mail gateway machine.
  59.  
  60. Now when I try to send out mail, I get 2 different types of output,
  61. one with BSD mail and one with ATT mail.  First BSD mail (sending to
  62. mabry@rapnet):  
  63.     mabry@rapnet... Connecting to rapnet.sanders.lockheed.com (ether)...
  64.     mabry@rapnet... 550 Host unknown (Authoritative answer from name server): Connection refused by rapnet.sanders.lockheed.com
  65.     Saving message in /usr/people/mabry/dead.letter
  66.     /usr/people/mabry/dead.letter... Sent
  67.  
  68. Note, however, that to rapnet (or any other name server) my machine is
  69. known authoritatively.
  70.  
  71. Finally using ATT mail a returned letter with following is issued:
  72.     From MAILER-DAEMON  Thu Nov 12 09:27:18 1992
  73.     Received: by denali.sanders.lockheed.com (920330.SGI/920502.SGI.AUTO)
  74.             for mabry id AA03713; Thu, 12 Nov 92 09:27:18 -0500
  75.     Date: Thu, 12 Nov 92 09:27:18 -0500
  76.     From: MAILER-DAEMON (Mail Delivery Subsystem)
  77.     Subject: Returned mail: Host unknown
  78.     Message-Id: <9211121427.AA03713@denali.sanders.lockheed.com>
  79.     To: mabry
  80.  
  81.        ----- Transcript of session follows -----
  82.     421 rapnet.sanders.lockheed.com.ether... Deferred: Connection refused by rapnet.sanders.lockheed.com
  83.     554 mabry@rapnet... 550 Host unknown (Authoritative answer from name server): Connection refused by rapnet.sanders.lockheed.com
  84.  
  85.        ----- Unsent message follows -----
  86.     Received: by denali.sanders.lockheed.com (920330.SGI/920502.SGI.AUTO)
  87.             for mabry@rapnet.sanders.lockheed.com id AA03553; Thu, 12 Nov 92 09:27:18 -0500
  88.     Date: Thu, 12 Nov 92 09:27:18 -0500
  89.     From: mabry (Mark Mabry)
  90.     Message-Id: <9211121427.AA03553@denali.sanders.lockheed.com>
  91.     Apparently-To: mabry@rapnet
  92.  
  93. Note the extension "ether" on the hostname, which seems to be part of
  94. the problem.  
  95.  
  96. If anyone can give me any help on this set of problems, it would be
  97. greatly appreciated.
  98.  
  99.  
  100. -- 
  101. Mark Mabry                                  Lockheed Sanders, Inc.
  102. Digital Design Center of Technology         95 Canal St.
  103. mabry@harpoe.sanders.lockheed.com           Nashua, NH 03060
  104.                                             (603)885-9623
  105.  
  106.  
  107.  
  108.  
  109.  
  110.