<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p><br />Hi List,</p>
<p>I have a little problem I need just alittle help pointing me in the right direction.</p>
<p>I have BlueOynx - Roundcube Webmail - managesieve filter</p>
<p>setup in 0.5.2 RoundCube Plugin folder</p>
<p>But when I goto "Settings" > "Filters" in roundcube I get an error that BlueOynx - cannot find managesieve server</p>
<p>I have been doing some researching on google and find this link</p>
<p><a href="http://wiki.dovecot.org/ManageSieve">http://wiki.dovecot.org/ManageSieve</a></p>
<p>but I'm still confussed. I setup managesieve plugin file config.inc.php</p>
<p>like they say but I'm still at a lost</p>
<p>Setup here is BlueOynx - Roundcube Webmail 0.5.2</p>
<p>file config.inc.php</p>
<p><?php</p>
<p>// managesieve server port</p>
<p>$rcmail_config['managesieve_port'] = 2000;</p>
<p>// managesieve server address, default is localhost.</p>
<p>// Replacement variables supported in host name:</p>
<p>// %h - user's IMAP hostname</p>
<p>// %n - http hostname ($_SERVER['SERVER_NAME'])</p>
<p>// %d - domain (http hostname without the first part)</p>
<p>// For example %n = mail.domain.tld, %d = domain.tld</p>
<p>$rcmail_config['managesieve_host'] = 'localhost';</p>
<p>// authentication method. Can be CRAM-MD5, DIGEST-MD5, PLAIN, LOGIN, EXTERNAL</p>
<p>// or none. Optional, defaults to best method supported by server.</p>
<p>$rcmail_config['managesieve_auth_type'] = null;</p>
<p>// Optional managesieve authentication identifier to be used as authorization proxy.</p>
<p>// Authenticate as a different user but act on behalf of the logged in user.</p>
<p>// Works with PLAIN and DIGEST-MD5 auth.</p>
<p>$rcmail_config['managesieve_auth_cid'] = null;</p>
<p>// Optional managesieve authentication password to be used for imap_auth_cid</p>
<p>$rcmail_config['managesieve_auth_pw'] = null;</p>
<p>// use or not TLS for managesieve server connection</p>
<p>// it's because I've problems with TLS and dovecot's managesieve plugin</p>
<p>// and it's not needed on localhost</p>
<p>$rcmail_config['managesieve_usetls'] = false;</p>
<p>// default contents of filters script (eg. default spam filter)</p>
<p>$rcmail_config['managesieve_default'] = '/etc/dovecot/sieve/global';</p>
<p>// Sieve RFC says that we should use UTF-8 endcoding for mailbox names,</p>
<p>// but some implementations does not covert UTF-8 to modified UTF-7.</p>
<p>// Defaults to UTF7-IMAP</p>
<p>$rcmail_config['managesieve_mbox_encoding'] = 'UTF-8';</p>
<p>// I need this because my dovecot (with listescape plugin) uses</p>
<p>// ':' delimiter, but creates folders with dot delimiter</p>
<p>$rcmail_config['managesieve_replace_delimiter'] = '';</p>
<p>// disabled sieve extensions (body, copy, date, editheader, encoded-character,</p>
<p>// envelope, environment, ereject, fileinto, ihave, imap4flags, index,</p>
<p>// mailbox, mboxmetadata, regex, reject, relational, servermetadata,</p>
<p>// spamtest, spamtestplus, subaddress, vacation, variables, virustest, etc.</p>
<p>// Note: not all extensions are implemented</p>
<p>$rcmail_config['managesieve_disabled_extensions'] = array();</p>
<p>// Enables debugging of conversation with sieve server. Logs it into <log_dir>/sieve</p>
<p>$rcmail_config['managesieve_debug'] = false;</p>
<p>?></p>
<p><span style="font-size: xx-small;"><span style="font-size: xx-small;"><span></span></span></span></p>
<p>I folllow instructions I think pretty good, but I am at a stand still.</p>
<p> </p>
<div>
<pre>-- David Kreifels </pre>
</div>
</body></html>