Jump to content

Mellow-h

Members
  • Posts

    2
  • Joined

  • Last visited

Mellow-h's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. 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
×
×
  • Create New...