Jump to content

E-mails aren't not getting sent through completely [pipe issue]


Balcones

Recommended Posts

Hello everyone, I am having an issue with e-mail piping and making them land to my ticket system in WHMCS. I added what exactly the video told me to setup piping but when I tried to submit a dummy ticket, it seemed like it sent but no indication of it on the ticket system. I did a quick E-mail trace and was given the following error messages:

 

 

[redacted]@gmail.com

Jun 3, 2013 4:04:16 PM

 

support@[redacted].com

Child process of virtual_address_pipe transport returned 127 (could mean unable to exec or command does not exist) from command: /public_html/~my/pipe/pipe.php

 

The only thing I have did was to set the permissions to 755 for the file /pipe/pipe.php

Link to comment
Share on other sites

The path in the message doesn't look quite right. It should be something like:

 

~my/public_html/pipe/pipe.php

 

i.e. the username and public_html directory to be swapped.

 

Or in complete form:

 

/home/my/public_html/pipe/pipe.php

Link to comment
Share on other sites

if damo response does not fix your problem,

 

create a file info.php

<?php phpinfo(); ?>

 

Check if exec is disabled on your server. if it is and you have access you need to remove it from php.ini, if you dont have access to php.ini you will need to contact your provider.

 

the same file will also tell you the location of php.ini to help you find it.

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
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated