I setup a php piping for "incoming@mydomain.com" in my postfix configuration.
Now, what I need is to pass the "rcpt to" email address to the PHP script as a command line parameter. Is it possible?
incoming: "|/path/to/piping.php"
Thanks.
|
I setup a php piping for "incoming@mydomain.com" in my postfix configuration. Now, what I need is to pass the "rcpt to" email address to the PHP script as a command line parameter. Is it possible?
Thanks. |
|||
|
|
|
No, this is not possible. At least not in the way you do it. You need a transport configured in To get the official documentation about that topic, follow the configuration with http://www.postfix.org/master.5.html and http://www.postfix.org/transport.5.html |
|||
|
|