aiosmtpd icon indicating copy to clipboard operation
aiosmtpd copied to clipboard

Old authenticators won't work

Open amotzkau opened this issue 1 year ago • 0 comments
trafficstars

The previous authenticator system (before #218) doesn't set session.authenticated anymore. Previously the session object automatically returned authenticated = True when login_data is set. This was removed in 359d9c7946289444f8a0e9dfa09868705427cb3e, therefore subsequent handlers will treat the session as non-authenticated resulting in '5.7.0 Authentication required' errors.

amotzkau avatar Apr 24 '24 18:04 amotzkau