We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twisted reports: twisted.mail._except.AUTHRequiredError: 502 Server does not support Client Authentication schemes [CRAM-MD5, LOGIN, PLAIN]
twisted.mail._except.AUTHRequiredError: 502 Server does not support Client Authentication schemes [CRAM-MD5, LOGIN, PLAIN]
The mail server advertises these options when connecting with openssl s_client -connect mail.domain.io:465 (and sending EHLO):
openssl s_client -connect mail.domain.io:465
250-mail.domain.io 250-PIPELINING 250-SIZE 512000000 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 CHUNKING
This is the relevant excerpt from the homeserver config:
email: smtp_host: mail.domain.io smtp_port: 465 force_tls: true smtp_user: [email protected] smpt_pass: redacted
Possibly related to: #15126
private matrix server
1.121.1
Docker (matrixdotorg/synapse)
postgres from the get-go
Single process
rocky linux, docker container
see above
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Twisted reports:
twisted.mail._except.AUTHRequiredError: 502 Server does not support Client Authentication schemes [CRAM-MD5, LOGIN, PLAIN]
The mail server advertises these options when connecting with
openssl s_client -connect mail.domain.io:465
(and sending EHLO):This is the relevant excerpt from the homeserver config:
Possibly related to:
#15126
Steps to reproduce
Homeserver
private matrix server
Synapse Version
1.121.1
Installation Method
Docker (matrixdotorg/synapse)
Database
postgres from the get-go
Workers
Single process
Platform
rocky linux, docker container
Configuration
see above
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: