about summary refs log tree commit diff stats
path: root/linux/conf/exim/aliases
diff options
context:
space:
mode:
authorpunk <punk@libernaut>2021-04-21 15:26:19 +0100
committerpunk <punk@libernaut>2021-04-21 15:26:19 +0100
commiteac48b5a8d709135a95abcc2243b369095f074f4 (patch)
treea2e34d995cef5ac8068ec7047e93b1125c80d175 /linux/conf/exim/aliases
parent3bd43803fc8cb7a39a87394cb7c491ddc151e06b (diff)
parent452477a2635d85ecf772a5242ce97d9479503bb3 (diff)
downloaddoc-eac48b5a8d709135a95abcc2243b369095f074f4.tar.gz
release 0.7.0
Diffstat (limited to 'linux/conf/exim/aliases')
-rw-r--r--linux/conf/exim/aliases37
1 files changed, 37 insertions, 0 deletions
diff --git a/linux/conf/exim/aliases b/linux/conf/exim/aliases
new file mode 100644
index 0000000..2849996
--- /dev/null
+++ b/linux/conf/exim/aliases
@@ -0,0 +1,37 @@
+# Default aliases file, installed by Exim. This file contains no real aliases.
+# You should edit it to taste.
+
+# The following alias is required by the mail RFCs 2821 and 2822.
+# Set it to the address of a HUMAN who deals with this system's mail problems.
+
+postmaster: machine-admin
+
+# It is also common to set the following alias so that if anybody replies to a
+# bounce message from this host, the reply goes to the postmaster.
+
+mailer-daemon: postmaster
+
+# You should also set up an alias for messages to root, because it is not
+# usually a good idea to deliver mail as root.
+
+root: postmaster
+
+# It is a good idea to redirect any messages sent to system accounts so tha
+# they don't just get ignored. Here are some common examples:
+
+bin: root
+daemon: root
+ftp: root
+nobody: root
+operator: root
+uucp: root
+
+# You should check your /etc/passwd for any others.
+
+# Other commonly enountered aliases are:
+#
+# abuse:       the person dealing with network and mail abuse
+# hostmaster:  the person dealing with DNS problems
+# webmaster:   the person dealing with your web site
+
+####