Faizal1 Posted March 29, 2023 Share Posted March 29, 2023 Hi there, Just want to clarify something. We are using the forwarding method to pipe emails into WHMCS ticketing. I just noticed we had 2 cron jobs setup. Do we need the pipe.php cron? /usr/bin/php -q /home/xxxxxx/xxxxxx/crons/cron.php >/dev/null 2>&1 /usr/bin/php -q /home/xxxxxx/xxxxxx/crons/pipe.php >/dev/null 2>&1 I know we need the 1st cron to automate all tasks but i'm not sure if using the forwarder method we need the 2nd one. Any help/advice would be appreciated. 0 Quote Link to comment Share on other sites More sharing options...
RadWebHosting Posted March 29, 2023 Share Posted March 29, 2023 Hi, if I understand your question, you are forwarding emails into your support departments. In this case, yes, the /crons/pipe.php is appropriate to run periodically. You would not need to run pop.php crons in this case, however. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager Solution WHMCS John Posted March 30, 2023 WHMCS Support Manager Solution Share Posted March 30, 2023 Hi @Faizal1 The pipe.php script should not be run as a cronjob. Please remove that one. Pipe.php is part of the Email Piping method and is configured as an email forwarder: https://docs.whmcs.com/Email_Piping Pop.php should operate as a cron job if you're using the Email Importing method: https://docs.whmcs.com/Email_Importing 1 Quote Link to comment Share on other sites More sharing options...
Faizal1 Posted March 30, 2023 Author Share Posted March 30, 2023 8 hours ago, WHMCS John said: Hi @Faizal1 The pipe.php script should not be run as a cronjob. Please remove that one. Pipe.php is part of the Email Piping method and is configured as an email forwarder: https://docs.whmcs.com/Email_Piping Pop.php should operate as a cron job if you're using the Email Importing method: https://docs.whmcs.com/Email_Importing Thank you so much John. I did remove it yesterday and piping is working as it should. 0 Quote Link to comment Share on other sites More sharing options...
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.