tags:

views:

1948

answers:

2

I'm failing at finding the commands I need to send to authenticate to a SMTP server using NTLM.

I think it goes something like:

AUTH NTLM <bae64encode something>
334
<bae64encode something>
235
+2  A: 

You need a Base64-encoded Type 1 message. Read this.

Jim
A: 

@Jim

I've never been very good at reading RFCs, if you could give me an example I would be better able to read that RFC next time I need it.

Dylan
You mean "If you could give me an example, I can be lazy and never read the document myself". Did you even bother to click on the link? It's not an RFC, and right at the top, there's a link that says "Type 1 Message Example". I'll point you in the right direction, but I won't do your job for you.
Jim

related questions