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

  1. Path: sparky!uunet!noc.near.net!nic.near.net!not-for-mail
  2. From: anselmo@nic.near.net (Ed Anselmo)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Re: MX record question
  5. Date: 22 Dec 1992 17:44:02 -0500
  6. Organization: NEARnet, Cambridge, MA
  7. Lines: 18
  8. Message-ID: <1h85niINNc5t@nic.near.net>
  9. References: <1992Dec22.205301.3622@europa.asd.contel.com>
  10.     <1992Dec22.211452.4508@europa.asd.contel.com>
  11. NNTP-Posting-Host: nic.near.net
  12. In-reply-to: pascoe@rocky.ndhm.gtegsc.com's message of Tue, 22 Dec 1992 21:14:52 GMT
  13.  
  14. [ It surely would make things easier if people just used the Real
  15.   Names of Hosts when asking for help.... ]
  16.  
  17. If you want the mail to end up on host.domainA.com, then you need an
  18. MX-record pointing to host.domainA.com.
  19.  
  20. So, if I've got this straight, the only machine of the four that is
  21. reachable from the Internet is mailrelayB.domainB.com, right?
  22.  
  23. And host.domainA.com *isn't* reachable from mailrelayB.domainB.com,
  24. but only reachable via relayA and and relayC?
  25.  
  26. Then this should work:
  27.  
  28. host.domainA.com.  3005    MX       5 host.domainA.com
  29. host.domainA.com.  3005    MX      10 relayA.domainA.com.
  30. host.domainA.com.  3005    MX      15 relayC.domainA.com.
  31. host.domainA.com.  3005    MX      25 mailrelayB.domainB.com.
  32.