-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hosts/common: import /etc/mail/aliases
This also adds USERNAME to the list of variables substituted.
- Loading branch information
Showing
2 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# $NetBSD: aliases,v 1.22 2010/08/25 15:38:44 reed Exp $ | ||
# | ||
# from: @(#)aliases 8.2 (Berkeley) 3/5/94 | ||
# | ||
# Aliases in this file will NOT be expanded in the header from | ||
# Mail, but WILL be visible over networks or from /usr/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. | ||
toor: root | ||
daemon: root | ||
bin: root | ||
games: root | ||
postfix: postmaster | ||
named: root | ||
ntpd: root | ||
sshd: root | ||
nobody: root | ||
|
||
# Well-known aliases -- these should be filled in! | ||
root: @@USERNAME@@ | ||
operator: root | ||
|
||
# Standard aliases defined by rfc2142 | ||
# address to report network abuse (like spam) | ||
abuse: postmaster | ||
# reports of network infrastructure difficulties | ||
noc: root | ||
# address to report security problems | ||
security: root | ||
# DNS administrator (DNS SOA records should use this) | ||
hostmaster: root | ||
# Usenet news service administrator | ||
usenet: root | ||
news: usenet | ||
# http/web service administrator | ||
webmaster: root | ||
www: webmaster | ||
# UUCP service administrator | ||
uucp: root | ||
# FTP administrator (especially anonymous FTP) | ||
ftp: root | ||
|
||
# don't enable this. | ||
# decode: /dev/null | ||
|
||
# uncomment this for msgs(1): | ||
# msgs: "|/usr/bin/msgs -s" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters