Blame SOURCES/dovecot-2.0-defaultconfig.patch

86587c
diff -up dovecot-2.1.rc1/doc/example-config/conf.d/10-mail.conf.default-settings dovecot-2.1.rc1/doc/example-config/conf.d/10-mail.conf
86587c
--- dovecot-2.1.rc1/doc/example-config/conf.d/10-mail.conf.default-settings	2011-11-15 21:24:30.000000000 +0100
86587c
+++ dovecot-2.1.rc1/doc/example-config/conf.d/10-mail.conf	2011-12-14 14:46:41.808749847 +0100
86587c
@@ -277,6 +277,7 @@
86587c
 # them simultaneously.
86587c
 #mbox_read_locks = fcntl
86587c
 #mbox_write_locks = dotlock fcntl
86587c
+mbox_write_locks = fcntl
86587c
 
86587c
 # Maximum time to wait for lock (all of them) before aborting.
86587c
 #mbox_lock_timeout = 5 mins
86587c
diff -up dovecot-2.1.rc1/doc/example-config/conf.d/10-ssl.conf.default-settings dovecot-2.1.rc1/doc/example-config/conf.d/10-ssl.conf
86587c
--- dovecot-2.1.rc1/doc/example-config/conf.d/10-ssl.conf.default-settings	2011-12-14 14:48:19.967721153 +0100
86587c
+++ dovecot-2.1.rc1/doc/example-config/conf.d/10-ssl.conf	2011-12-14 14:51:10.413786253 +0100
86587c
@@ -3,7 +3,9 @@
86587c
 ##
86587c
 
86587c
 # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
86587c
-#ssl = yes
86587c
+# disable plain pop3 and imap, allowed are only pop3+TLS, pop3s, imap+TLS and imaps
86587c
+# plain imap and pop3 are still allowed for local connections
86587c
+ssl = required
86587c
 
86587c
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
86587c
 # dropping root privileges, so keep the key file unreadable by anyone but