diff options
author | wosch <wosch@FreeBSD.org> | 1997-08-19 17:16:14 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-08-19 17:16:14 +0000 |
commit | f52b01f46739c1ff6b61ccfe02a7fbd874f14bed (patch) | |
tree | 5fae51030c132a71cecd036a8377791451a2beaf /etc/aliases | |
parent | 2cd1f98ac0a2c68a63018884c4569371a9e0b131 (diff) | |
download | FreeBSD-src-f52b01f46739c1ff6b61ccfe02a7fbd874f14bed.zip FreeBSD-src-f52b01f46739c1ff6b61ccfe02a7fbd874f14bed.tar.gz |
Undo last commit.
Uncomment abuse, security, and ftp aliases.
Add aliases ftp-bugs -> ftp. ftp-bugs is the default email address
which print our ftp daemon if a user type the command 'rhelp'.
Reviewed by: joerg
Diffstat (limited to 'etc/aliases')
-rw-r--r-- | etc/aliases | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/etc/aliases b/etc/aliases index 05d55a5..4088a30 100644 --- a/etc/aliases +++ b/etc/aliases @@ -17,11 +17,6 @@ MAILER-DAEMON: postmaster postmaster: root -# Common convention aliases -abuse: root -webmaster: root -hostmaster: root - # General redirections for pseudo accounts bin: root daemon: root @@ -48,12 +43,13 @@ xten: root # support: # NETWORK OPERATIONS MAILBOX NAMES -# abuse: root +abuse: root # noc: root -# security: root +security: root # SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES -# ftp: root +ftp: root +ftp-bugs: ftp # hostmaster: root # webmaster: root # www: webmaster |