S Shawn M Basic Pleskian Aug 1, 2012 #1 Does Plesk 11 Support Email Piping? If so, where can I find it? Thanks!
IgorG Plesk addicted! Plesk Certified Professional Aug 2, 2012 #2 Look at http://www.thevisionworld.com/tag/plesk-email-piping http://stevejamesson.com/2008/05/13/plesk-email-pipingemail-pipe-osticket-trellis/ Maybe it will help.
Look at http://www.thevisionworld.com/tag/plesk-email-piping http://stevejamesson.com/2008/05/13/plesk-email-pipingemail-pipe-osticket-trellis/ Maybe it will help.
abdi Platinum Pleskian Aug 2, 2012 #3 Also to email pipe on a plesk server requires you to have SHELL access to the server. If you do then its quite easy, how just do the following: Code: vim /var/qmail/mailnames/yourdomain.com/emailaccount/.qmail In that file, add the following line at end of the file, Code: | /usr/bin/php -q /var/www/vhosts/domain.com/httpdocs/php_pipe_script.php That's it basically ...
Also to email pipe on a plesk server requires you to have SHELL access to the server. If you do then its quite easy, how just do the following: Code: vim /var/qmail/mailnames/yourdomain.com/emailaccount/.qmail In that file, add the following line at end of the file, Code: | /usr/bin/php -q /var/www/vhosts/domain.com/httpdocs/php_pipe_script.php That's it basically ...
J JustinGivens Basic Pleskian Oct 14, 2013 #4 Doesn't seem to work. I just keep getting Oct 14 12:59:18 imageinabox qmail: 1381773558.947005 delivery 116: deferral: Status:_404_Not_Found_/Content-type:_text/html_/_/No_input_file_specified./ I trying to use php script to read the email. Code: #!/usr/bin/php -q <?php $message = file_get_contents( 'php://stdin' ); //nothing crazy. ?>
Doesn't seem to work. I just keep getting Oct 14 12:59:18 imageinabox qmail: 1381773558.947005 delivery 116: deferral: Status:_404_Not_Found_/Content-type:_text/html_/_/No_input_file_specified./ I trying to use php script to read the email. Code: #!/usr/bin/php -q <?php $message = file_get_contents( 'php://stdin' ); //nothing crazy. ?>