email piping issue; 'mail delivery' issue

bilsta

Verified User
Joined
May 26, 2007
Messages
7
hello,

I am using CE (client exec) and i am trying to pipe emails to the support system.

I have created the fowarder like so:
[email protected] -> "|php -q /home/clients/domains/webfora.net/public_html/billing/SupportPipe.php"

when i send a message too '[email protected]', i get this error from 'mail delivery system':


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 |php -q /home/clients/domains/webfora.net/public_html/billing/SupportPipe.php
generated by [email protected]

------ This is a copy of the message, including all the headers. ------

Return-path: <[email protected]>
Received: from smtp-out3.blueyonder.co.uk ([195.188.213.6])
by web1.webfora.net with esmtp (Exim 4.67)
(envelope-from <[email protected]>)
id 1K7HrF-0000iB-Ob
for [email protected]; Fri, 13 Jun 2008 23:34:57 +0100
Received: from [172.23.170.145] (helo=anti-virus03-08)
by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52)
id 1K7Hqo-0005qY-TY
for [email protected]; Fri, 13 Jun 2008 23:34:31 +0100
Received: from [77.96.115.124] (helo=billylaptop)
by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52)
id 1K7Hqo-0004gH-AX
for [email protected]; Fri, 13 Jun 2008 23:34:30 +0100
From: "billy howard" <[email protected]>
To: <[email protected]>
Subject: FW: testing emails
Date: Fri, 13 Jun 2008 23:34:25 +0100
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0098_01C8CDAE.04199C50"
X-Mailer: Microsoft Office Outlook 12.0
thread-index: AcjNjh0iGUU8uKc2SWCt7AGI4I8gRAAAT1TwAAWPM1A=
Content-Language: en-gb

These are the errors in my exim's 'mainlog';

2008-06-13 23:34:57 1K7HrF-0000iB-Ob <= [email protected] H=smtp-out3.blueyonder.co.uk [195.188.213.6] P=esmtp S=3556 [email protected] T="FW: testing emails" from <[email protected]> for [email protected]
2008-06-13 23:34:57 1K7HrF-0000iB-Ob => |php -q /home/clients/domains/webfora.net/public_html/billing/SupportPipe.php ([email protected]) <[email protected]> F=<[email protected]> R=drop_solo_alias T=devnull S=0
2008-06-13 23:34:57 1K7HrF-0000iB-Ob ** |php -q /home/clients/domains/webfora.net/public_html/billing/SupportPipe.php ([email protected]) <[email protected]> F=<[email protected]> R=virtual_aliases_nostar T=virtual_address_pipe: "php" command not found for virtual_address_pipe transport
2008-06-13 23:34:57 1K7HrF-0000iI-Rw <= <> R=1K7HrF-0000iB-Ob U=mail P=local S=4473 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2008-06-13 23:34:57 1K7HrF-0000iB-Ob Completed
2008-06-13 23:34:58 1K7HrF-0000iI-Rw => [email protected] F=<> R=lookuphost T=remote_smtp S=4631 H=mailin.blueyonder.co.uk [195.188.53.99] C="250 OK id=1K7Hqq-0003w5-8A"
2008-06-13 23:34:58 1K7HrF-0000iI-Rw Completed

i'd apreciate any help.

Regard
Billy Howard
 
Back
Top