- Edited
Hi, I am using cPanel 11 to forward/pipe(not sure of the terminology) mails as shown in:
http://www.osticket.com/wiki/Email_Settings#Setting_up_aliases_in_cPanel(http://www.osticket.com/wiki/Email_Settings#Setting_up_aliases_in_cPanel)
The email always bounces back (I have tried with and without quotes, with and without the -q, and with php and /usr/bin/php):
This is the error I get
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/usr/bin/php /home/ticket/public_html/support/api/pipe.php
generated by support@domain.com
local delivery failed
The following text was generated during the delivery attempt:
------ pipe to |/usr/bin/php /home/ticket/public_html/support/api/pipe.php
generated by support@domain.com ------
Status: 403 Forbidden
X-Powered-By: PHP/5.2.5
Content-type: text/html
Access denied.
This is the setup in Cpanel
support@domain.com goes to |/usr/bin/php -q /home/ticket/public_html/support/api/pipe.php
I have changed settings for the api directory to 777 to see if it was permissions - it was not as the directory and the file is world executable.
I did find a posting similar to this, but did not seem to find a clear resolution on this.
Anyone seen this issue before?
PS - am I right in thinking that using piping means that I never need to fetch mails using a pop cron job as the emails will be pushed at the system? Am I right in thinking that pipe.php will automatically issue a reply if it is so set up in the email settings in the admin panel?
TIA
Robert