diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:04:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-11 10:09:44 +0000 |
commit | 58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6 (patch) | |
tree | e10f9885fd26943e66637ca08cc7ade6541d25e4 /main/opensmtpd/aliases | |
parent | 537910b75b561aa1d4cf70e9b22dbf98925f602d (diff) | |
download | aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.bz2 aports-58f4fccbf94e2ec11cb3d7d41c58ab3ddca681c6.tar.xz |
main/opensmtpd: move from testing
Diffstat (limited to 'main/opensmtpd/aliases')
-rw-r--r-- | main/opensmtpd/aliases | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/main/opensmtpd/aliases b/main/opensmtpd/aliases new file mode 100644 index 0000000000..766dc3e2d8 --- /dev/null +++ b/main/opensmtpd/aliases @@ -0,0 +1,63 @@ +# Aliases in this file will NOT be expanded in the header from +# Mail, but WILL be visible over networks or from /usr/libexec/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
\ No newline at end of file |