Postfix filter messages and pass to PHP script
- by John Magnolia
Each time a user signs up to our website through an external provider we get a basic email with the body contents containing the user details.
I want to write a personalised automatic reply to this user. The actual parsing of the email body and reply via PHP I have already wrote but how do I go about configuring this from postfix?
At the moment it is configured using a roundcube Sieve plugin where the email gets moved into a folder "Subscribe". Is it possible to create a custom action here?
Debain Squeeze, Postfix and Dovecot