Close #2258: sieve scripts should be utf8 encoded

main
Florent Daigniere 1 year ago
parent 5b4f2fb075
commit 0ec9f1797f

@ -0,0 +1 @@
Tell roundcube to use UTF8 instead of 'UTF7-IMAP' when creating sieve scripts.

@ -25,6 +25,7 @@ $config['smtp_pass'] = '%p';
// Sieve script management
$config['managesieve_host'] = '{{ FRONT_ADDRESS or "front" }}:14190';
$config['managesieve_mbox_encoding'] = 'UTF8';
// roundcube customization
$config['product_name'] = 'Mailu Webmail';

Loading…
Cancel
Save