diff options
author | Stefan Kangas <skangas@skangas.se> | 2012-03-20 22:05:34 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2012-03-20 22:05:34 +0100 |
commit | fe5a048d10c874fb774d51b7822bfa3356322c95 (patch) | |
tree | 0f66187ba2dc6b8c09e8808fd2a6f56865ef6558 | |
parent | 9b8fb27b101032fb3c9a6a6ccf8c540acf6c472f (diff) |
Add notes on installing dovecot and postfix
-rw-r--r-- | fripost-docs.org | 15 |
1 files 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 { |