<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Folks, I am still trying to get help here. Let me re-state what
      is going on. I have a webmail program (SOGo) that connects to the
      Dovecot sieve system to handle things like mail filters and what
      not. That way dovecot's lda program can move things where they
      belong. So I went through the config files, and found the places
      where I need to enable sieve (this is in Gentoo Linux, by the
      way).  Now, when dovecot starts I do see a listener on the sieve
      port on localhost:</p>
    <p>#netstat -tl | grep sieve<br>
      tcp        0      0 localhost:sieve        
      0.0.0.0:*               LISTEN<br>
    </p>
    <p>And when I telnet to the port, it does connect. But it doesn't
      say much.</p>
    <p> telnet localhost sieve<br>
      Trying 127.0.0.1...<br>
      Connected to localhost.<br>
      Escape character is '^]'.<br>
      220 jupiter.newideatest.site Dovecot ready.<br>
    </p>
    <p><br>
    </p>
    <p>Yet every example I see online is showing a HECK of a lot more
      than this. So what's up? Anyone got any idea what I did wrong?
      I've put the 90-sieve.conf file on my web server at
      <a class="moz-txt-link-abbreviated" href="http://www.newideatest.site/90-sieve.conf">www.newideatest.site/90-sieve.conf</a> for those who want to see it.
      If any other config files are wanted/needed to help figure this
      out, let me know what they are and I'll take care of it.  Here's
      an example of what other websites I've looked at say I SHOULD see:</p>
    <pre class="no-highlight">Trying 162.243.12.140...
Connected to test3.rtcamp.com.
Escape character is '^]'.
<strong>"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave"
</strong>"NOTIFY" "mailto"
"SASL" "PLAIN LOGIN"
"STARTTLS"
"VERSION" "1.0"
OK "Dovecot ready."

so why am I not getting all this?
</pre>
    <pre class="moz-signature" cols="72">-- 
Dan Egli
From my Test Server</pre>
  </body>
</html>