aliases revision 1.10
1# $NetBSD: aliases,v 1.10 1998/01/22 16:23:32 perry Exp $ 2# 3# from: @(#)aliases 8.2 (Berkeley) 3/5/94 4# 5# Aliases in this file will NOT be expanded in the header from 6# Mail, but WILL be visible over networks or from /bin/mail. 7# 8# >>>>>>>>>> The program "newaliases" must be run after 9# >> NOTE >> this file is updated for any changes to 10# >>>>>>>>>> show through to sendmail. 11# 12 13# Basic system aliases -- these MUST be present. 14MAILER-DAEMON: postmaster 15postmaster: root 16 17# General redirections for pseudo accounts. 18bin: root 19daemon: root 20falken: root 21games: root 22ingres: root 23nobody: root 24toor: root 25 26# Well-known aliases -- these should be filled in! 27# root: 28# operator: 29 30# Standard aliases defined by rfc2142 31abuse: postmaster # address to report network abuse (like spam) 32noc: root # reports of network infrastructure difficulties 33security: root # address to report security problems 34hostmaster: root # DNS maintainer (DNS SOA records should use this) 35usenet: root # Usenet news service maintainer 36news: usenet # defined as an alias for "usenet" 37webmaster: root # http/web service maintainer 38www: webmaster # defined as an alias for "webmaster" 39uucp: root # uucp service maintainer 40ftp: root # ftp maintainer (especially anonymous ftp) 41 42# don't enable this. 43# decode: /dev/null 44 45# uncomment this for msgs: 46# msgs: "|/usr/bin/msgs -s" 47