Copy link to clipboard
Copied
sorry ,my english is very pool.
I use cfpop tag to connect a pope server but failed ,it give a message: logon failed .bad username or password .
i try another pop3 server ,it is ok .
my pop3 server which is buld-in on windows 2003 ,use a username of windows user.
maybe it use a NTLM to Authentication,but the cfpop have no attribute to set the way for Authentication.
who can give me a example or some idea ,thanks!
Copy link to clipboard
Copied
CF doesn't support using NTLM Authentication for POP3. You'll need to configure your POP server to use the standard authentication mechanism used by POP.
http://technet.microsoft.com/en-us/library/cc756847%28WS.10%29.aspx
http://blog.sillica.com/2009/03/16/how-to-configure-windows-2003-pop3-service/
Dave Watts, CTO, Fig Leaf Software
Copy link to clipboard
Copied
thank you ,dave,
when I use "user" and "password" to my pop server (windows 2003 pop3 ).
it is wrong but outlook.
when i use "user@server" and password to my pop server,it is right. i got it .
thank you again.