ok, I went into shell and modified what cPanel created when I created the forwarders to pipe to the scripts...
I added this to the pipe:
/usr/bin/php -q
so the pipes look like this, I did again change the paths though for security:
support@myTestDomain.com: "|/usr/bin/php -q /home/fakeuser/public_html/support/api/pipe.php"
Now I get this message:
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 |/usr/bin/php -q /home/fakeuser/public_html/support/api/pipe.php
generated by support@myTestDomain.com
local delivery failed
The following text was generated during the delivery attempt:
------ pipe to |/usr/bin/php -q /home/fakeuser/public_html/support/api/pipe.php
generated by support@myTestDomain.com ------
PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1118 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1119 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1120 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1121 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1122 in Unknown on line 0 PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 1123 in Unknown on line 0
Could any of that be the reason it is failing?
Thanks,
Richard