Skip to content

Commit 9bf6ee3

Browse files
committed
Managesieve: Fix default script name in the config file
It is "roundcube" not "managesieve"
1 parent d31c536 commit 9bf6ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/managesieve/config.inc.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $config['managesieve_conn_options'] = null;
4545
$config['managesieve_default'] = '/etc/dovecot/sieve/global';
4646

4747
// The name of the script which will be used when there's no user script
48-
$config['managesieve_script_name'] = 'managesieve';
48+
$config['managesieve_script_name'] = 'roundcube';
4949

5050
// Sieve RFC says that we should use UTF-8 encoding for mailbox names,
5151
// but some implementations work with UTF7-IMAP encoding only.

0 commit comments

Comments
 (0)