roundcube and sieve

Discussion in 'Installation/Configuration' started by janvl, Jan 8, 2024.

  1. janvl

    janvl Member

    Hello,

    to use in roundcube sieve-filter I have changed the plugin-array in:

    etc/roundcube/config.inc.php

    //$config['plugins'] = array();
    $config['plugins'] = array('managesieve', "jqueryui", "ispconfig3_account", "ispconfig3_autoreply", "ispconfig3_pass", "ispconfig3_spam", "ispconfig3_fetchmail", "ispconfig3_filter", "ispconfig3_forward", "ispconfig3_wblist");

    Then it did not function yet.
    First when i gave at the end to protocols "sieve" it did function.


    etc/dovecot/dovecot.conf

    # Do not change this file, as changes will be overwritten by any ISPConfig update.
    # Put your custom settings in /usr/local/ispconfig/server/conf-custom/install/dovecot_custom.conf.master.
    # To start using those changes, do a force upgrade and let it reconfigure your services. (ispconfig_update.sh --force)
    listen = *,[::]
    protocols = imap pop3 sieve


    Question:
    stated is that after an update this will be overwritten.
    When would do as is stated, what exactly should be put in dovecot_custom.conf.master, the file is not there anyway.

    Kind regards,
    Jan
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  3. janvl

    janvl Member

Share This Page