home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume1 / uk-1.1 / part0 next >
Text File  |  1986-11-30  |  2KB  |  67 lines

  1. Subject: yet another sendmail configuration
  2. Date: 8 May 85 13:18:12 GMT
  3. Date-Received: 4 May 85 08:33:49 GMT
  4. Lines: 69
  5.  
  6. Well, with all this recent discussion on sendmail, I guess its time to 
  7. advertise my sendmail configuration "package" with which it is possible to 
  8. make a configuration file without writing one sendmail rewrite rule!
  9.  
  10. It has the following features:
  11.  
  12.     +    Input addresses can be in any of the following forms:
  13.  
  14.     822 style:    @domain1,@domain2:user@domain3
  15.     Percent style:    user%domain3%domain2@domain1
  16.     uucp style:    domain1!domain2!domain3!user
  17.  
  18.     Mixed addresses are handled giving '@' & '%' precedence over '!'.
  19.     (This is usually the best bet).
  20.  
  21.     +    Domain information can be included in a table format, e.g.
  22.  
  23.         hwcs        hwcs.uucp
  24.         cstvax        cstvax.ed.ac.uk
  25.  
  26.     This maps addresses such as jim@hwcs to jim@hwcs.uucp.
  27.  
  28.     There is a shell script which "compiles" this to sendmail rules
  29.     and classes.
  30.  
  31.     +    Routing information can be included in a table format, where the
  32.     format is dependant on the mailer, e.g. the uucp mailer table
  33.     has the following format:
  34.         domain            uucp route
  35.  
  36.     e.g.
  37.         hwcs.uucp        kcl-cs!hwcs!%s
  38.         cstvax.ed.ac.uk        ucl-cs!cstvax!%s
  39.  
  40.     The ethernet mailer has the format:
  41.         domain            host-to-forward-to
  42.     e.g.
  43.         bina.wisdom.bitnet    bina
  44.         deya.wisdom.bitnet    wisdom
  45.  
  46.     Top level domain relaying can also be specified, e.g.
  47.  
  48.         csnet        csnet-relay.arpa
  49.         dec        decwrl.arpa
  50.  
  51.     There is a shell script which "compiles" all this to sendmail rules
  52.     and classes.
  53.  
  54.         It supports the following mailers: uucp, ethernet, janet, bitnet
  55.  
  56.  
  57.     +    It allows several hosts to be "hidden" from the outside as one
  58.     site.
  59.  
  60.     +    An improved rmail interface to sendmail (e.g. sets the sender macro)
  61.     and an improved "damail" sendmail interface for the rscs bitnet software
  62.  
  63.     +    Finally, it copes with Janet, where addresses are in little-ending
  64.     form, and Received headers are replaced by Via headers.
  65.     There are janet/sendmail interface programs available.
  66.  
  67.