]> git.pld-linux.org Git - packages/dovecot.git/blobdiff - dovecot-config.patch
- up to 2.3.4.1; fixes CVE-2019-3814
[packages/dovecot.git] / dovecot-config.patch
index b9708a09c6fb8e0c71708d2af679e3e9d44aeecc..c5c40a3509a0b0eaf3945ec9ad525432c60036e9 100644 (file)
@@ -1,22 +1,21 @@
---- dovecot/dovecot-example.conf.orig  Tue Jul  8 15:05:39 2003
-+++ dovecot/dovecot-example.conf       Tue Jul  8 15:14:56 2003
-@@ -33,8 +33,8 @@
+diff -urN dovecot-2.0.3.org/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.3/doc/example-config/conf.d/10-ssl.conf
+--- dovecot-2.0.3.org/doc/example-config/conf.d/10-ssl.conf    2010-05-24 16:35:40.000000000 +0200
++++ dovecot-2.0.3/doc/example-config/conf.d/10-ssl.conf        2010-09-18 22:05:37.079775811 +0200
+@@ -3,14 +3,14 @@
+ ##
+ # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
+-#ssl = yes
++ssl = no
+ # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
  # dropping root privileges, so keep the key file unreadable by anyone but
  # root. Included doc/mkcert.sh can be used to easily generate self-signed
  # certificate, just make sure to update the domains in dovecot-openssl.cnf
--#ssl_cert_file = /etc/ssl/certs/dovecot.pem
--#ssl_key_file = /etc/ssl/private/dovecot.pem
-+ssl_cert_file = /var/lib/openssl/certs/imap.pem
-+ssl_key_file = /var/lib/openssl/certs/imap.pem
- # SSL parameter file. Master process generates this file for login processes.
- # It contains Diffie Hellman and RSA parameters.
-@@ -86,7 +86,7 @@
- # User to use for the login process. Create a completely new user for this,
- # and don't use it anywhere else. The user must also belong to a group where
- # only it has access, it's used to control access for authentication process.
--#login_user = dovecot
-+login_user = nobody
+-ssl_cert = </etc/ssl/certs/dovecot.pem
+-ssl_key = </etc/ssl/private/dovecot.pem
++#ssl_cert = </var/lib/openssl/certs/imap.pem
++#ssl_key = </var/lib/openssl/private/imap.pem
  
- # Set max. process size in megabytes. If you don't use
- # login_process_per_connection you might need to grow this.
+ # If key file is password protected, give the password here. Alternatively
+ # give it when starting dovecot with -p parameter. Since this file is often
This page took 0.091384 seconds and 4 git commands to generate.