> > -Original Message-
> > From: Dave Goodchild [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, March 02, 2006 1:07 PM
> > To: php-general@lists.php.net
> > Subject: [PHP] Sendmail issue
> >
> >
> > Hi all, I am trying to trigger a php scrip
Dave Goodchild wrote:
Hi all, I am trying to trigger a php script by sending an email to it. The
script commences with
#!/usr/local/bin/php
to run as a general cgi, and then proceeds to access the email by opening
php://stdin. I get all that.
However, I am editing the /etc/aliases file to crea
Dave Goodchild wrote:
However, I am editing the /etc/aliases file to create an email alias for the
script by inserting the following line:
agecon "/|/home/agecon/dm/ac_incomingphp"
Shouldn't this read...
agecon: "| /home/agecon/dm/ac_incomingphp"
I'm not an expert at this stuff, but tha
Hi all, I am trying to trigger a php script by sending an email to it. The
script commences with
#!/usr/local/bin/php
to run as a general cgi, and then proceeds to access the email by opening
php://stdin. I get all that.
However, I am editing the /etc/aliases file to create an email alias for th
4 matches
Mail list logo