Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ColdFusion / Advanced Techniques / September 2007



Tip: Looking for answers? Try searching our database.

Is there a problem using CFPOP in CF MX 7 with Exchange 2007?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SB1 - 12 Sep 2007 19:22 GMT
We have a scheduled task that checks a mailbox and, depending on the request,
responds to the sender with information from our contact database. It has
worked fine for several years using CF MX 7 Standard and MS Exchange 2000. We
just changed to MS Exchange 2007 and we get an error as follows: "Logon
failure: unknown user name or bad password." We can access the mailbox directly
from Exchange using the account and password, so we think we are passing the
correct information (example below).

<CFPOP ACTION="GetHeaderOnly" SERVER="192.168.1.15" USERNAME="testaccount"
PASSWORD="testpassword" NAME="getMail">

Is there something we're missing? We are certain that the IP, account and
password are still correct. We have assigned this mail server to the Mail tab
in CF Administrator and it can see it and route CFMAILs through it.

Any help is appreciated.
Ian Skinner - 12 Sep 2007 19:32 GMT
"Any help is appreciated."

By default an Exchange server will not utilize the POP protocol
standard, it is set up to only use the proprietary Microsoft email
protocol that one would need CF8 to integrate into ColdFusion.

But an Exchange server can be optionally configured to utilize the POP
protocol if one has the influence and|or control over the Exchange
server to allow this.
SB1 - 12 Sep 2007 21:17 GMT
We discovered that Exchange 2007 has five specific steps that have to occur in
a particular order for CFPOP to resume working properly. We did this (despite
several security issues) because this function is strictly internal. Not
recommended for an application available to the general public.

Steps for making Exchange 2007 work for CFPOP:
1) Start the POP service on the Exchange 2007 server.
2) Allow the necessary email accounts to use POP3.
3) Lower the security requirements on those accounts to allow CF to send clear
text instead of encrypted (SSL) requests to POP3.
4) Set the Exchange server to allow relay.
5) Lower the security requirements for relay.

I hope I explained this correctly. This is how my network supervisor explained
it to me.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.