home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / src / aliases.0 < prev    next >
Encoding:
Text File  |  1990-06-05  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ALIASES(5)        UNIX Programmer's Manual           ALIASES(5)
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      aliases - aliases file for sendmail
  10.  
  11. SSYYNNOOPPSSIISS
  12.      //uussrr//lliibb//aalliiaasseess
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      This file describes user id aliases used by
  16.      /_u_s_r/_l_i_b/_s_e_n_d_m_a_i_l. It is formatted as a series of lines of
  17.      the form
  18.       name: name_1, name2, name_3, . . .
  19.      The _n_a_m_e is the name to alias, and the _n_a_m_e__n are the
  20.      aliases for that name.  Lines beginning with white space are
  21.      continuation lines.  Lines beginning with `#' are comments.
  22.  
  23.      Aliasing occurs only on local names.  Loops can not occur,
  24.      since no message will be sent to any person more than once.
  25.  
  26.      After aliasing has been done, local and valid recipients who
  27.      have a ``.forward'' file in their home directory have mes-
  28.      sages forwarded to the list of users defined in that file.
  29.  
  30.      This is only the raw data file; the actual aliasing informa-
  31.      tion is placed into a binary format in the files
  32.      /_u_s_r/_l_i_b/_a_l_i_a_s_e_s._d_i_r and /_u_s_r/_l_i_b/_a_l_i_a_s_e_s._p_a_g using the pro-
  33.      gram _n_e_w_a_l_i_a_s_e_s(1).  A _n_e_w_a_l_i_a_s_e_s command should be executed
  34.      each time the aliases file is changed for the change to take
  35.      effect.
  36.  
  37. SSEEEE  AALLSSOO
  38.      newaliases(1), dbm(3X), sendmail(8)
  39.      SENDMAIL Installation and Operation Guide.
  40.      SENDMAIL An Internetwork Mail Router.
  41.  
  42. BBUUGGSS
  43.      Because of restrictions in _d_b_m(3X) a single alias cannot
  44.      contain more than about 1000 bytes of information.  You can
  45.      get longer aliases by ``chaining''; that is, make the last
  46.      name in the alias be a dummy name which is a continuation
  47.      alias.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 6/5/90        October 25, 1988            1
  64.  
  65.  
  66.  
  67.