linuxMaestro
Instructor
I get an error when piping email to a php script
I setup the forwarder as
|'/home2/autosec/public_html/getmail.php'
But get the error:
R=virtual_aliases_nostar T=virtual_address_pipe: Child process of virtual_address_pipe transport returned 127 (could mean unable to exec or command does not exist) from command: /home2/autosec/public_html/getmail.php
i tried chmod 755 getmail.php
and
i added this lin\e to the top
#!/usr/local/bin/php
The email send is bounced back, what Im I doing wrong?
I setup the forwarder as
|'/home2/autosec/public_html/getmail.php'
But get the error:
R=virtual_aliases_nostar T=virtual_address_pipe: Child process of virtual_address_pipe transport returned 127 (could mean unable to exec or command does not exist) from command: /home2/autosec/public_html/getmail.php
i tried chmod 755 getmail.php
and
i added this lin\e to the top
#!/usr/local/bin/php
The email send is bounced back, what Im I doing wrong?