File aliases of Package netcfg
92
1
# This is the aliases file - it says who gets mail for whom.
2
#
3
# >>>>>>>>>> The program "newaliases" will need to be run
4
# >> NOTE >> after this file is updated for any changes
5
# >>>>>>>>>> to show through to sendmail.
6
#
7
8
# It is probably best to not work as user root and redirect all
9
# email to "root" to the address of a HUMAN who deals with this
10
# system's problems. Then you don't have to check for important
11
# email too often on the root account.
12
# The "\root" will make sure that email is also delivered to the
13
# root-account, but also forwared to the user "joe".
14
#root: joe, \root
15
16
# Basic system aliases that MUST be present.
17
postmaster: root
18
mailer-daemon: postmaster
19
20
# amavis
21
virusalert: root
22
23
# General redirections for pseudo accounts in /etc/passwd.
24
administrator: root
25
daemon: root
26
lp: root
27
news: root
28
uucp: root
29
games: root
30
man: root
31
at: root
32
postgres: root
33
mdom: root
34
amanda: root
35
ftp: root
36
wwwrun: root
37
squid: root
38
msql: root
39
gnats: root
40
nobody: root
41
# "bin" used to be in /etc/passwd
42
bin: root
43
44
# Further well-known aliases for dns/news/ftp/mail/fax/web/gnats.
45
newsadm: news
46
newsadmin: news
47
usenet: news
48
ftpadm: ftp
49
ftpadmin: ftp
50
ftp-adm: ftp
51
ftp-admin: ftp
52
hostmaster: root
53
mail: postmaster
54
postman: postmaster
55
post_office: postmaster
56
# "abuse" is often used to fight against spam email
57
abuse: postmaster
58
spam: postmaster
59
faxadm: root
60
faxmaster: root
61
webmaster: root
62
gnats-admin: root
63
mailman: root
64
mailman-owner: mailman
65
66
# mlmmj needs only one alias to function; this is with a mailinglist in
67
# /var/spool/mlmmj/myownlist (remember full path):
68
# myownlist: "| /usr/bin/mlmmj-recieve -L /var/spool/mlmmj/myownlist"
69
70
# Majordomo can be used to have mailinglists on your site.
71
#majordomo: "|/usr/lib/majordomo/wrapper majordomo"
72
#owner-majordomo: root,
73
#majordomo-owner: root,
74
75
# sample entry for a majordomo mailing-list called "test"
76
# read /usr/doc/packages/majordomo/README.linux for more information
77
# replace "test" with a new name and put the administrator into
78
# the "owner-test" alias instead of "root".
79
#
80
#test: "|/usr/lib/majordomo/wrapper resend -l test test-outgoing"
81
#test-outgoing: :include:/var/lib/majordomo/lists/test
82
#test-request: "|/usr/lib/majordomo/wrapper majordomo -l test"
83
#test-approval: owner-test,
84
#owner-test-outgoing: owner-test,
85
#owner-test-request: owner-test,
86
#owner-test: root,
87
#
88
# if you have bulk_mailer installed, you can replace the above
89
# "test-outgoing" line with the following:
90
#test-outgoing: "|/usr/bin/bulk_mailer owner-test@host.com /var/lib/majordomo/lists/test"
91
#
92