projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce691b
)
dovecot: Use a real certificate.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 25 Feb 2010 13:37:31 +0000
(14:37 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 25 Feb 2010 13:37:31 +0000
(14:37 +0100)
Previously, a auto-generated self-signed certificate was used.
etc/dovecot/dovecot.conf
patch
|
blob
|
history
diff --git
a/etc/dovecot/dovecot.conf
b/etc/dovecot/dovecot.conf
index 9452f873dfe64a6fc2bec8229cc9a71bec2141bd..00ec7ae6afc0d88def8b844b2669b8586f230b42 100644
(file)
--- 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