mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
63 lines
No EOL
1.3 KiB
Text
63 lines
No EOL
1.3 KiB
Text
# Aliases in this file will NOT be expanded in the header from
|
|
# Mail, but WILL be visible over networks or from /usr/lib/opensmtpd/mail.local.
|
|
#
|
|
# >>>>>>>>>> The program "newaliases" must be run after
|
|
# >> NOTE >> this file is updated for any changes to
|
|
# >>>>>>>>>> show through to smtpd.
|
|
#
|
|
|
|
# Well-known aliases -- this should be filled in!
|
|
# root: your-every-day-user
|
|
|
|
# Basic system aliases -- these MUST be present
|
|
MAILER-DAEMON: postmaster
|
|
postmaster: root
|
|
operator: root
|
|
|
|
# General redirections for important pseudo accounts
|
|
daemon: root
|
|
uucp: root
|
|
|
|
# Redirections for pseudo accounts that should not receive mail
|
|
bin: /dev/null
|
|
adm: /dev/null
|
|
lp: /dev/null
|
|
sync: /dev/null
|
|
shutdown: /dev/null
|
|
halt: /dev/null
|
|
mail: /dev/null
|
|
news: /dev/null
|
|
man: /dev/null
|
|
cron: /dev/null
|
|
ftp: /dev/null
|
|
sshd: /dev/null
|
|
at: /dev/null
|
|
squid: /dev/null
|
|
gdm: /dev/null
|
|
xfs: /dev/null
|
|
games: /dev/null
|
|
named: /dev/null
|
|
mysql: /dev/null
|
|
postgres: /dev/null
|
|
apache: /dev/null
|
|
nut: /dev/null
|
|
cyrus: /dev/null
|
|
vpopmail: /dev/null
|
|
ntp: /dev/null
|
|
postfix: /dev/null
|
|
smmsp: /dev/null
|
|
distcc: /dev/null
|
|
guest: /dev/null
|
|
nobody: /dev/null
|
|
|
|
# RFC 2142: NETWORK OPERATIONS MAILBOX NAMES
|
|
abuse: root
|
|
# noc: root
|
|
security: root
|
|
|
|
# RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
|
|
# hostmaster: root
|
|
# usenet: root
|
|
# news: usenet
|
|
# webmaster: root
|
|
# ftp: root |