Hi!

I really like cleartext protocols, because it is easy to test them.
One connects to port 25, types in

HELO asdasdasd
MAIL FROM: <asdasd>
RCPT TO: <dasdsad>
DATA
Subject: test
.
QUIT

And the email goes!

I would like to test the ESMTP AUTH functionality on esmtpd-ssl session.
I run "openssl s_client -connect server:465"
"220 localhost ESMTP" appears.
After that I cannot make the server to react to anything in the session
except QUIT and RSET commands.

But with MS Outlook Express everything is OK.
I run "openssl s_server -accept 465", and connected to it with the MSOE,
than typed back the commands to
s_client session, but nothing again.

I know I should read some rfcs. I typed in the sample from RFC2554, but no
answer...

Please somebody write me an example session (like the 6 line above)!

My esmtpd-ssl config has:
AUTH_REQUIRED=1
AUTHMODULES="authdaemon"
ESMTPAUTH="LOGIN CRAM-MD5"


Thanks alot!

Dobos Sandor
IBCnet Hungary Ltd.





_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to