Skip to content

Commit a5dd4e8

Browse files
sirainencmouse
authored andcommitted
data/events: Add proxy_dest_connection_limit
1 parent 40cb366 commit a5dd4e8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

data/events.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,8 @@ Proxying \`reason\` values:
12591259
| \`proxy_dest_protocol_failure\` | Local authentication succeeded, but destination hop unexpectedly violated the protocol standard. |
12601260
| \`proxy_dest_auth_failed\` | Local authentication succeeded, but proxying failed to authenticate to the destination hop. |
12611261
| \`proxy_dest_auth_temp_failed\` | Local authentication succeeded, but proxying failed to temporarily authenticate to the destination hop. |
1262-
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |`
1262+
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |
1263+
| \`proxy_dest_connection_limit\` | [[added,events_proxy_dest_connection_limit_added]] Login to backend failed because client reached [[setting,mail_max_userip_connections]] limit. |`
12631264
},
12641265

12651266
/* Login Proxy
@@ -1338,7 +1339,8 @@ Proxying error codes:
13381339
| \`proxy_dest_protocol_failure\` | Local authentication succeeded, but destination hop unexpectedly violated the protocol standard. |
13391340
| \`proxy_dest_auth_failed\` | Local authentication succeeded, but proxying failed to authenticate to the destination hop. |
13401341
| \`proxy_dest_auth_temp_failed\` | Local authentication succeeded, but proxying failed to temporarily authenticate to the destination hop. |
1341-
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |`
1342+
| \`proxy_dest_redirected\` | Local authentication succeeded, but destination hop redirected to another host. |
1343+
| \`proxy_dest_connection_limit\` | [[added,events_proxy_dest_connection_limit_added]] Login to backend failed because client reached [[setting,mail_max_userip_connections]] limit. |`
13421344
},
13431345

13441346
proxy_session_reconnecting: {

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export const updates = {
112112
events_net_in_bytes_changed: '2.4.0',
113113
events_net_out_bytes_changed: '2.4.0',
114114
events_pop3_command_finished_added: '2.4.0',
115+
events_proxy_dest_connection_limit_added: '2.4.3',
115116
events_proxy_session_finished_error_code_added: '2.4.0',
116117
events_proxy_session_finished_idle_usecs_changed: '2.4.0',
117118
events_smtp_server_transaction_rcpt_finished_dest_host_added: '2.4.0',

0 commit comments

Comments
 (0)