Skip to main content
Participant
November 17, 2011
Question

cfpop connect to a pop3 server,but failed

  • November 17, 2011
  • 1 reply
  • 918 views

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!

This topic has been closed for replies.

1 reply

Community Expert
November 25, 2011

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://www.windowsitpro.com/article/windows-server-2003/configuring-the-windows-server-2003-pop3-mail-service

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

Dave Watts, Eidolon LLC
Participant
December 4, 2011

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.