Skip to content

Commit 7a3a719

Browse files
committed
settings: Convert acl_anyone to imap_acl_allow_anyone
1 parent 31535d6 commit 7a3a719

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

data/settings.js

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,23 +2358,17 @@ fts_solr_batch_size = 1000
23582358

23592359
/* imap-acl plugin */
23602360

2361-
acl_anyone: {
2361+
imap_acl_allow_anyone: {
23622362
plugin: 'imap-acl',
2363-
values: setting_types.ENUM,
2364-
values_enum: [ 'allow' ],
2363+
values: setting_types.BOOLEAN,
2364+
default: 'no',
23652365
text: `
2366-
Users who have different set of keys cannot share mails when the mails are
2367-
encrypted, but sharing is possible within the scope of a key.
2368-
23692366
By default Dovecot doesn't allow using the IMAP \`anyone\` or
23702367
\`authenticated\` identifier, because it would be an easy way to spam
2371-
other users in the system. If you wish to allow it, set:
2368+
other users in the system.
23722369
2373-
\`\`\`
2374-
plugin {
2375-
acl_anyone = allow
2376-
}
2377-
\`\`\``
2370+
If [[plugin,mail-crypt]] is used, users who have different set of encryption
2371+
keys cannot share mails, but sharing is possible within the scope of a key.`
23782372
},
23792373

23802374
/* last-login plugin */

0 commit comments

Comments
 (0)