| |||||||||||
| | ![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| 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 |
| | |
(#2)
|
| Operations Manager 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). -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Operations Manager 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, -------------------------------------------------------------------
|
| | |
(#5)
|
| Senior Member 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/ |
| | |
(#6)
|
| 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. |
| | |
(#7)
|
| Operations Manager 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. -------------------------------------------------------------------
|
| | |
(#8)
|
| Senior Member 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/ |
| | |
(#9)
|
| Operations Manager 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 -------------------------------------------------------------------
|
| | |
(#10)
|
(#11)
|
| Senior Member 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/ |
| | |
![]() |
| Tags |
| pop3 |
| Thread Tools | Search this Thread |
| Display Modes | |
| |