I’m facing a problem for a long.
While i try to forward my mail using pipe into program, a weird problem is happening every-time. When i put the destination program and hit save, it is instantly stop receiving email in all the email i created even in every domain in my panel.
I have used “php -q /home/limda.net/public_html/client/crons/pipe.php” in forwarding option which causes mail receiving problem.
To automate my WHMCS ticketing system, i need to use this pipe program.
Please note that, pipe into program do not working properly even with a successful cron run.
After creating support ticket, brother Usman solved the email receiving issue as well as taught me the process to solve. But the problem happening every-time while i try to use this forwarding option.
Can anyone please tell me what procedure i should follow?
It looks like this issue was due to the dovecot conf missing some directives which caused it to stop working when using unix pipe filters with postfix.
Had to add this to /etc/dovecot/dovecot.conf
service stats {
unix_listener stats-reader {
user = vmail
group = vmail
mode = 0660
}
unix_listener stats-writer {
user = vmail
group = vmail
mode = 0660
}
}
Also noticed the perms were 777 vs 755 which is what is required. So i set those for you as well
Also, I set it to use the full path to php. This might not be needed but its always good to use the full path to minimize issues.
/usr/bin/php -q /home/limda.net/public_html/client/crons/pipe.php
I don’t have access to the WHMCS but it looks like its working how my WHMCS does when it gets an email via pipe so let us know if it’s working on your end when you can.
Plus if the admin is not assigned to that department it will not appear there despite it working.
As a courtesy went ahead and set up all the departments you had and tested them.
PM’mg you the email logins for the few you had created in WHMCS but not created in cyberpanel which wouldn’t have worked otherwise.
You also have two departments using the same email. They both had different settings. I recommend only having one department per email so whmcs does not get confused about where to open the ticket.
General Enquiries All Enquiries support@limda.net
Support For all support related questions support@limda.net