Ask YC: How do I send incoming email to a PHP script?
https://news.ycombinator.com/item?id=186875I've never dealt with email servers so don't quite know where to begin. All I'm looking to do is send incoming emails to a PHP script that can then parse the message and take action based on the contents. I've got a box running FC and it looks like the default mail server is postfix. Is there a simple way to get this going? I'm worried about fiddling too much on my own as the server hosts a few dozen moderate traffic sites. Thanks!