source: trunk/third/sendmail/src/aliases.0 @ 12554

Revision 12554, 2.1 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12553, which included commits to RCS files with non-trunk default branches.
Line 
1ALIASES(5)                  BSD Programmer's Manual                 ALIASES(5)
2
3NNAAMMEE
4     aalliiaasseess - aliases file for sendmail
5
6SSYYNNOOPPSSIISS
7     aalliiaasseess
8
9DDEESSCCRRIIPPTTIIOONN
10     This file describes user ID aliases used by _/_u_s_r_/_s_b_i_n_/_s_e_n_d_m_a_i_l. The file
11     resides in _/_e_t_c and is formatted as a series of lines of the form
12
13           name: name_1, name2, name_3, . . .
14
15     The _n_a_m_e is the name to alias, and the _n_a_m_e___n are the aliases for that
16     name.  Lines beginning with white space are continuation lines.  Lines
17     beginning with `#' are comments.
18
19     Aliasing occurs only on local names.  Loops can not occur, since no mes-
20     sage will be sent to any person more than once.
21
22     After aliasing has been done, local and valid recipients who have a
23     ``_._f_o_r_w_a_r_d'' file in their home directory have messages forwarded to the
24     list of users defined in that file.
25
26     This is only the raw data file; the actual aliasing information is placed
27     into a binary format in the file _/_e_t_c_/_a_l_i_a_s_e_s_._d_b using the program
28     newaliases(1).  A newaliases command should be executed each time the
29     aliases file is changed for the change to take effect.
30
31SSEEEE AALLSSOO
32     newaliases(1),  dbopen(3),  dbm(3),  sendmail(8)
33
34     _S_E_N_D_M_A_I_L _I_n_s_t_a_l_l_a_t_i_o_n _a_n_d _O_p_e_r_a_t_i_o_n _G_u_i_d_e.
35
36     _S_E_N_D_M_A_I_L _A_n _I_n_t_e_r_n_e_t_w_o_r_k _M_a_i_l _R_o_u_t_e_r.
37
38BBUUGGSS
39     If you have compiled sendmail with DBM support instead of NEWDB, you may
40     have encountered problems in dbm(3) restricting a single alias to about
41     1000 bytes of information.  You can get longer aliases by ``chaining'';
42     that is, make the last name in the alias be a dummy name which is a con-
43     tinuation alias.
44
45HHIISSTTOORRYY
46     The aalliiaasseess file format appeared in 4.0BSD.
47
484th Berkeley Distribution        May 19, 1998                                1
Note: See TracBrowser for help on using the repository browser.