Web Development Thread, IMAP connection to MS Exchange Server 2010 Sp1 in Coding and Web Development; Hi Forum
Our company has upgraded to MS Exchange server 2010 Sp1 but now my Imap PHP scripe does not ...
-
22nd March 2011, 09:56 AM #1
- Rep Power
- 0
IMAP connection to MS Exchange Server 2010 Sp1
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,
-
-
IDG Tech News
SHARE:
Similar Threads
-
By bodminman in forum Windows
Replies: 0
Last Post: 7th December 2010, 11:53 AM
-
By faza in forum How do you do....it?
Replies: 7
Last Post: 5th November 2010, 09:00 AM
-
By faza in forum How do you do....it?
Replies: 0
Last Post: 12th October 2010, 10:19 PM
-
By john in forum Educational Software
Replies: 15
Last Post: 27th August 2010, 01:11 AM
-
By DrCheese in forum Windows Server 2008 R2
Replies: 9
Last Post: 8th June 2010, 07:35 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules