From 4e99d89906382d731f5bb370824add2306cf812d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 27 Feb 2011 02:10:43 +0100 Subject: Add overview of smarthost to imap server configuration. --- fripost-docs.org | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/fripost-docs.org b/fripost-docs.org index 91ca235..cd4a225 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -776,12 +776,28 @@ sudo /etc/init.d/dovecot restart # client. *** Configuring a new smarthost to relay e-mail to the main IMAP server +**** Overview + +We relay mail from our smarthosts to the main IMAP server. + +This is to avoid having a single poin of failure and to separate concerns. The +IMAP server then only needs to deal with authenticated clients and the +smarthosts. + +**** Prerequisites + +Before this can work we must make sure that: +- the MySQL replication is working +- there is an SSH tunnel for the smtp + +If they are both setup, we can configure postfix on the smarthost to relay +emails through the tunnel. + +**** Configuration files + +TODO: add the necessary configuration files -First setup an SSH tunnel between the hosts according to instructions given -above. -Next, we need to configure postfix on the smarthost to relay emails through the -tunnel. ** Configuring the webserver -- cgit v1.2.3