|
@@ -29,10 +29,10 @@ $rcmail_config['managesieve_auth_pw'] = null;
|
29
|
29
|
$rcmail_config['managesieve_usetls'] = false;
|
30
|
30
|
|
31
|
31
|
// default contents of filters script (eg. default spam filter)
|
32
|
|
-$rcmail_config['managesieve_default'] = '/etc/dovecot/sieve/global';
|
|
32
|
+$rcmail_config['managesieve_default'] = '/etc/roundcube/global.sieve';
|
33
|
33
|
|
34
|
34
|
// The name of the script which will be used when there's no user script
|
35
|
|
-$rcmail_config['managesieve_script_name'] = 'managesieve';
|
|
35
|
+$rcmail_config['managesieve_script_name'] = 'roundcube';
|
36
|
36
|
|
37
|
37
|
// Sieve RFC says that we should use UTF-8 endcoding for mailbox names,
|
38
|
38
|
// but some implementations does not covert UTF-8 to modified UTF-7.
|