Blame SOURCES/dovecot-2.0-defaultconfig.patch

6e3858
diff -up dovecot-2.3.0.1/doc/example-config/conf.d/10-mail.conf.default-settings dovecot-2.3.0.1/doc/example-config/conf.d/10-mail.conf
6e3858
--- dovecot-2.3.0.1/doc/example-config/conf.d/10-mail.conf.default-settings	2018-02-28 15:28:57.000000000 +0100
6e3858
+++ dovecot-2.3.0.1/doc/example-config/conf.d/10-mail.conf	2018-03-01 10:29:38.208368555 +0100
ae961a
@@ -165,7 +165,7 @@ namespace inbox {
ae961a
 # to make sure that users can't log in as daemons or other system users.
ae961a
 # Note that denying root logins is hardcoded to dovecot binary and can't
ae961a
 # be done even if first_valid_uid is set to 0.
ae961a
-#first_valid_uid = 500
ae961a
+first_valid_uid = 1000
ae961a
 #last_valid_uid = 0
ae961a
 
ae961a
 # Valid GID range for users, defaults to non-root/wheel. Users having
6e3858
@@ -322,6 +322,7 @@ protocol !indexer-worker {
0bb4c4
 # them simultaneously.
0bb4c4
 #mbox_read_locks = fcntl
0bb4c4
 #mbox_write_locks = dotlock fcntl
0bb4c4
+mbox_write_locks = fcntl
0bb4c4
 
0bb4c4
 # Maximum time to wait for lock (all of them) before aborting.
0bb4c4
 #mbox_lock_timeout = 5 mins
6e3858
diff -up dovecot-2.3.0.1/doc/example-config/conf.d/10-ssl.conf.default-settings dovecot-2.3.0.1/doc/example-config/conf.d/10-ssl.conf
6e3858
--- dovecot-2.3.0.1/doc/example-config/conf.d/10-ssl.conf.default-settings	2018-02-28 15:28:57.000000000 +0100
6e3858
+++ dovecot-2.3.0.1/doc/example-config/conf.d/10-ssl.conf	2018-03-01 10:33:54.779499044 +0100
0bb4c4
@@ -3,7 +3,9 @@
0bb4c4
 ##
0bb4c4
 
0bb4c4
 # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
0bb4c4
-#ssl = yes
0bb4c4
+# disable plain pop3 and imap, allowed are only pop3+TLS, pop3s, imap+TLS and imaps
0bb4c4
+# plain imap and pop3 are still allowed for local connections
0bb4c4
+ssl = required
0bb4c4
 
0bb4c4
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
0bb4c4
 # dropping root privileges, so keep the key file unreadable by anyone but
6e3858
@@ -57,6 +59,7 @@ ssl_key = 
6e3858
 #ssl_cipher_list = ALL:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
6e3858
 # To disable non-EC DH, use:
6e3858
 #ssl_cipher_list = ALL:!DH:!kRSA:!SRP:!kDHd:!DSS:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK:!RC4:!ADH:!LOW@STRENGTH
0bb4c4
+ssl_cipher_list = PROFILE=SYSTEM
0bb4c4
 
6e3858
 # Colon separated list of elliptic curves to use. Empty value (the default)
6e3858
 # means use the defaults from the SSL library. P-521:P-384:P-256 would be an