Skip to content

Commit

Permalink
data/events: Add connection_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Aug 9, 2024
1 parent 44d251e commit 2b32a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ compiling it at delivery).`
| \`client_ssl_cert_untrusted\` | Client sent an SSL certificate that is untrusted with [[setting,auth_ssl_require_client_cert,yes]]. |
| \`client_ssl_cert_missing\` | Client didn't send SSL certificate, but [[setting,auth_ssl_require_client_cert,yes]]. |
| \`client_ssl_not_started\` | Client didn't even start SSL with [[setting,auth_ssl_require_client_cert,yes]]. |
| \`connection_limit\` | Client reached [[setting,mail_max_userip_connections]] limit. |
| \`internal_failure\` | Internal failure. The error log has more details. |
| \`invalid_base64\` | Client sent invalid base64 in SASL response. |
| \`invalid_mech\` | Unknown SASL authentication mechanism requested. |
Expand Down

0 comments on commit 2b32a63

Please sign in to comment.