From 7ef8ed33a2568479ea7fd52e7edd4e62f685cc96 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 25 Feb 2010 14:37:31 +0100 Subject: [PATCH] dovecot: Use a real certificate. Previously, a auto-generated self-signed certificate was used. --- etc/dovecot/dovecot.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2