home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16616 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.3 KB  |  69 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!ukma!darwin.sura.net!sgiblab!sgigate!sgi!nimrod.wpd.sgi.com!roberts
  3. From: roberts@nimrod.wpd.sgi.com (Robert Stephens)
  4. Subject: Re:  sendmail on Indigo
  5. Message-ID: <shcmfp4@sgi.sgi.com>
  6. Sender: roberts@nimrod.wpd.sgi.com
  7. Organization: Silicon Graphics, Inc.  Mountain View, CA
  8. Date: Wed, 18 Nov 1992 19:53:01 GMT
  9. Lines: 58
  10.  
  11. mabry@julio.sanders.lockheed.com (Mark Mabry) writes:
  12. > I am having trouble setting up sendmail on our new Indigo R4000.
  13. > After some work I am able to receive mail from any host, but cannot
  14. > send mail at all.
  15.  
  16. Do you have copies of the "bounced" messages?  What do you see if you
  17. run "Mail -v"?
  18.  
  19. >                   My machine appears to add a ".ether" to the full
  20. > mailpath name.
  21.  
  22. Don't worry about that.  It's just shorthand sendmail uses in verbose
  23. mode to let you know it's using the "ether" mailer.  ".ether" is not
  24. actually added to the destination address.  Yes it's silly and confusing.
  25.  
  26. > Here is the output of /usr/etc/configmail list:
  27. >     Parameters:
  28. >     forwarder = "relay"
  29. >     rootdomain = "sanders.lockheed.com"
  30. >     directdomains = "sanders.lockheed.com"
  31.  
  32. Is denali the relay or MX host for the entire sanders.lockheed.com domain?
  33. Can denali directly contact all hosts in the sanders.lockheed.com domain?
  34. If not, use "configmail set directdomains" to set directdomains to NULL.
  35.  
  36. >     localdomain = "sanders.lockheed.com"
  37. >     pathalias = "/dev/null"
  38. >     relayname = "relay"
  39. >     deadhosts = "somewhere"
  40. >     Functions:
  41. >     domainrelay = "relay"
  42. >     mycanonname = "denali.sanders.lockheed.com"
  43. > Relay is aliased in /etc/hosts to the forwarder machine.
  44.  
  45. What machine is the forwarder machine?  Can denali contact it?  Do you
  46. use either NIS or DNS prior to looking at /etc/hosts (see resolver(4) about
  47. hostresorder)?  Are they authoritative?  Do they understand "relay"?
  48.  
  49. >                                                           Also, when
  50. > receiving mail my machine always greets the sending machine with
  51. > something like "HELO machinename.D, why do you call yourself
  52. > machinename.domainname".
  53.  
  54. The message implies that your host knows the connecting host by a
  55. different name than the connecting host knows itself.  If you do a
  56. "/usr/sbin/canonhost machinename" what do you get?
  57.  
  58. I don't understand the .D
  59.  
  60.     - Robert Stephens
  61.       Silicon Graphics Inc.
  62.  
  63.