diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-25 17:07:48 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-25 17:07:48 +0000 |
commit | 4236d404a1c5aa0c4921341a03961002ab44ac05 (patch) | |
tree | 5abd799f919670dff26918daa8474f142c8c3b56 /etc | |
parent | e6ad39795b6d3b1a3e370a129b1af72fa18fe62d (diff) |
add a few RFC 2142 suggested aliases, OK deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/aliases | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/aliases b/etc/aliases index c822666d47a..74d77ad3544 100644 --- a/etc/aliases +++ b/etc/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.10 2002/07/15 23:47:57 deraadt Exp $ +# $OpenBSD: aliases,v 1.11 2002/07/25 17:07:47 marc Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /bin/mail. @@ -37,5 +37,17 @@ _fingerd: root # manager: # dumper: +# RFC 2142: NETWORK OPERATIONS MAILBOX NAMES +abuse: root +# noc: root +security: root + +# RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES +# hostmaster: root +# usenet: root +# news: usenet +# webmaster: root +# ftp: root + # uncomment this for msgs: # msgs: "|/usr/bin/msgs -s" |