diff options
author | wosch <wosch@FreeBSD.org> | 1997-06-29 23:09:07 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-06-29 23:09:07 +0000 |
commit | 44f9e8d74163e10d755d7bf4d2a42e20d2d3ca4b (patch) | |
tree | 21109136f7fd061e304f50e62ad88e8ccbce167e /etc | |
parent | 5dc3d40d7d1ef33b8fbf70964befab1e9e41f14d (diff) | |
download | FreeBSD-src-44f9e8d74163e10d755d7bf4d2a42e20d2d3ca4b.zip FreeBSD-src-44f9e8d74163e10d755d7bf4d2a42e20d2d3ca4b.tar.gz |
Delete old comment about /bin/mail. We don't have a /bin/mail.
Sync with /etc/master.passwd and RFC 2142. In detail:
added:
man, news, operator, usenet (->news), xten
deleted:
ingres
added as comment:
info, marketing, sales, support, abuse, noc, security,
ftp, hostmaster, webmaster, www, bit-bucket, dev-null
Diffstat (limited to 'etc')
-rw-r--r-- | etc/aliases | 35 | ||||
-rw-r--r-- | etc/mail/aliases | 35 |
2 files changed, 60 insertions, 10 deletions
diff --git a/etc/aliases b/etc/aliases index 6f7172b..18912d7 100644 --- a/etc/aliases +++ b/etc/aliases @@ -1,13 +1,17 @@ -# +# $Id$ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from -# Mail, but WILL be visible over networks or from /bin/mail. +# Mail, but WILL be visible over networks. # # >>>>>>>>>> The program "newaliases" must be run after # >> NOTE >> this file is updated for any changes to # >>>>>>>>>> show through to sendmail. # +# +# See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES +# AND FUNCTIONS', May 1997 + # Basic system aliases -- these MUST be present MAILER-DAEMON: postmaster @@ -17,17 +21,38 @@ postmaster: root bin: root daemon: root games: root -ingres: root +man: root +news: root nobody: root +operator: root system: root toor: root +usenet: news uucp: root +xten: root # Well-known aliases -- these should be filled in! # root: # manager: # dumper: -# operator: -# msgs: "| /usr/bin/msgs -s" +# BUSINESS-RELATED MAILBOX NAMES +# info: +# marketing: +# sales: +# support: +# NETWORK OPERATIONS MAILBOX NAMES +# abuse: root +# noc: root +# security: root + +# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES +# ftp: root +# hostmaster: root +# webmaster: root +# www: webmaster + +# msgs: "| /usr/bin/msgs -s" +# bit-bucket: /dev/null +# dev-null: bit-bucket diff --git a/etc/mail/aliases b/etc/mail/aliases index 6f7172b..18912d7 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,13 +1,17 @@ -# +# $Id$ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from -# Mail, but WILL be visible over networks or from /bin/mail. +# Mail, but WILL be visible over networks. # # >>>>>>>>>> The program "newaliases" must be run after # >> NOTE >> this file is updated for any changes to # >>>>>>>>>> show through to sendmail. # +# +# See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES +# AND FUNCTIONS', May 1997 + # Basic system aliases -- these MUST be present MAILER-DAEMON: postmaster @@ -17,17 +21,38 @@ postmaster: root bin: root daemon: root games: root -ingres: root +man: root +news: root nobody: root +operator: root system: root toor: root +usenet: news uucp: root +xten: root # Well-known aliases -- these should be filled in! # root: # manager: # dumper: -# operator: -# msgs: "| /usr/bin/msgs -s" +# BUSINESS-RELATED MAILBOX NAMES +# info: +# marketing: +# sales: +# support: +# NETWORK OPERATIONS MAILBOX NAMES +# abuse: root +# noc: root +# security: root + +# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES +# ftp: root +# hostmaster: root +# webmaster: root +# www: webmaster + +# msgs: "| /usr/bin/msgs -s" +# bit-bucket: /dev/null +# dev-null: bit-bucket |