- #
- # $OpenBSD: aliases,v 1.8 2001/12/28 19:51:29 millert Exp $
- #
- # Aliases in this file will NOT be expanded in the header from
- # Mail, but WILL be visible over networks or from /bin/mail.
- #
- # >>>>>>>>>> The program "newaliases" must be run after
- # >> NOTE >> this file is updated for any changes to
- # >>>>>>>>>> show through to sendmail.
- #
-
- # Basic system aliases -- these MUST be present
- MAILER-DAEMON: postmaster
- postmaster: root
-
- # General redirections for pseudo accounts
- bin: root
- daemon: root
- named: root
- nobody: root
- operator: root
- uucp: root
- www: root
- ftp-bugs: root
- popa3d: root
- proxy: root
- smmsp: root
-
- # Well-known aliases -- these should be filled in!
- # root:
- # manager:
- # dumper:
-
- # uncomment this for msgs:
- # msgs: "|/usr/bin/msgs -s"
|