Hello,
I am having a problem getting piping to work with postfix.
I have added the following alias to my /etc/postfix/virtual_aliases file and rebuilt with postmap (I've also added a test email alias to ensure the db files are being correctly read):
vision@domain.com "|/home/username/public_html/helpdesk/manage/pipe.php"
and have tested several times using email which ultimately bounces... postfix log file gives errors like this:
550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command))
I've verified that I've created a mail queue from the vision admin side and have enabled it (btw, the queue status enabled/disabled appears to be reverse - it shows "disabled" when it is enabled and vice versa, I'm not sure which is correct, but in both states, my test fails.
Any suggestions?
Lou