Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with POP3/IMAP on Exchange 2010 #15

Closed
kelv1n opened this issue Jun 22, 2013 · 1 comment
Closed

Issue with POP3/IMAP on Exchange 2010 #15

kelv1n opened this issue Jun 22, 2013 · 1 comment

Comments

@kelv1n
Copy link

kelv1n commented Jun 22, 2013

Hi

There is an issue with the code when connecting to Exchange 2010. It gives the following error:

Unknown: Kerberos error: Credentials cache file '/tmp/krb5cc_33' not found (try running kinit) for exch1.rainbow.local (errflg=1)

This can be resolved by adding a final parameter to the imap_open function call, as follows

$mbox = imap_open("{w2010ExchangeServer:993/imap/ssl}", $user, $password, NULL, 1, array('DISABLE_AUTHENTICATOR' => 'GSSAPI'));

Perhaps one way to add this into the code, is simple add a $parameter attribute to the class, which can be set as required. 👍

aleherse pushed a commit to arkschools/Fetch that referenced this issue Sep 18, 2013
Fixes tedious#15 Issue with POP3/IMAP on Exchange 2010
@tedivm
Copy link
Member

tedivm commented Aug 2, 2015

This should be resolved with the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants