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

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
offline Offline
New Member
 
Posts: 7
Join Date: Oct 2006
POP3 Not Working - 11-04-2007, 07:55 PM

I have setup pop3 accounts under manage email queues and they do not seem to work. Here is the wget I am running everyfive minutes in cron...

#!/bin/bash

/usr/bin/wget -q --delete-after http://www.superfloorcenter.com/supp....php?_t=parser >/dev/null


When I look at the manage tasks it shows that it is running every 10 minutes. When I look at the httpd logs its showing up as having been accessed.

When I look at the pop3 logs on the other server it is not showing that the support account has even attempted a loggin.

Lost, any help would be appreciated.

Thanks,

Chris
   
Reply With Quote
  (#2) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,676
Join Date: Jan 2006
Location: England, UK
11-04-2007, 08:16 PM

Hi Chris,

By "look at manage tasks" do you mean check the automated tasks log? (Under Logs).


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#3) Old
offline Offline
New Member
 
Posts: 7
Join Date: Oct 2006
11-04-2007, 09:06 PM

Scheduled Task -> Manage is what I was looking at. Task log has no entries in it for pop3 tasks, I'm not sure if it supposed to.
   
Reply With Quote
  (#4) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,676
Join Date: Jan 2006
Location: England, UK
11-04-2007, 09:08 PM

Hi offline,

It should be logging a success each time it polls. I believe you may not have enabled the task (disabled by default). You can check by going to Admin CP > Scheduled Tasks > Manage.

If POP3/IMAP Fetching is greyed out, then it is disable (click the enable button to enable it)

Thanks,


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
11-04-2007, 11:08 PM

Set a cron on your server to execute the file /cli/index.php every 5 minutes. That should do the trick.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#6) Old
offline Offline
New Member
 
Posts: 7
Join Date: Oct 2006
12-04-2007, 11:40 AM

Its enabled in the task log. Now my cronjob looks like this...

#!/bin/bash

/usr/bin/wget -q --delete-after http://www.superfloorcenter.com/supp....php?_t=parser >/dev/null
/usr/bin/wget -q --delete-after http://www.superfloorcenter.com/support/cli/index.php

Its still not working. I am still not getting entries into the task log and im not showing any login to my pop3 server. But the manage task list is showing a last run time like its running normally.
   
Reply With Quote
  (#7) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,676
Join Date: Jan 2006
Location: England, UK
12-04-2007, 12:07 PM

Hi offline,

Please create a support ticket where the support team will be able to take a look at your installation for you.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#8) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
12-04-2007, 12:12 PM

The issue may not be with the cron, it may be set correctly. The issue is with your PHP settings, it is not compiled with IMAP support.

"Your PHP is not compiled with IMAP Support."

This is the message you get when you run the URL -- http://www.superfloorcenter.com/supp....php?_t=parser in the browser.

Adding IMAP support should fix the issue.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#9) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,676
Join Date: Jan 2006
Location: England, UK
12-04-2007, 12:25 PM

Hi supportskins,

Is IMAP support in PHP required to make POP3 connections?

EDIT: So it is - I always took the default compilation of PHP for granted


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---

Last edited by Jamie Edwards; 12-04-2007 at 12:31 PM.
   
Reply With Quote
  (#10) Old
offline Offline
New Member
 
Posts: 7
Join Date: Oct 2006
12-04-2007, 01:16 PM

Perfect! That was the probem, now everything is working.

Thanks!!
   
Reply With Quote
  (#11) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 5,554
Join Date: Aug 2006
Location: Mumbai, India
12-04-2007, 05:06 PM

Good to know the issue is resolved



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/ - NEW SKIN ADDED!!
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
Reply

Tags
pop3

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.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78