diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-19 17:16:14 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-19 17:16:14 +0000 |
| commit | 1dce83d7ed36bfb1399cd82de0c7870dda359e28 (patch) | |
| tree | 4b37943dfeb59deec284416081b8f7eb7677e649 /etc | |
| parent | 89327d27f7dace1f8e7d76d9fbfed839f3b05002 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/aliases | 12 | ||||
| -rw-r--r-- | etc/mail/aliases | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/etc/aliases b/etc/aliases index 05d55a513e06..4088a30e79aa 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 diff --git a/etc/mail/aliases b/etc/mail/aliases index 05d55a513e06..4088a30e79aa 100644 --- a/etc/mail/aliases +++ b/etc/mail/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 |
