home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / sendmail / 2989 < prev    next >
Encoding:
Text File  |  1992-12-14  |  2.7 KB  |  64 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!walter!att-out!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
  3. From: rickert@mp.cs.niu.edu (Neil Rickert)
  4. Subject: Re: problems with ultrix sendmail: i refuse to talk to myself
  5. Message-ID: <1992Dec14.184232.26867@mp.cs.niu.edu>
  6. Keywords: sendamil, ultrix, MX
  7. Organization: Northern Illinois University
  8. References: <1992Dec14.084352.29295@wega.rz.uni-ulm.de>
  9. Date: Mon, 14 Dec 1992 18:42:32 GMT
  10. Lines: 52
  11.  
  12. In article <1992Dec14.084352.29295@wega.rz.uni-ulm.de> gaissmai@xwini.rz.uni-ulm.de (Karl Gaissmaier) writes:
  13.  
  14. >MikroVax-3100
  15. >ULTRIX V4.2 (Rev. 85)
  16. >Sendmail-5.57
  17. >
  18. >This machine (netway.rz.uni-ulm.de) is our domain name server and MX-Server 
  19. >for various other machines. netway is also our backup MailExchanger for 
  20. >mathematik.uni-ulm.de, see below:
  21.  
  22. >  mathematik.uni-ulm.de   preference = 0, mail exchanger = laborix.mathematik.uni-ulm.de
  23. >  mathematik.uni-ulm.de   preference = 5, mail exchanger = titania.mathematik.uni-ulm.de
  24. >  mathematik.uni-ulm.de   preference = 100, mail exchanger = netway.rz.uni-ulm.de
  25. >  mathematik.uni-ulm.de   preference = 200, mail exchanger = noc.belwue.de
  26.  
  27. >in the case, that both MX-Servers laborix.mathematik.uni-ulm.de and
  28. >titania.mathematik.uni-ulm.de are down at the same time, all mails
  29. >for mathematik.uni-ulm.de are sent to netway.rz.uni-ulm.de.
  30. >
  31. >The netway now doesn't queue the mails until the more precedenced
  32. >MX_Servers laborix or titania are online, netway tries to connect
  33. >with itself and in order to prevent loops, netway can only say:
  34. >    i refuse to talk to myself
  35.  
  36. You need to make sure that $w is defined to be 'netway.rz.uni-ulm.de'
  37.  
  38. If sendmail does not automatically define it this way try adding a
  39. line
  40.  
  41.     Dwnetway.rz.uni-ulm.de
  42.  
  43. to your configuration.  You may then have to make some other changes
  44. to avoid double domains.
  45.  
  46. [Explanation:  sendmail check an MX record against $w.  If they are equal
  47. it discards this MX record and any record of worse preference.  Thus if
  48. the two main hosts are down it should now queue the mail rather than
  49. send to itself].
  50.  
  51. >but thats not my only problem with sendmail on ultrix.
  52. >We have the following wildcard-MX-RR's:
  53.  
  54. The best solution here is to not use wildcard MX records.  Instead explicitely
  55. list MX records for every valid name.  Then anything invalid will be
  56. bounced with 'host unknown'.  Best of all, the bouncing will often be
  57. done at the origination site, so the mail never reaches you.
  58.  
  59. If you retain the wildcard MXs, the correct definition of $w, as
  60. described above, will help somewhat.  The mail will still bounce, but there
  61. will be no attempt to connect to itself.  Instead you will probably get
  62. a message "configuration error - host not recognized as local".
  63.  
  64.