Skip to content

Commit aba1e27

Browse files
committed
Add mail_utf8_extensions setting
1 parent d03fb2a commit aba1e27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data/settings.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7771,6 +7771,15 @@ by returning UID or GID fields. You can use either numeric IDs or
77717771
usernames here.`
77727772
},
77737773

7774+
mail_utf8_extensions: {
7775+
default: 'no',
7776+
values: settings_types.BOOLEAN,
7777+
text: `
7778+
If Dovecot has been compiled with --enable-experimental-mail-utf8 configure option,
7779+
this setting can be used to enable the feature. Settings this to \`yes\` will
7780+
enable SMTPUTF8 in LMTP and Submission sessions, and UTF8=ACCEPT on IMAP sessions.`
7781+
},
7782+
77747783
mail_vsize_bg_after_count: {
77757784
default: 0,
77767785
seealso: [ '[[plugin,quota]]' ],

0 commit comments

Comments
 (0)