summaryrefslogtreecommitdiff
path: root/doc/Email.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Email.txt')
-rw-r--r--doc/Email.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/Email.txt b/doc/Email.txt
index 5adfca6..dc1d5a4 100644
--- a/doc/Email.txt
+++ b/doc/Email.txt
@@ -1,8 +1,9 @@
Mail Transport Agents (MTA)
---------------------------
-Postfix is generally used currently.
+Postfix is a good choice as allround MTA: Robust, elegant configuration
+logic, extreme scalability.
-A pool of Mail eXchange servers are registered in the file
+A pool of mail exchange (MX) backup servers is listed in the file
/etc/local-COMMON/postfix/permit_mx_backup_networks
(/etc/local-COMMON/postfix/mx_networks is deprecated!).
@@ -67,6 +68,8 @@ some of the frustrations about getting SASL to work). Run the command
`lsof | grep sasl` to make sure.
------------
-Have a look here for an overview of interaction between the above agents
-and daemons:
+Here's a brief overview of interaction between mail agents and daemons:
http://lists.samba.org/pipermail/linux/1999-September/003605.html
+
+--
+$Id: Email.txt,v 1.2 2002-12-28 02:03:20 jonas Exp $