home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / sendmail / 3249 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.5 KB  |  44 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!news.mentorg.com!sdl!plts!s4mjs!westmark!hico2!sonyd1.broadcast.sony.com!blilly.uucp!bruce
  3. From: bruce@blilly.uucp (Bruce Lilly)
  4. Subject: Re: :include: facility in aliases file
  5. References: <C14GsI.BMs@bunyip.cc.uq.oz.au>
  6. Organization: Bruce Lilly
  7. Date: Thu, 21 Jan 93 23:29:54 GMT
  8. Message-ID: <1993Jan21.232954.20384@blilly.uucp>
  9. Reply-To: lilb@sony.compuserve.com (Bruce Lilly)
  10. Lines: 32
  11.  
  12. In article <C14GsI.BMs@bunyip.cc.uq.oz.au>,
  13.  posted to comp.mail.sendmail,
  14.  sammut@durian.citr.uq.oz.au (David Sammut) wrote:
  15. >
  16. >Has anyone successfully used this feature?
  17. >
  18. >(I am running sendmail 5.65c with IDA extensions on a DECstation 5000/240
  19. >running ULTRIX 4.2A)
  20.  
  21. Yes. Sometime between 5.61 and 5.65c it stopped working with (essentially)
  22. the same configuation file. It can be made to work with 5.65c, but you have
  23. to make sure of the following in your configuration file:
  24.  
  25. a)    ruleset 3 should pass :include: lines unchanged. Something like
  26.  
  27.     R:include:$+    $@:include:$1    # return :include: specifications
  28.  
  29.     near the beginning of ruleset 3 should do the trick. Depending on
  30.     your ruleset 3, it might not be necessary.
  31.  
  32. b)    ruleset 0 must resolve to the local mailer, preferably without doing
  33.     material damage to the include specification. Again, a single line
  34.     like
  35.  
  36.     R:include:$+    $#local$@$::include:$1    # resolve :include: specifications to local mailer
  37.  
  38.     near the start of ruleset 0 should work.
  39.  
  40. Processing a test message with the -v and -d flags may be informative.
  41.  
  42. -- 
  43.     Bruce Lilly        ...uupsi!monymsys!sonyd1!blilly!bruce
  44.