Ashoat Posted March 3, 2008 Posted March 3, 2008 Well, I really don't know about the bouncing. I would set up a filter rule in your email to just delete those bounce messages. I mean, if the script's working, bounce messages aren't a big price to pay.
Mellow-h Posted March 8, 2008 Posted March 8, 2008 Your piping is not working because according to your forwarding command it looks like its not using the php app. flp@fpetit.heliohost.org to |/home/fpetit/email.php Go to Cpanel >> Mail >> Forwarders Delete the forwarder you set for flp@fpetit.heliohost.org, and re-add with the following command: | php -q /home/fpetit/email.php Also make sure email.php is set with 755 at least. If the server is using suPhp then do not set the permission 777, it will generate 500 error. Hope this should solve your problem
Federico Posted March 8, 2008 Author Posted March 8, 2008 Your piping is not working because according to your forwarding command it looks like its not using the php app. Hope this should solve your problem As I had told in the original post, the forwarding to the script IS working. The only problem is the nonsense bouncing e-mail.
Mellow-h Posted March 10, 2008 Posted March 10, 2008 Yes, forwarding is working, but piping is not working Thats why its bouncing the mail back. Primary reason of not having the pipe worked is, php is not being recognised by the pipe. Usually my advise solve most of the pipe mail bounce problem, if it doesn't, then permission can be another reason. Sometimes you may need to replace php command with the original php binary, like /usr/bin/php
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now