Our team is developing an application, where performance is most important. We want to handle bounced e-mails from PHP, so I created a script, which reads the e-mail including its headers from STDIN, and then decides what to do. Could work perfectly with piping bounce@myapp.com to this script. But we can't find a way in ISPConfig to configure this behaviour.
We tried forwarding the address to "|php scriptname args", but it didn't succeed. We can also ask the system administrator set up special solutions, if that can't be accomplished trough ISPConfig. The reason why we installed ISPConfig was to handle mail accounts and websites easier, so replacing ISPConfig's functionality is not an option.
Thanks for your efforts!