Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#31) Old
hollo Offline
New Member
 
Posts: 8
Join Date: Nov 2007
28-11-2007, 04:29 PM

i have just upgraded my version.. now it is: PHP Version 5.2.3-1.. and i searched bugs.php.net, and did not find anything related to SSL.. and still i get the same error.. also if i chose to connect without SSL.. just IMAP.. i cannot get authentication:

here is debug from the 2 different runs:

IMAP SSL:

Warning: imap_open() [function.imap-open]: Couldn't open stream {xxx:993/imap/ssl/novalidate-cert/notls}INBOX in /var/www/vhosts/kayako.xxx.dk/upload/modules/parser/cron_parser.php on line 84
array(2) { [0]=> string(67) "No credentials cache found (try running kinit) for support.xxx.dk" [1]=> string(91) "Can not authenticate to IMAP server: The AUTH protocol exchange was canceled by the client." } Total Messages
Rejected Messages:
Accepted Messages:

without SSL:
Warning: imap_open() [function.imap-open]: Couldn't open stream {xxx:143/imap/notls}INBOX in /var/www/vhosts/kayako.xxx.dk/upload/modules/parser/cron_parser.php on line 84
array(2) { [0]=> string(67) "No credentials cache found (try running kinit) for support.xxx.dk" [1]=> string(91) "Can not authenticate to IMAP server: The AUTH protocol exchange was canceled by the client." } Total Messages
Rejected Messages:
Accepted Messages:

there is not the big difference between with and without :s not sure what else it could be
   
Reply With Quote
  (#32) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
28-11-2007, 05:45 PM

Quite weird. I guess its time you contact Kayako Support from the your Members Area profile



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#33) Old
MikeMSD Offline
New Member
 
Posts: 2
Join Date: Dec 2007
01-12-2007, 11:32 PM

Did you ever find out what was causing this? We are having the same issue. E-mails flow fine from our old Exchange 2003 Front End server, but when we try to access POP3 from the new 2007 server it bombs out. If I log in via telnet, all is fine. This seems to have coincided with our upgraded to Apache 2.2 for some reason. It actually was working fine on Exchange 2007 for a while.
   
Reply With Quote
  (#34) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
02-12-2007, 07:51 AM

We had similar issues with a client server using MS Exchange 2003 trying to set up POP3 SSL in Kayako. We soughted out the issue by upgrading PHP to the latest version. There is a known issue with SSL which exist in all versions prior to v5.1

If the issue persist, I recommend you contact Kayako Support from Kayako Members Area



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#35) Old
MikeMSD Offline
New Member
 
Posts: 2
Join Date: Dec 2007
02-12-2007, 05:32 PM

I got this working. The issue lies in the PHP IMAP module. It was compiled to use Kerberos authentication when available. It looks like Exchange 2007's POP3 and IMAP servers advertise Kerberos authentication where Exchange 2003's do not. To resolve this I recompiled IMAP C-Client and PHP IMAP without Kerberos support.

This issue will probably affect anyone using CPanel with their Linux servers. It looks like the default C-Client that CPanel uses is compiled to use Kerberos, therefore the PHP IMAP module has to be compiled with Kerberos support. To resolve I downloaded a new copy of Imap2004G and installed the C-Client over the installation that CPanel installed by default.

To get CPanel's EasyApache to compile PHP IMAP without support for Kerberos, rename the /etc/krb5.conf to krb5.old and the /etc/krb.conf to krb.old. This will probably break Kerberos on the system, so if you use Kerberos authentication for anything you may need to find an alternate method.
   
Reply With Quote
  (#36) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
02-12-2007, 06:59 PM

Thank You for sharing the fix. I am glad the issue is now fixed



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#37) Old
lello Offline
New Member
 
Posts: 2
Join Date: Dec 2007
Help me!!!! - 03-12-2007, 04:25 PM



Can you please send me more details about your solution. I newbee in PHP and it's very difficult for me to recompile the library.

Best regards.
Lello
   
Reply With Quote
  (#38) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
03-12-2007, 08:13 PM

Lello,
By recompile it means you just need to add function support which you can do by uncommenting the correct extension in php.ini. Make sure your extensions directory path is set correctly in php.ini



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#39) Old
lello Offline
New Member
 
Posts: 2
Join Date: Dec 2007
The right way - 04-12-2007, 09:39 AM

Excuse me,
my problem is that i don't know how I have to compile imap.so.
I know that after I have to configure php.ini with the correct extension.

Is this the right way?
   
Reply With Quote
  (#40) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
04-12-2007, 09:59 AM

I suppose you are on Linux as you are trying to compile PHP with .so file. You can try searching for someone at WHT who can get it done for you at a reasonable cost.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#41) Old
Crescenzo Offline
Registered User
 
Posts: 1
Join Date: Dec 2007
Wink Simple recompiling - 04-12-2007, 10:18 AM

Quote:
Originally Posted by lello View Post
Excuse me,
my problem is that i don't know how I have to compile imap.so.
I know that after I have to configure php.ini with the correct extension.

Is this the right way?
Hi, it's very simple to recompile, I did it many times at my home, you have to copy one file in the php folder and use make to recompile. It's a three minutes operation, very simple.

Bye,
cb.
   
Reply With Quote
  (#42) Old
jaylopez Offline
New Member
 
Posts: 12
Join Date: Sep 2007
02-01-2008, 07:47 PM

Actually I'm having the same problem but with Exchange 2003. SupportSuite can send emails with the account assigned to the queue and the client will receive it. But when the client replies from Outlook, the email never gets parsed by SupportSuite to annote the ticket.

I have tried Pipe, IMAP and POP3 with no success.
   
Reply With Quote
  (#43) Old
fivestarhost Offline
Registered User
 
Posts: 28
Join Date: Mar 2007
Location: Las Vegas
03-01-2008, 06:09 AM

I upgraded and it work, i'm a happy camper now
   
Reply With Quote
  (#44) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,962
Join Date: Aug 2006
Location: Mumbai, India
03-01-2008, 08:26 AM

Quote:
Originally Posted by fivestarhost View Post
I upgraded and it work, i'm a happy camper now
Good to know



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#45) Old
Ixian Offline
New Member
 
Posts: 6
Join Date: Apr 2007
25-01-2008, 07:15 PM

This still does NOT WORK. How is compiling php-imap without Kerberos support possibly considered to be a solution???
   
Reply With Quote
Reply

Tags
2007, exchange, pop3, supportsuite

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Help desk software by Kayako.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48