Email piping with Plesk
To enable email piping of support tickets when using Plesk control panel you may need to use the following steps;
Create email address in plesk
Edit the file .qmail found in /var/qmail/mailnames/"domainname"/"address"
remove |true
remove ./Maildir/ ( if you don't want the mail to be delivered into the mailbox )
add | preline /home/httpd/vhosts/"domainname"/httpdocs/"clientexecfolder"/SupportPipe.php"
Change permissions for SupportPipe.php to 755
This should get email piping working in plesk
Create email address in plesk
Edit the file .qmail found in /var/qmail/mailnames/"domainname"/"address"
remove |true
remove ./Maildir/ ( if you don't want the mail to be delivered into the mailbox )
add | preline /home/httpd/vhosts/"domainname"/httpdocs/"clientexecfolder"/SupportPipe.php"
Change permissions for SupportPipe.php to 755
This should get email piping working in plesk
Updated on: 01/03/2023
Thank you!