home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6075 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.5 KB

  1. Xref: sparky comp.unix.admin:6075 comp.mail.sendmail:2700
  2. Newsgroups: comp.unix.admin,comp.mail.sendmail
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!wupost!usc!sol.ctr.columbia.edu!ira.uka.de!ira.uka.de!gmd.de!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!fub!obh.in-berlin.de!aeon!thomas
  4. From: thomas@aeon.in-berlin.de (Thomas Wolfram)
  5. Subject: Re: user@host addressing over uucp, HELP!
  6. Message-ID: <Bx9pAA.zM@aeon.in-berlin.de>
  7. Organization: Cities in Dust
  8. References: <1992Oct24.063616.7090@exucom.com> <TODD.92Nov2132741@todd.kastle.com>
  9. Date: Thu, 5 Nov 1992 23:58:58 GMT
  10. Lines: 58
  11.  
  12. In <TODD.92Nov2132741@todd.kastle.com> todd@kastle.com (Todd A. Scalzott) writes:
  13. >I am assuming that this is a UUCP connection, which is what it sounds like.
  14. >By default, the UUCP mailer will re-form all DNS (@-based) addresses to
  15. >UUCP-style addresses when it gets to your machine.  You can attack this at
  16. >either your machine, or the other one.  What I did was added an additional
  17. >mail and two rulesets for a smart UUCP host that can handle DNS addresses.
  18.  
  19. >I did this by adding the following mailer spec:
  20.  
  21. >Msmartuucp,    P=/usr/bin/uux, F=CmsDFMhuU, S=15, R=25, M=100000,
  22. >    A=uux - -r -gC $A!rmail ($u)
  23.  
  24. >And then followed with rulesets 15 and 25, which call the S= and R= rulesets
  25. >of my tcp mailer.  In my case, those are rules 14 and 24, respectively:
  26.  
  27. >S15
  28. >R$+        $@$>14$1        same as tcp mailer
  29.  
  30. >S25
  31. >R$+        $@$>24$1        same as tcp mailer
  32.  
  33. >One other possible hitch:  on my system, uux would complain that the resulting
  34. >DNS address was not uucp-style.  So, my ruleset 15 is really as below.  What I
  35. >do is append the UUCP hostname (in $A with DA____).  This is okay, because the
  36. >UUCP host will strip it's host name off the front, leaving the valid DNS spec.
  37.  
  38. >S15
  39. >R$+        $:$>14$1        start with same as tcp mailer
  40. >R$+        $:$A!$1            prefix with "host!"
  41.  
  42. This was the same for me, but some time ago I read a hint and my smart uucp
  43. mailer defintion is following:
  44.  
  45. Msmartuucp,     P=/usr/bin/uux, F=DFMhu, S=28, R=29, M=100000,
  46.                 A=uux - -r -gC $h!rmail ($u)
  47.  
  48. I don't know the meanings of all these 'F'lags, but I'm quite sure that
  49. the absence of the flag 'U' is the reason why my smart mailer doesn't
  50. complain about DNS addresses. 
  51.  
  52. regards,
  53. Thomas
  54.  
  55. PS:
  56. Rules S28 S29:
  57.  
  58. S28
  59. R$-             $@$1<@$j>
  60.  
  61. S29
  62. # empty
  63.  
  64.  
  65. -- 
  66.   Thomas Wolfram, European Advanced Networking Test Center
  67.   (Process Computing Center, Technical University of Berlin)
  68.   Strasse des 17.Juni 135, 1000 Berlin 12, Germany
  69.   +49 030 31421294, wolf@prz.tu-berlin.de, thomas@aeon.in-berlin.de
  70.