Hi there,
I am trying to pipe email directly to be read by a PHP script and I was wondering if anyone else has done it before? I'm using Exim on the server and have added the following to my /etc/valiases/domain file:
|/home/mydomain/public_html/emailparse/email/email.php
but when I send an email to that address I get the following error:
pipe to |/home/mydomain/public_html/emailparse/email/email.php
generated by thelist@mydomain.com
The following text was generated during the delivery attempt:
------ pipe to |/home/mydomain/public_html/emailparse/email/email.php
generated by thelist@mydomain.com ------
X-Powered-By: PHP/4.1.2
Content-type: text/html
Any ideas what I'm doing wrong? I've set the email.php file with all permissions needed
Thanks
John