On a Ubuntu server, what's the easiest way to run a script (e.g. Python) when an email is received?
Email filters would be good, but not necessary.
On a Ubuntu server, what's the easiest way to run a script (e.g. Python) when an email is received?
Email filters would be good, but not necessary.
If you're already running Sendmail you can add an alias to "|/bin/whatever/you/want/to/run".