email forward pipe gives error.

Status
Not open for further replies.

nitin_bhatt76

New Member
Messages
3
Reaction score
0
Points
0
I've setup proper forward in Cpanel mail setup for admin@qc.x10.bz.. get following error. Please help.

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/nitinb/public_html/qcmails.php
generated by admin@qc.x10.bz
local delivery failed

The following text was generated during the delivery attempt:

------ pipe to |/home/nitinb/public_html/qcmails.php
generated by admin@qc.x10.bz ------

Status: 404 Not Found
X-Powered-By: PHP/5.2.13
Content-type: text/html

No input file specified.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I'm not sure what you mean, you used the forwarders in cPanel?
 

nitin_bhatt76

New Member
Messages
3
Reaction score
0
Points
0
Yes.. Thats correct .. but I get this error in return email. I do have the .php file with 755.

---------- Post added at 02:56 PM ---------- Previous post was at 12:42 PM ----------

I think its getting to my php program which has simple 2 lines for test :

#!/usr/bin/php –q
<?php
$sErrorSTDINFail = "Error - failed to read mail from STDIN!";

?>

its PHP script that generating this error :
is the first line in php script ok ? can someone help.


Error:
------ pipe to |/home/nitinb/public_html/qcmails.php
generated by admin@qc.x10.bz ------

Status: 404 Not Found
X-Powered-By: PHP/5.2.13
Content-type: text/html

No input file specified.
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Unfortunately we're not able to help or troubleshoot PHP applications. However I have verified mail forwarding is working correctly on your server.

You may want to post something in the programming section of the forums.
 
Status
Not open for further replies.
Top