tempmail is a temporary e-mail address provider (including SMTP server and web frontend). Basically your own Mailinator -- only that it's not blocked everywhere.
Components:
Notable features:
You can see a demo installation at http://tm.zakx.de/.
pip install -U -r requirements.txt
settings.py-dist
to settings.py
and tweak the settings withinpython modules.py
once.twistd -y smtpd.py --logfile=smtpd.log
app.py
, see their deployment docsSMTPD_PORT
, like so: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25 -j REDIRECT --to-port 2500
...and that's it. If you need help, you'll find me on irc.hackint.org. Just /msg zakx
.