Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfpop connect to a pop3 server,but failed

New Here ,
Nov 17, 2011 Nov 17, 2011

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!

884
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 24, 2011 Nov 24, 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-mai...

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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 04, 2011 Dec 04, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources