Postfix – Piping on UNIX – Email Parser Installation
Postfix
Alias File:
/etc/postfix/aliases
Assuming that we are setting up sales@company.com and support@company.com; we will create the corresponding entries in the file as follows:
support@company.com: “|/full/path/to/cli/index.php”
sales@company.com: “|/full/path/to/cli/index.php”
sales@company.com: “|/full/path/to/cli/index.php”
Once the alias file has been edited, you will need to run the “newaliases” command.