From: Matthijs Kooijman Date: Thu, 25 Feb 2010 13:37:31 +0000 (+0100) Subject: dovecot: Use a real certificate. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=7ef8ed33a2568479ea7fd52e7edd4e62f685cc96 dovecot: Use a real certificate. Previously, a auto-generated self-signed certificate was used. --- diff --git a/etc/dovecot/dovecot.conf b/etc/dovecot/dovecot.conf index 9452f87..00ec7ae 100644 --- a/etc/dovecot/dovecot.conf +++ b/etc/dovecot/dovecot.conf @@ -21,6 +21,11 @@ protocols = imap imaps lda # therefore not introduce a security issue. disable_plaintext_auth = no +# Our SSL private key +ssl_key_file = /etc/dovecot/ssl/mail.stdout.nl.key +# The public certificate (including the entire chain to the root) +ssl_cert_file = /etc/dovecot/ssl/mail.stdout.nl.crt + protocol imap { # Enable virtual mailboxes mail_plugins = virtual