vote up 1 vote down star

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
flag

47% accept rate
You may want to be more specific about your environment, etc. Authorization in the SMTP RFC probably doesn't include any support for NTLM so I would assume you're using Exchange or something that extends the original spec, but you know what they say about assuming. – TheXenocide Sep 16 '08 at 15:38

2 Answers

vote up 1 vote down check

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

link|flag
vote up 0 vote down

@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.

link|flag
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 Sep 16 '08 at 16:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.