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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!mastodon.CS.Berkeley.EDU!eric
  2. From: eric@CS.Berkeley.EDU (Eric Allman)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: Re: .forward on multiple systems
  5. Date: 13 Jan 1993 00:40:43 GMT
  6. Organization: UC Berkeley Mammoth Project
  7. Lines: 22
  8. Sender: eric@mastodon.CS.Berkeley.EDU (Eric Allman)
  9. Distribution: world
  10. Message-ID: <1ivoeb$eem@agate.berkeley.edu>
  11. References: <1993Jan12.214702.20374@alw.nih.gov>
  12. Reply-To: eric@CS.Berkeley.EDU
  13. NNTP-Posting-Host: mastodon.cs.berkeley.edu
  14.  
  15. In article <1993Jan12.214702.20374@alw.nih.gov>, weisen@alw.nih.gov (Neil Weisenfeld) writes:
  16. |> I have what is probably a common problem.  I want to have a .forward
  17. |> such as the following:
  18. |> 
  19. |> "|/xxx/yyy/zzz/bin/program"
  20. |> 
  21. |> so that "program" will work like ``deliver'' to deliver my mail.  Now, the 
  22. |> problem is that my home directory is mounted by a hundred or so machines
  23. |> of different architectures.
  24.    (further detail deleted)
  25.  
  26. This may not be optimal for you -- but the new Berkeley version can
  27. define a ".forward path".  For example:
  28.  
  29.     OJ$z/.forward.$j:$z/.forward
  30.  
  31. would first look for .forward.hostname, and if that was not found would
  32. try .forward.  You would then put the invocation of the program in
  33. .forward.daedalus.dcrt.nih.gov and "weisen@daedalus.dcrt.nih.gov" in
  34. .forward.
  35.  
  36. eric
  37.