Disable timsieved's tls feature in a default config to avoid timeouts in the
webmail interface
--- a/config/config_sample.php
+++ b/config/config_sample.php
@@ -67,9 +67,13 @@
  * needed.
  * Note that STARTTLS is supported only in PHP5+. In PHP4 this option will
  * have no effect and STARTTLS will be disabled anyway.
+ *
+ * DEBIAN CHANGE:
+ * To properly work with a default cyrus installation on the same host as
+ * SquirrelMail $avelsieve_disabletls defaults to true.
  */
 global $avelsieve_disabletls;
-$avelsieve_disabletls = false;
+$avelsieve_disabletls = true;
 
 /* ======================================================================== */
 /* ======================= File Backend Options =========================== */
