On 3/14/2012 5:09 PM, Patrick Ben Koetter wrote: > * Noel Jones <postfix-users@postfix.org>: >> AFAIK OpenSSL works OK for testing SMTP as long as you avoid >> sending/pressing the upper-case "R" character, which triggers TLS >> renegotiation (and an SMTP error). Issuing the SMTP commands in >> lower-case is the usual workaround. >> But if your hashed password contains an "R" you're out of luck. > > Thanks, now I understand Wietse's comment about avoiding 'R'. There's no way I > can control whether a hashed password contains an "R" or not. Personally, I'd > rather stick with telnet then.
Yes, I would always choose telnet first. Unfortunately, if you want to test an encrypted session telnet fails miserably. The [press R to renegotiate] behavior of s_client is documented and, last time I looked, can't be disabled. At any rate, s_client is intended for testing. If your hashed test password string has an "R" in it, use a different test password. -- Noel Jones