WHMCS pipe for Directadmin

bcoker

Verified User
Joined
Sep 7, 2010
Messages
51
WHMCS pipe for Directadmin - SOLVED

Hello,

Anyone know the correct email pipe for WHMCS 4.1 and Latest DA? The pipe given in WHMCS doesn't work and all the posts i've read do not work either.

PHP:
| php -q /home/username/domains/domain.com/public_html/pipe/pipe.php

I've tried with cron and direct aliases edit, with and without qoutes as described in lots of posts.

I'd like to use the forward option or I'll have to recompile php with imap which DA doesn't support if something goes south.

Thanks.
 
Last edited:
This is how I have setup my email forwarder, and this way it does work with whmcs email piping:

Code:
"|/usr/local/bin/php -q /home/USERNAME/domains/DOMAINNAME.TLD/private_html/pipe/pipe.php"
 
Ditto,

Thanks for your reply.

You know, I'm certain that the many attempts that I made had your example in it, but maybe I had a spacing issue or something.

Trying with your line cut and pasted with just the modified path to mine worked right away. Thanks so much for the hand.

I really appreciate it.
 
Back
Top