IP-1294: Managed-Sieve, Roundcube - Missing Filter-Tabs

  • [feedquote='Youtrack','http://youtrack.i-mscp.net/issue/IP-1294']

    Reporter Markus Rupp (Nano.v1) Markus Rupp (Nano.v1)
    Created Mar 5, 2015 7:40:37 PM
    Updated Mar 5, 2015 7:48:25 PM
    Type Bug
    Subsystem RoundcubePlugins
    Affected versions 1.2.2

    System-Vars:

    └─> tail /etc/imscp/imscp.conf

    1. Please, do not change these parameters manually
    2. Run the i-MSCP installer as follow:
    3. imscp-autoinstall -dr servers

    FRONTEND_SERVER = nginx

    SQL_SERVER = mysql_5.5

    PO_SERVER = dovecot

    NAMED_SERVER = bind

    HTTPD_SERVER = apache_php_fm

    FTPD_SERVER = proftpd

    MTA_SERVER = postfix

    └─> dpkg -l | grep dovecot

    ii dovecot-core 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - core files

    ii dovecot-imapd 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - IMAP daemon

    ii dovecot-managesieved 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - ManageSieve server

    ii dovecot-mysql 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - MySQL support

    ii dovecot-pop3d 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - POP3 daemon

    ii dovecot-sieve 1:2.2.9-1ubuntu2.1 amd64 secure POP3/IMAP server - Sieve filters support



    └─> cat /etc/issue

    Ubuntu 14.04.2 LTS \n \l

    └─> head /etc/imscp/imscp.conf

    ## Version variables

    BuildDate = 20150212

    Version = 1.2.2

    CodeName = Andromeda

    └─> cat /var/www/imscp/gui/plugins/RoundcubePlugins/config.php | grep -i sieve

    // Uses the managesieve protocol and allows the user to manage his sieve mail rules.

    // A default Spam sieve rule will be created after the user opened the Filters configuration in Roundcube.

    'managesieve_plugin' => 'yes', // YES to enable (default), NO to disable

    'managesieve_script_name' => 'managesieve', // default: managesieve


    Problems:

    In Forum-Thread http://i-mscp.net/index.php/Th…s/?postID=32783#post32783

    it was discussed about the missing "Filter-Rules"-Section in Roundcube, Sieve ist installed, the Plugins where updated / reinstalled and opcache cleared by using opcache_reset()-Function from PHP-Interpreter. [/feedquote]