I am experiencing an issue with the cfexchangeconnection tag
where I am getting a 440 error (instantly) after I try to auth one
particular employee. Every other employee account works fine. The
exchange error log shows "bad password" - but his password is
correct as he can log into the OWA client without a problem. Is
there somewhere his password might be out of sync on the exchange
server?
I added the formBasedAuthenticationURL options as suggested
in other forms and that made no difference.
Any assistance/insight would be greatly appreciated.
/t5/coldfusion-discussions/exchange-2003-440-error-on-one-person/m-p/196691#M17662Oct 22, 2008
Oct 22, 2008
Copy link to clipboard
Copied
LATEST
Exchange does not have its own password database.
You should probably use a proxy domain account that has full
access to every Exchange mailbox. Then, your cfexchangeconnection
tag would only use that domain account.