• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

email filtering/piping

A

ant083

Guest
I am unable to pipe email to a php file used by my online support ticket system.

I've tried editing the .qmail file at /var/qmail/mailnames/website.com/support so that it contains the following line:

| /var/www/vhosts/website.com/httpdocs/support/emailpipe.php

and I've also tried this line:

| /usr/bin/php -q /var/www/vhosts/website.com/httpdocs/support/emailpipe.php

With the first line I get this error:
/bin/sh: /var/www/vhosts/website.com/httpdocs/support/emailpipe.php: Permission denied

The second line gives me this error:
No input file specified.

I suspect that it has something to do with the permissions so I used chown emailpipe.php to popuser:popuser and psaadm:psaadm and root:root, I've also tried chmod 777 and 755. None of those things make a difference.
 
check not only file permissions but permissions of each folder in path /var/www/vhosts/website.com/httpdocs/support/

i think either website.com/ or httpdocs/ are not accessible for 'popuser'
 
Back
Top