Browse Source

Managesieve: Fix default script name in the config file

It is "roundcube" not "managesieve"
pull/9654/head
Aleksander Machniak 10 months ago
parent
commit
9bf6ee3452
  1. 2
      plugins/managesieve/config.inc.php.dist

2
plugins/managesieve/config.inc.php.dist

@ -45,7 +45,7 @@ $config['managesieve_conn_options'] = null;
$config['managesieve_default'] = '/etc/dovecot/sieve/global';
// The name of the script which will be used when there's no user script
$config['managesieve_script_name'] = 'managesieve';
$config['managesieve_script_name'] = 'roundcube';
// Sieve RFC says that we should use UTF-8 encoding for mailbox names,
// but some implementations work with UTF7-IMAP encoding only.

Loading…
Cancel
Save