1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Close #2258: sieve scripts should be utf8 encoded

This commit is contained in:
Florent Daigniere
2023-02-05 14:48:08 +01:00
parent 5b4f2fb075
commit 0ec9f1797f
2 changed files with 2 additions and 0 deletions

View File

@@ -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';