You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following line should check for this._server.options.authOptional, because if authOptional option is set to true, there may be infinite unauthenticated commands:
Currently even whilst you set authOptional to true, the server will throw a "421 - Error: too many unauthenticated commands" after receiving _maxAllowedUnauthenticatedCommands unauthenticated commands. That's not desirable, because authentication in this case was not required.
The text was updated successfully, but these errors were encountered:
The following line should check for this._server.options.authOptional, because if authOptional option is set to true, there may be infinite unauthenticated commands:
smtp-server/lib/smtp-connection.js
Line 454 in 17fd809
Currently even whilst you set authOptional to true, the server will throw a "421 - Error: too many unauthenticated commands" after receiving _maxAllowedUnauthenticatedCommands unauthenticated commands. That's not desirable, because authentication in this case was not required.
The text was updated successfully, but these errors were encountered: