Jump to content
  • 0

Can't get ticket piping to work


sunrisepro

Question

I'm having trouble setting up the forwarder in cPanel as nothing seems to work. I tried both

/usr/bin/php /home/username/public_html/blesta/plugins/support_manager/pipe.php
/usr/local/bin/php /home/username/public_html/blesta/plugins/support_manager/pipe.php

Blesta is in a subfolder named 'Blesta'. The error message I get is

Action: failed
Final-Recipient: rfc822;|/home/USERNAME/usr/local/bin/php /home/USERNAME/public_html/blesta/plugins/support_manager/pipe.php
Status: 5.0.0

The path to pipe.php is correct - what else could be wrong? I also checked with my host & confirmed that Mailparse is installed & active.

Link to comment
Share on other sites

Recommended Posts

  • 0

It's working after my host looked into it & provided a fix:

I believe I managed to resolve the issue by changing the pipe email forwarder to the following:

|/usr/local/php53/bin/php-cli /home/username/public_html/blesta/plugins/support_manager/pipe.php

I sent a test email and so far I have not received a bounceback email.

The issue was caused by the fact that the default PHP binary used when the email was piped did not have the mailparse PHP extension. The following PHP binary, however:

/usr/local/php53/bin/php-cli

does have the extension and now the email piping should work.

I don't know how common this issue may be but maybe it's worth noting in your documentation?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...