Jump to content

Recommended Posts

Posted

Hi Forum

 

Our company has upgraded to MS Exchange server 2010 Sp1 but now my Imap PHP scripe does not connect or does not receive a reply from Exch 2010. We use to have Exch 2007 Sp2 and it worked fine.

 

$username="domain/user";

$password="password";

 

$mbox=imap_open("{172.16.0.73:143/imap}Inbox",$username,$password);

I have also tried

$mbox=imap_open("{172.16.0.73:143/imap/novalidate-cert}Inbox",$username,$password);

 

Is there something different in the way one should connect to Exch 2010 compared to Exch 2007?. Our Exch administrators sais that Imap is enabled.

 

The response I get from imap_last_error() is "[CLOSED] IMAP connection broken (server response)"

 

Can anyone help?

 

Regards,

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...