On Mon, 19 Sep 2011 19:49:57 +0200, Jorge López Pérez wrote:
Hi Terry,
On 19/09/11 18:00, Terry Carmen wrote:
However there is no menu option anywhere that I've seen for managing the filtes from the user side.
Did you place a valid config.inc.php into plugins/managesieve/? You'll find a template at plugins/managesieve/config.inc.php.dist .
Yes, the config.inc.php file is there. It's pretty much all the defaults, except that I believe I changed managesieve_host to 'localhost'
<?php $rcmail_config['managesieve_port'] = 2000; $rcmail_config['managesieve_host'] = 'localhost'; $rcmail_config['managesieve_auth_type'] = null; $rcmail_config['managesieve_auth_cid'] = null; $rcmail_config['managesieve_auth_pw'] = null; $rcmail_config['managesieve_usetls'] = false; $rcmail_config['managesieve_default'] = '/etc/dovecot/sieve/global'; $rcmail_config['managesieve_mbox_encoding'] = 'UTF-8'; $rcmail_config['managesieve_replace_delimiter'] = ''; $rcmail_config['managesieve_disabled_extensions'] = array(); $rcmail_config['managesieve_debug'] = false; ?>
If everything is all right you should see a 'Filters' tab in the Configuration section, next to the 'Identities' one.
There is nothing next to the Identities tab.
Also, I turned on managesieve_debug and there is no debug log in /var/log/roundcube.
There are a ton of entries in Apache's error log like:
[Mon Sep 19 14:06:21 2011] [error] [client xxx.xxx.xxx.xxx] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/php/MDB2.php on line 393, referer: https://www.example.com/roundcube/?_task=mail&_id=xxxxxxxx&_action=c...
I'm not sure if these are just complaints, or if they're actually causing it to bomb out. It's PHP 5.3.5.
I also don't see any admin control panel anywhere. Is this a symptom of something, or is all the system config done by editing main.inc.php? (not a problem either way, I just want to make sure I'm not missing something)
Roundcube is configured by editing main.inc.php. AFAIK there is not an admin control panel.
No problem editing the file, I just wasn't sure if there was something missing in the User Interface.
Thanks,
Terry