Re: smtp example with openssl s_client
Matthias Apitz <[email protected]> Wed, 17 Dec 2025 15:39:49 -0500
| Newsgroups | gmane.mail.mutt.user |
|---|---|
| Message-ID | <[email protected]> |
There are two times the 'R' in the base64 coded password. I can‘t change the password, I will look in the s_client source. Sorry for the Top posting. Matthias -- Matthias Apitz E-mail: [email protected] WWW: http://www.unixarea.de/ phone: +49-170-4527211 Am 17.12.2025 13:25, schrieb Claus Assmann: > On Wed, Dec 17, 2025, Matthias Apitz wrote: > >> $ openssl s_client -connect smtp.1blu.de:465 > >> AUTH LOGIN >> 334 VXNlcm5hbWU6 >> XXXXXXXXXXXXXXXXXXXX >> 334 UGFzc3dvcmQ6 >> XXXXXXXXXXXXXXXXXXXX >> RENEGOTIATING > > Is there an 'R' in the XXX? > > AFAIR that triggers the "RENEGOTIATING" from s_client. > > Check whether there's some way to turn that off > (it's not in the man page on my machine).