Answer the question
In order to leave comments, you need to log in
SMTP issues 334 UGFzc3dvcmQ6 in response to MAIL FROM. How correct in terms of RFC?
Our software has functionality for sending files by e-mail. For this, SMTP components from the OverbyteICS package are used. The other day, one of the software users sent an error, saying that the mailing does not go through.
From the SMTP log you can see
SMTP component (c) 1997-2008 Francois Piette V6.18
Open mail server (:25).
Response: 220 ... Microsoft ESMTP MAIL Service ready at Fri, 16 Oct 2015 11:11:52 +0300
Command: EHLO FWD
Response: 250-... Hello [....]
Response: 250-SIZE 20971520
Response: 250-PIPELINING
Response: 250-DSN
Response: 250-ENHANCEDSTATUSCODES
Response: 250-STARTTLS
Response: 250-AUTH LOGIN
Response: 250-8BITMIME
Response: 250-BINARYMIME
Response: 250 CHUNKING
Command: AUTH LOGIN
Response: 334 VXNlcm5hbWU6
Command:
Response 334 VXNlcm5hbWU6
Command:
Response: 334 VXNlcm5hbWU6
RequestDone: Error=334 Open (smtpOpen)
Command: MAIL FROM:<....>
Response: 334 UGFzc3dvcmQ6
RequestDone: Error=334 Mail (smtpMail)
If an AUTH command fails, the server MUST behave the same as if
the client had not issued the AUTH command
If accepted,
the receiver-SMTP returns a 250 OK reply.
Answer the question
In order to leave comments, you need to log in
I didn’t have to go into the component,
just for Auth the AutoSelect behavior type was specified, which means “select the type of authorization that is supported by the server (according to its response to EHLO)
now if the login is not set, then None is used (do not use authentication), otherwise - just as it was - AutoSelect
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question