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

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!news.belwue.de!news.uni-ulm.de!xwini!gaissmai
  3. From: gaissmai@xwini.rz.uni-ulm.de (Karl Gaissmaier)
  4. Subject: problems with ultrix sendmail: i refuse to talk to myself
  5. Message-ID: <1992Dec14.084352.29295@wega.rz.uni-ulm.de>
  6. Keywords: sendamil, ultrix, MX
  7. Sender: gaissmai@xwini (Karl Gaissmaier)
  8. Organization: Universitaet Ulm
  9. Date: Mon, 14 Dec 1992 08:43:52 GMT
  10. Lines: 147
  11.  
  12. In article <1992Dec8.151636.12830@htlulx.htl-bw.ch>, 
  13. kupfer@htlulx.htl-bw.ch (Kupferschmid Christian) writes:
  14.  
  15. |> I have a DECstation 5000/200 with ULTRIX 4.2 0 whitch is out domain name
  16. |> server and receipient of the mx mails. Now I have the problem that a
  17. |> mail sent to the domain or the machine specificaly will be returned to
  18. |> the sender with following message:
  19. |> 
  20. |>    ----- Transcript of session follows -----
  21. |> <<< RCPT To:<kupfer@htlulx.htl-bw.ch>
  22. |> <<< DATA
  23. |> >>> HELO htlulx.htl-bw.ch
  24. |> <<< 553 htlulx.htl-bw.ch I refuse to talk to myself
  25. |> 554 <kupfer@htlulx.htl-bw.ch>... Service unavailable: Bad file number
  26. |> 
  27. |> Where is the problem or what is the bug?
  28.  
  29.  
  30. i have a similar configuration and the same problem:
  31.  
  32. MikroVax-3100
  33. ULTRIX V4.2 (Rev. 85)
  34. Sendmail-5.57
  35.  
  36. This machine (netway.rz.uni-ulm.de) is our domain name server and MX-Server 
  37. for various other machines. netway is also our backup MailExchanger for 
  38. mathematik.uni-ulm.de, see below:
  39.  
  40.   xwini$ nslookup
  41.   Default Server:  netway.rz.uni-ulm.de
  42.   Address:  134.60.1.1
  43.  
  44.   > set type=MX
  45.   > mathematik.uni-ulm.de.
  46.   Server:  netway.rz.uni-ulm.de
  47.   Address:  134.60.1.1
  48.  
  49.   mathematik.uni-ulm.de   preference = 0, mail exchanger = laborix.mathematik.uni-ulm.de
  50.   mathematik.uni-ulm.de   preference = 5, mail exchanger = titania.mathematik.uni-ulm.de
  51.   mathematik.uni-ulm.de   preference = 100, mail exchanger = netway.rz.uni-ulm.de
  52.   mathematik.uni-ulm.de   preference = 200, mail exchanger = noc.belwue.de
  53.   mathematik.uni-ulm.de   preference = 210, mail exchanger = iraun1.ira.uka.de
  54.   laborix.mathematik.uni-ulm.de   inet address = 134.60.66.1
  55.   titania.mathematik.uni-ulm.de   inet address = 134.60.66.21
  56.   netway.rz.uni-ulm.de    inet address = 134.60.1.1
  57.   noc.belwue.de   inet address = 129.143.2.1
  58.   iraun1.ira.uka.de       inet address = 129.13.10.90
  59.   >
  60.  
  61. in the case, that both MX-Servers laborix.mathematik.uni-ulm.de and
  62. titania.mathematik.uni-ulm.de are down at the same time, all mails
  63. for mathematik.uni-ulm.de are sent to netway.rz.uni-ulm.de.
  64.  
  65. The netway now doesn't queue the mails until the more precedenced
  66. MX_Servers laborix or titania are online, netway tries to connect
  67. with itself and in order to prevent loops, netway can only say:
  68.     i refuse to talk to myself
  69.  
  70. this message is okay, but to try to connect with itself is forbidden
  71. in RFC-974:
  72.  
  73. ======================== citation of rfc-974============================
  74.  
  75. General Routing Guidelines
  76.  
  77.    Before delving into a detailed discussion of how mailers are expected
  78.    to do mail routing, it would seem to make sense to give a brief
  79.    overview of how this memo is approaching the problems that routing
  80.    poses.
  81.  
  82.    The first major principle is derived from the definition of the
  83.    preference field in MX records, and is intended to prevent mail
  84.    looping.  If the mailer is on a host which is listed as an MX for the
  85.    destination host, the mailer may only deliver to an MX which has a
  86.    lower preference count than its own host.
  87.  
  88. =========================================================================
  89.  
  90. but thats not my only problem with sendmail on ultrix.
  91. We have the following wildcard-MX-RR's:
  92.  
  93.   xwini$ nslookup
  94.   Default Server:  netway.rz.uni-ulm.de
  95.   Address:  134.60.1.1
  96.  
  97.   > set type=MX
  98.   > *.rz.uni-ulm.de.
  99.   Server:  netway.rz.uni-ulm.de
  100.   Address:  134.60.1.1
  101.  
  102.   *.rz.uni-ulm.de preference = 0, mail exchanger = netway.rz.uni-ulm.de
  103.   netway.rz.uni-ulm.de    inet address = 134.60.1.1
  104.   >
  105.  
  106. but when i mail to an unexisting host there is the same error,
  107. because the netway tries again to connect with itself:
  108.  
  109.     Return-Path: MAILER-DAEMON@netway.rz.uni-ulm.de
  110.     Received: by netway.rz.uni-ulm.de (5.57/UniUlm-1.0dm)
  111.         id AA23265; Fri, 11 Dec 92 09:50:15 +0100
  112.     Date: Fri, 11 Dec 92 09:50:15 +0100
  113.     From: MAILER-DAEMON@netway.rz.uni-ulm.de (Mail Delivery Subsystem)
  114.     Subject: Returned mail: Service unavailable
  115.     Message-Id: <9212110850.AA23265@netway.rz.uni-ulm.de>
  116.     To: postmaster@netway.rz.uni-ulm.de
  117.     To: <gaissmai@xwini.rz.uni-ulm.de>
  118.  
  119.        ----- Transcript of session follows -----
  120.     <<< RCPT To:<foo@bar.rz.uni-ulm.de>
  121.     <<< DATA
  122.     >>> HELO netway.rz.uni-ulm.de
  123.     <<< 553 netway.rz.uni-ulm.de I refuse to talk to myself
  124.     554 <foo@bar.rz.uni-ulm.de>... Service unavailable: Bad file number
  125.  
  126.        ----- Unsent message follows -----
  127.     Received: by netway.rz.uni-ulm.de (5.57/UniUlm-1.0dm)
  128.         id AA23263; Fri, 11 Dec 92 09:50:15 +0100
  129.     Received: by xwini.rz.uni-ulm.de (5.57/Ultrix3.0-C)
  130.         id AA11778; Fri, 11 Dec 92 09:49:59 +0100
  131.     Date: Fri, 11 Dec 92 09:49:59 +0100
  132.     From: gaissmai@xwini.rz.uni-ulm.de (Karl Gaissmaier)
  133.     Message-Id: <9212110849.AA11778@xwini.rz.uni-ulm.de>
  134.     Subject: MX-Test
  135.     Apparently-To: foo@bar.rz.uni-ulm.de
  136.  
  137. and the sender gets the error-message:
  138.  
  139.     <<< 553 netway.rz.uni-ulm.de I refuse to talk to myself
  140.     554 <foo@bar.rz.uni-ulm.de>... Service unavailable: Bad file number
  141.  
  142. and not "unknown host" and that is very painful.
  143.  
  144. a related problem exist with CNAME entries and $[foo.bar$] rewrite patterns
  145. but i believe i don't have to describe this behavior, because it's clear
  146. that "something" is wrong with DEC's sendmail.
  147.  
  148. Don't bother me with Ultrix-4.3, that's the same, i tried it on the fly.
  149.  
  150.  
  151. thanks for any suggestions or solutions ?
  152.  
  153. =========================================================================
  154. Karl Gaissmaier                      gaissmai@rz.uni-ulm.de
  155. Rechenzentrum Uni Ulm               
  156. Albert Einstein Allee 11             Telefon: (Germany) 0731/5022499
  157. W-7900 Ulm / Germany                 Telefax: (Germany) 0731/5022471
  158. =========================================================================
  159.