--- managesieve.lib.php.orig	2007-01-10 15:53:20.000000000 -0600
+++ managesieve.lib.php	2007-01-10 15:58:35.000000000 -0600
@@ -495,7 +495,8 @@
     /* decision login to decide what type of authentication to use... */
 
     /* If we allow STARTTLS, use it */ 
-    $this->capabilities['starttls'] = true;
+    /* We don't */
+    $this->capabilities['starttls'] = false;
     if($this->capabilities['starttls'] === true && function_exists('stream_socket_enable_crypto') === true) {
         fputs($this->fp,"STARTTLS\r\n");
         $starttls_response = $this->line=fgets($this->fp,1024);
