File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6962,14 +6962,20 @@ format), save the message to the detail mailbox.`
69626962
69636963 lmtp_user_concurrency_limit : {
69646964 tags : [ 'lmtp' , 'user_concurrency_limits' ] ,
6965+ changed : {
6966+ settings_lmtp_user_concurrency_limit_changed : `
6967+ Changed from \`unlimited\` to \`10\`.`
6968+ } ,
69656969 values : setting_types . UINT ,
6966- default : 0 ,
6970+ default : 10 ,
69676971 text : `
69686972Limit the number of concurrent deliveries to a single user to this maximum
69696973value.
69706974
69716975It is useful if one user is receiving numerous mail messages and thereby
6972- causing delays to other deliveries.`
6976+ causing delays to other deliveries.
6977+
6978+ To prevent limiting concurrent user deliveries set this to \`unlimited\`.`
69736979 } ,
69746980
69756981 lmtp_verbose_replies : {
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export const updates = {
138138 settings_imapc_ssl_verify_removed : '2.4.0' ,
139139 settings_inet_listener_type_added : '2.4.0' ,
140140 settings_login_socket_path_added : '2.4.0' ,
141+ settings_lmtp_user_concurrency_limit_changed : '2.4.1' ,
141142 settings_mail_attachment_sis_option_changed : '2.4.0' ,
142143 settings_mail_cache_max_headers_count_added : '2.4.0' ,
143144 settings_mail_cache_max_header_name_length_added : '2.4.0' ,
You can’t perform that action at this time.
0 commit comments