diff options
Diffstat (limited to 'testing/opensmtpd/aliases')
-rw-r--r-- | testing/opensmtpd/aliases | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/testing/opensmtpd/aliases b/testing/opensmtpd/aliases new file mode 100644 index 0000000000..766dc3e2d8 --- /dev/null +++ b/testing/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 |