From fe5a048d10c874fb774d51b7822bfa3356322c95 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 20 Mar 2012 22:05:34 +0100 Subject: Add notes on installing dovecot and postfix --- fripost-docs.org | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/fripost-docs.org b/fripost-docs.org index a8dcf2d..5f39b00 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -609,20 +609,27 @@ mysql -u root -p quit; *** Configuring the main IMAP server +**** Install packages + +sudo aptitude install postfix postfix-mysql + **** /etc/postfix/main.cf TODO: add file contents **** Setting up the MDA -# The choice of deliver from dovecot for MDA was based on the support for the -# mailsieve filter language, which is a nice DSL and has plugin support in -# roundcube. maildrop lacks this support. - # squeeze has dovecot-1.2. upgrade notes: # - we might want to upgrade to their sieve (instead of cmusieve) # - we want to add the -s flag to deliver in master.cf +***** Installing + +sudo aptitude install dovecot-imapd + +***** Configuring + + :: /etc/dovecot/dovecot.conf protocol lda { -- cgit v1.2.3