email handling with inbox.py and nginx
Posted
by
Matt Ball
on Server Fault
See other posts from Server Fault
or by Matt Ball
Published on 2012-06-09T01:04:45Z
Indexed on
2012/06/09
4:42 UTC
Read the original article
Hit count: 541
I have a Flask web application running behind gunicorn and Nginx. Nginx proxies any traffic to ivrhub.org to the correct flask app.
I would very much like to use inbox.py to process some incoming email. Running inbox.py's example on my server and then sending an email to [email protected] does not work as I intended. The inbox.py server does not seem to receive anything but the email also does not bounce.
I'm missing something conceptually -- is there a DNS setting I need to configure or something I need to adjust with Nginx?
© Server Fault or respective owner