home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / sendmail / 3124 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  3.1 KB

  1. Xref: sparky comp.mail.sendmail:3124 comp.unix.ultrix:9211
  2. Newsgroups: comp.mail.sendmail,comp.unix.ultrix,comp.sys.ultrix
  3. Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!news.uni-ulm.de!xwini!gaissmai
  4. From: gaissmai@xwini.rz.uni-ulm.de (Karl Gaissmaier)
  5. Subject: SUMMARY: i refuse to talk to myself
  6. Message-ID: <1993Jan8.090604.4425@wega.rz.uni-ulm.de>
  7. Keywords: MX, DNS
  8. Sender: gaissmai@xwini (Karl Gaissmaier)
  9. Organization: Universitaet Ulm
  10. Date: Fri, 8 Jan 1993 09:06:04 GMT
  11. Lines: 66
  12.  
  13. In article <1992Dec14.084352.29295@wega.rz.uni-ulm.de> gaissmai@xwini.rz.uni-ulm.de 
  14. (Karl Gaissmaier) writes:
  15.  
  16. >MikroVax-3100
  17. >ULTRIX V4.2 (Rev. 85)
  18. >Sendmail-5.57
  19. >
  20. >This machine (netway.rz.uni-ulm.de) is our domain name server and MX-Server 
  21. >for various other machines. netway is also our backup MailExchanger for 
  22. >mathematik.uni-ulm.de, see below:
  23.  
  24. >  mathematik.uni-ulm.de   preference = 0, mail exchanger = laborix.mathematik.uni-ulm.de
  25. >  mathematik.uni-ulm.de   preference = 5, mail exchanger = titania.mathematik.uni-ulm.de
  26. >  mathematik.uni-ulm.de   preference = 100, mail exchanger = netway.rz.uni-ulm.de
  27. >  mathematik.uni-ulm.de   preference = 200, mail exchanger = noc.belwue.de
  28.  
  29. >in the case, that both MX-Servers laborix.mathematik.uni-ulm.de and
  30. >titania.mathematik.uni-ulm.de are down at the same time, all mails
  31. >for mathematik.uni-ulm.de are sent to netway.rz.uni-ulm.de.
  32. >
  33. >The netway now doesn't queue the mails until the more precedenced
  34. >MX_Servers laborix or titania are online, netway tries to connect
  35. >with itself and in order to prevent loops, netway can only say:
  36. >    i refuse to talk to myself
  37. =========================================================================================
  38.  
  39. the solution is:
  40.  
  41. this sendmail version does not set the fully qualified domain name (FQDN) in the $w Makro, but
  42. the comparison with the MX-RR is made with the $w Makro and therefore netway can not 
  43. recognize itself because netway and netway.rz.uni-ulm.de are different.
  44.  
  45. make the following:
  46.  
  47. set the $w Makro to the FQDN explizit: Dwnetway.rz.uni-ulm.de
  48. set the $A Makro to the unqualified domain name: DAnetway
  49. replace all occurences of $w with $A in the .cf file
  50.  
  51. =========================================================================================
  52.  
  53. many thanks to all replies on the net. i was ill after my question and my news-grabber
  54. didn't save the headers, and therefore i can't say my thanks to the man who helped me
  55. with the right hint, but it was the following article number and text [no trailers :-(]:
  56.  
  57. >Article: 3925 of comp.mail.sendmail
  58.  
  59. >You need to make sure that $w is defined to be 'netway.rz.uni-ulm.de'
  60.  
  61. >If sendmail does not automatically define it this way try adding a
  62. >line
  63.  
  64. >    Dwnetway.rz.uni-ulm.de
  65.  
  66. >to your configuration.  You may then have to make some other changes
  67. >to avoid double domains.
  68.  
  69. >[Explanation:  sendmail check an MX record against $w.  If they are equal
  70. >it discards this MX record and any record of worse preference.  Thus if
  71. >the two main hosts are down it should now queue the mail rather than
  72. >send to itself].
  73.  
  74. many thanks explicit to this author :-(thanks)
  75.  
  76. btw is there an archiver of the group comp.mail.sendmail??
  77.  
  78. gaissmai@rz.uni-ulm.de
  79.