Blame SOURCES/dovecot-2.0-defaultconfig.patch

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