File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff 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-
23692366By 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 */
You can’t perform that action at this time.
0 commit comments