Skip to content

Commit

Permalink
Add mail_utf8_extensions setting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Jan 15, 2025
1 parent d03fb2a commit 46e66db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7771,6 +7771,15 @@ by returning UID or GID fields. You can use either numeric IDs or
usernames here.`
},

mail_utf8_extensions: {
default: 'no',
values: setting_types.BOOLEAN,
text: `
If Dovecot has been compiled with --enable-experimental-mail-utf8 configure option,
this setting can be used to enable the feature. Settings this to \`yes\` will
enable SMTPUTF8 for LMTP and Submission sessions, and UTF8=ACCEPT for IMAP sessions.`
},

mail_vsize_bg_after_count: {
default: 0,
seealso: [ '[[plugin,quota]]' ],
Expand Down

0 comments on commit 46e66db

Please sign in to comment.