Skip to main content

Pipe emails to WHMCS

Comments

5 comments

  • Infopro
    Have you reviewed the docs for WHMCS on this topic? Email Piping - WHMCS Documentation
    0
  • twhiting9275
    Does the mail actually get delivered? I know that PHP will return rejection notices if you have errors in the script, but that shouldn't stop the mail itself from being delivered. Make sure that you remove the invalid extensions from PHP.ini that will clear those errors up
    0
  • AffordableDomainsCanada
    Does the mail actually get delivered?

    No. WHMCS does not end up opening a ticket..
    0
  • AffordableDomainsCanada
    I have fixed the duplicate extension in the php.ini but I still receive this error.
    This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/home/jafforda/public_html/crons/pipe.php generated by support@example.ca[/EMAIL] local delivery failed Reporting-MTA: dns; alpha.example.ca Action: failed Final-Recipient: rfc822;|/home/jafforda/public_html/crons/pipe.php Status: 5.0.0
    0
  • twhiting9275
    You still didn't answer the question, are the mails getting imported? PHP sometimes does actually deliver/import the message despite sending that reply that it didn't Take a look in your cron directory for error logs Make sure ownership is correct (should be user:user) Make sure permissions are correct (should be user only, no group, no world, aka 700) If there's an error log in your cron directory, make sure to go through it, or have someone that understands this stuff do it.
    0

Please sign in to leave a comment.