exim redirect mail to a script

Posted by DevilWAH on Stack Overflow See other posts from Stack Overflow or by DevilWAH
Published on 2012-11-23T23:03:16Z Indexed on 2012/11/23 23:03 UTC
Read the original article Hit count: 137

Filed under:
|
|
|
|

I am looking to set up a mail relay so that any mail sent to for example

@example.com

gets parsed be a PHP script.

I know to do this for indervidual address I could do some thing like

(from the following web site http://evolt.org/incoming_mail_and_php)

Con figure an Aliases such as

script: |/our/script.php

then any emails sent to [email protected] will be passed to the script given..

but how can I make it that every email to @example.com is passed to the script? thank you

© Stack Overflow or respective owner

Related posts about php

Related posts about email