Blame SOURCES/dovecot-2.0-defaultconfig.patch

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