• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Incoming Email pipe to a PHP script

M

MarjuneA

Guest
Hi,
I'm running Plesk 10.x with its default services. In regards to its email service, I want an incoming emails to be piped to a php script. How to I do this?

Thank you.
 
Thank you for the link.

Another thing is, it seems that Plesk doesn't have email filtering, is there another way to filter deferred emails?

It is like this, using the fifth parameters on PHP mail() I set the 'return-path' into '<identifier>-bounce@domain.com'. Whenever the email is marked as 'deferred', it would be filtered so that I can determine which email it is and pipe it to a php script to handle it. How would to do this on Plesk 10.x?

The same method was implemented on CPanel and it works. But since we migrated on Plesk, and I'm new to it.

Thank you.
 
oSticket email piping with qmail

Here is a little tip... If you are getting errors in the maillog saying it is unable to open the file try this:

Check if you are running php as fastcgi...if you are, then make sure you use /user/bin/php-cgi instead of /user/bin/php.

This will resolve the permission issues with email piping from oSTicket.
 
Back
Top