I'm developing a web application that requires that a registered username be able to receive emails to:
<some-username>@<my-web-app>.com
I need a way to be able to process the email with Python once the system has verified the address is in the system.
Assuming you are using Postfix, how can you add a hook for Python to do some post processing, once an email is received?