jbach Posted March 5, 2007 Share Posted March 5, 2007 We are trying to setup the email piping with using the trial version without Cpanel and although the cron job works, the pop.php script doesn't seem to be able to connect to the email account we have setup. Cron Job is setup like this: */5 * * * * /usr/bin/curl xxxx://support.ourdomain.com/pipe/pop.php POP Import Log Date: 04/03/2007 23:58:23 Connection to mail.ouremailserver.com failed We can telnet to the server on port 110 without trouble. Any thoughts or suggestions? 0 Quote Link to comment Share on other sites More sharing options...
0 thernes Posted March 19, 2007 Share Posted March 19, 2007 If my mind serves me right, you need IMAP installed on the server? Is this installed? 0 Quote Link to comment Share on other sites More sharing options...
0 Adam Posted March 19, 2007 Share Posted March 19, 2007 Hey, Shouldn't it be */5 * * * * php -q /home/eastsd/public_html/support/billing/pipe/pop.php and thernes is correct, you do need IMAP to be installed on the server if you are running that command. From, Adam 0 Quote Link to comment Share on other sites More sharing options...
Question
jbach
We are trying to setup the email piping with using the trial version without Cpanel and although the cron job works, the pop.php script doesn't seem to be able to connect to the email account we have setup.
Cron Job is setup like this:
*/5 * * * * /usr/bin/curl xxxx://support.ourdomain.com/pipe/pop.php
POP Import Log
Date: 04/03/2007 23:58:23
Connection to mail.ouremailserver.com failed
We can telnet to the server on port 110 without trouble.
Any thoughts or suggestions?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.