Okay... since at this point I've spent 11 hours trying to figure this crap out I'll ask you guys.
Here's the deal: I want Exim to pipe an email address to a php program. Should be as simple as 123 right? Umm.. no...
I just sent a test email from the server to
helpdesk@somedomain.com and this is the error message that was returned:
From: Mail Delivery System
To:
root@somedomain.com
Subject: Mail delivery failed: returning message to sender
---------------------------------------------------------------------------------------
This message was created automatically by mail delivery software (Exim).
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/something/public_html/helpdesk/email.php
generated by
helpdesk@somedomain.com
Child process of virtual_address_pipe transport returned 69 (could mean service or program
unavailable) from command:
/home/something/public_html/helpdesk/email.php
I've checked permissions 800 million times (since generally returning 69 means a permissions problem with the command, in this case email.php).
So anyways 11 hours later still nothing. Here's my valias entry for the domain:
helpdesk@somedomain.com: |/home/something/public_html/helpdesk/email.php
Any suggestions?