aliases.5

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5 代码 · 共 76 行

5
76
字号
.\" SCCSID: @(#)aliases.5	8.1	9/11/90.TH aliases 5.SH Namealiases \- aliases file for sendmail.SH Description.NXR "aliases file" "format".NXAM "sendmail program" "aliases file"The aliases file is an ASCII file that describes user ID aliases that are used in.PN /usr/lib/sendmail .It is formatted as a series of lines in the followingform:.EXname: name_1, name2, name_3, . . ..EEThe.I nameis the name to alias, and the.I name_nare the aliases for that name.Each .PN aliasis separated from the next by a new line.  .PPContinuation lines begin with white space.Comment lines begin with a number sign (#)..PPYou can only assign aliases to local names.  Loops are not allowedbecause a message should be sent to a person only once..PPAfter an alias has been applied, local and valid recipients who have a.PN \&.forward file in their home directory can have messages forwarded to thelist of users defined in that file..PPThis is only the raw data file; the actual information pertainingto aliases is placed into binary format in the files.PN /etc/aliases.dirand.PN /etc/aliases.pagusing the program .MS newaliases 1 .The .PN newaliasescommand should be executed each time the aliasesfile changes.  This command allows the new changes to take effect..SH RestrictionsBecause of restrictions in.MS dbm 3x ,a single alias cannot contain more than approximately 1000 bytes of information.  You can specify longer aliasesby chaining; that is, use a dummy name for the last name inthe alias, which creates a continuation alias..PPThe .PN aliasesdatabase may be distributed in a network by a naming service, such as Yellow Pages or BIND/Hesiod.  See the.I Guide to Yellow Pagesor the chapter on Hesiod in the.I Guide to BINDfor setup information..SH Files.PN /etc/aliases.SH See Alsonewaliases(1), dbm(3x), sendmail(8).br"SENDMAIL Installation and Operation Guide",.I ULTRIX Supplementary Documents, Vol. III: System Manager.br.I Guide to the BIND/Hesiod Service.br.I Guide to the Yellow Pages Service 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?