Hi, have managed to setup piping from postfix to the php script. Have done it with the alias in the /etc/aliases file. When the email comes addressed to the local user, it gets piped to the /api/pipe.phpIt works well but I'd like to know how to how to pipe to the correct email in the system.so if I've got abc@domainA.com and def@domainB.com, how do I pipe the local email to the correct emails defined in the system?