Hi,
I am triying to call a php script from an email alias to save all bounce emails. The problem is that when the alias call the script it print permission denied:
<bounce@domain.com>:
/bin/sh:
/var/www/vhosts/domain.com/httpsdocs/front/piping/index.php:
Permission denied
I have create the alias in /var/qmail/mailnames/domain.com/.qmail-bounce ->
|/var/www/vhosts/domain.com/httpsdocs/front/piping/index.php
The file /var/www/vhosts/domain.com/httpsdocs/front/piping/index.php have permission 755 and also i have tried to set permissions to 777
In this domain I have a SSL cretified, I think that could be the problem because I have tried It in another domain without SSL and It works.
Please help!!!
Thanks for anticipate...
I am triying to call a php script from an email alias to save all bounce emails. The problem is that when the alias call the script it print permission denied:
<bounce@domain.com>:
/bin/sh:
/var/www/vhosts/domain.com/httpsdocs/front/piping/index.php:
Permission denied
I have create the alias in /var/qmail/mailnames/domain.com/.qmail-bounce ->
|/var/www/vhosts/domain.com/httpsdocs/front/piping/index.php
The file /var/www/vhosts/domain.com/httpsdocs/front/piping/index.php have permission 755 and also i have tried to set permissions to 777
In this domain I have a SSL cretified, I think that could be the problem because I have tried It in another domain without SSL and It works.
Please help!!!
Thanks for anticipate...