Initial commit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# /etc/mail/aliases
|
||||
#
|
||||
# NOTE: Make sure you run 'newaliases' after modifying this file
|
||||
#
|
||||
|
||||
# Basic system aliases -- these MUST be present.
|
||||
MAILER-DAEMON: postmaster
|
||||
postmaster: root
|
||||
hostmaster: root
|
||||
webmaster: hostmaster
|
||||
ftpmaster: hostmaster
|
||||
admin: hostmaster
|
||||
administrator: hostmaster
|
||||
|
||||
# General redirections for pseudo accounts.
|
||||
bin: root
|
||||
daemon: root
|
||||
games: root
|
||||
ingres: root
|
||||
nobody: root
|
||||
system: root
|
||||
toor: root
|
||||
uucp: root
|
||||
|
||||
# Well-known aliases.
|
||||
manager: root
|
||||
dumper: root
|
||||
operator: root
|
||||
abuse: root
|
||||
|
||||
# trap decode to catch security attacks
|
||||
decode: root
|
||||
|
||||
# Person who should get root's mail
|
||||
#root:
|
||||
@@ -0,0 +1,6 @@
|
||||
name: exim
|
||||
description: Exim mailer daemon
|
||||
type: background
|
||||
start_cmd: /usr/sbin/exim -bdf -q30m
|
||||
exit_method: kill
|
||||
restart: false
|
||||
@@ -0,0 +1 @@
|
||||
u exim 79 "Exim MTA" /var/spool/exim
|
||||
Reference in New Issue
Block a user