aliases
来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 39 行
TXT
39 行
### Aliases can have any mix of upper and lower case on the left-hand side,# but the right-hand side should be proper case (usually lower)## >>>>>>>>>> The program "newaliases" will need to be run after# >> NOTE >> this file is updated for any changes to# >>>>>>>>>> show through to sendmail.## @(#)aliases 1.1 92/07/30 SMI### Following alias is required by the mail protocol, RFC 822# Set it to the address of a HUMAN who deals with this system's mail problems.Postmaster: root# Alias for mailer daemon; returned messages from our MAILER-DAEMON# should be routed to our local Postmaster.MAILER-DAEMON: postmaster# Aliases to handle mail to programs or files, eg news or vacation# decode: "|/usr/bin/uudecode"nobody: /dev/null# Sample aliases:# Alias for distribution list, members specified here:#staff:wnj,mosher,sam,ecc,mckusick,sklower,olson,rwh@ernie# Alias for distribution list, members specified elsewhere:#keyboards: :include:/usr/jfarrell/keyboards.list# Alias for a person, so they can receive mail by several names:#epa:eric######################## Local aliases below ########################
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?