Email smtp error🤣
#5096
-
When I change the smtp configuration to Aliyun mailbox and send a test email, it prompts [2024-10-18 00:30:05.081][lettre::transport::smtp::client::async_connection][DEBUG] << 220 smtp.aliyun-inc.com MX AliMail Server<CRLF>
[2024-10-18 00:30:05.082][lettre::transport::smtp::client::async_connection][DEBUG] Wrote: EHLO 78367f60555d<CRLF>
[2024-10-18 00:30:05.121][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>
[2024-10-18 00:30:05.121][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>250-8BITMIME<CRLF>
[2024-10-18 00:30:05.121][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>250-8BITMIME<CRLF>250-AUTH=PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>
[2024-10-18 00:30:05.121][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>250-8BITMIME<CRLF>250-AUTH=PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>250-AUTH PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>
[2024-10-18 00:30:05.122][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>250-8BITMIME<CRLF>250-AUTH=PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>250-AUTH PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>250-PIPELINING<CRLF>
[2024-10-18 00:30:05.122][lettre::transport::smtp::client::async_connection][DEBUG] << 250-smtp.aliyun-inc.com<CRLF>250-8BITMIME<CRLF>250-AUTH=PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>250-AUTH PLAIN LOGIN XOAUTH2 XALIOAUTH<CRLF>250-PIPELINING<CRLF>250 DSN<CRLF>
[2024-10-18 00:30:05.122][lettre::transport::smtp::client::async_connection][DEBUG] server smtp.aliyun-inc.com with {EightBitMime, Authentication(Login), Authentication(Xoauth2), Authentication(Plain)}
[2024-10-18 00:30:05.122][lettre::transport::smtp::client::async_connection][DEBUG] Wrote: AUTH LOGIN<CRLF>
[2024-10-18 00:30:05.161][lettre::transport::smtp::client::async_connection][DEBUG] << 334 dXNlcm5hbWU6<CRLF>
[2024-10-18 00:30:05.161][lettre::transport::smtp::commands][DEBUG] auth encoded challenge: dXNlcm5hbWU6
[2024-10-18 00:30:05.161][lettre::transport::smtp::commands][DEBUG] auth decoded challenge: username:
[2024-10-18 00:30:05.161][vaultwarden::mail][ERROR] SMTP client error: internal client error: Unrecognized challenge config.json
Test telnet outgoing mail on the server (using the same smtp configuration) can be sent normally. |
Beta Was this translation helpful? Give feedback.
Answered by
BlackDex
Oct 17, 2024
Replies: 1 comment 4 replies
-
Your mail server is not adhering to standards. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might want to try
Plain
instead ofLogin
and see if that solves your problem.