c51538102d
When we put these all in by default, then people testing things or people who aren't even us get the mail on their systems configured to email us. Change-Id: Ib9d4160e0c81151bf040422c89621bc0fcefcd66
20 lines
287 B
Plaintext
20 lines
287 B
Plaintext
# /etc/aliases
|
|
mailer-daemon: postmaster
|
|
postmaster: root
|
|
nobody: root
|
|
hostmaster: root
|
|
usenet: root
|
|
news: root
|
|
webmaster: root
|
|
www: root
|
|
ftp: root
|
|
abuse: root
|
|
noc: root
|
|
security: root
|
|
|
|
gerrit2: root
|
|
jenkins: root
|
|
<% if sysadmin.length > 0 -%>
|
|
root: <%= sysadmin.join(",") %>
|
|
<% end -%>
|