I am setting up a eticket support helpdesk using pipe to get the emails into eticket and it works great but my senders are getting bounce message back from the cpanel for some reason.
Here an example of the bounce
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/ccccc/public_html/helpdesk/pipe.php
generated by support@ccccc.com
The following text was generated during the delivery attempt:
------ pipe to |/home/ccccc/public_html/helpdesk/pipe.php
generated by support@ccccc.com ------
X-Powered-By: PHP/5.2.6
Set-Cookie: PHPSESSID=5503c575cb5796ef7c81ea79eecb7862; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
It look like php is generating a message after each sucessful pipe and email server is assuming it a bounce message then send the php message back to the sender.
I believe one way to stop this is to add -q in the /usr/bin/php -q |/home/ccccc/public_html/helpdesk/pipe.php so php would stay silent but I cannot do this in cPanel instead I am force to only use home/ccccc/public_html/helpdesk/pipe.php in the forwarder.
Is there a way to stop this bounce message? Pipe is working fine it just sending bounce back to the sender is what my issue are.
Thanks
Bill



LinkBack URL
About LinkBacks
Reply With Quote








