Jump to content

Recommended Posts

Posted

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.

Posted

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 :)

Posted
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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...