Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. OpenBSDSystem$ cat /etc/mail/aliases
  2. #
  3. # $OpenBSD: aliases,v 1.67 2019/01/26 10:58:05 florian Exp $
  4. #
  5. # Aliases in this file will NOT be expanded in the header from
  6. # Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
  7. #
  8. # >>>>>>>>>> The program "newaliases" must be run after
  9. # >> NOTE >> this file is updated for any changes to
  10. # >>>>>>>>>> show through to smtpd.
  11. #
  12.  
  13. # Basic system aliases -- these MUST be present
  14. MAILER-DAEMON: postmaster
  15. postmaster: root
  16.  
  17. # General redirections for important pseudo accounts
  18. daemon: root
  19. ftp-bugs: root
  20. operator: root
  21. www: root
  22.  
  23. # Redirections for pseudo accounts that should not receive mail
  24. _bgpd: /dev/null
  25. _dhcp: /dev/null
  26. _dpb: /dev/null
  27. _dvmrpd: /dev/null
  28. _eigrpd: /dev/null
  29. _file: /dev/null
  30. _fingerd: /dev/null
  31. _ftp: /dev/null
  32. _hostapd: /dev/null
  33. _identd: /dev/null
  34. _iked: /dev/null
  35. _isakmpd: /dev/null
  36. _iscsid: /dev/null
  37. _ldapd: /dev/null
  38. _ldpd: /dev/null
  39. _mopd: /dev/null
  40. _nsd: /dev/null
  41. _ntp: /dev/null
  42. _ospfd: /dev/null
  43. _ospf6d: /dev/null
  44. _pbuild: /dev/null
  45. _pfetch: /dev/null
  46. _pflogd: /dev/null
  47. _ping: /dev/null
  48. _pkgfetch: /dev/null
  49. _pkguntar: /dev/null
  50. _portmap: /dev/null
  51. _ppp: /dev/null
  52. _rad: /dev/null
  53. _radiusd: /dev/null
  54. _rbootd: /dev/null
  55. _relayd: /dev/null
  56. _rebound: /dev/null
  57. _ripd: /dev/null
  58. _rstatd: /dev/null
  59. _rusersd: /dev/null
  60. _rwalld: /dev/null
  61. _smtpd: /dev/null
  62. _smtpq: /dev/null
  63. _sndio: /dev/null
  64. _snmpd: /dev/null
  65. _spamd: /dev/null
  66. _switchd: /dev/null
  67. _syslogd: /dev/null
  68. _tcpdump: /dev/null
  69. _traceroute: /dev/null
  70. _tftpd: /dev/null
  71. _unbound: /dev/null
  72. _unwind: /dev/null
  73. _vmd: /dev/null
  74. _x11: /dev/null
  75. _ypldap: /dev/null
  76. bin: /dev/null
  77. build: /dev/null
  78. nobody: /dev/null
  79. _tftp_proxy: /dev/null
  80. _ftp_proxy: /dev/null
  81. _sndiop: /dev/null
  82. _syspatch: /dev/null
  83. _slaacd: /dev/null
  84. sshd: /dev/null
  85.  
  86. # Well-known aliases -- these should be filled in!
  87. root: host
  88. # manager:
  89. # dumper:
  90.  
  91. # RFC 2142: NETWORK OPERATIONS MAILBOX NAMES
  92. abuse: root
  93. # noc: root
  94. security: root
  95.  
  96. # RFC 2142: SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
  97. # hostmaster: root
  98. # usenet: root
  99. # news: usenet
  100. # webmaster: root
  101. # ftp: root
  102. OpenBSDSystem$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement