Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.
+1
A:
Yes, Twisted includes a framework for building SMTP servers. There's a simple Twisted-based email server available here (also see here for some information about its development). At the other end of the complexity spectrum is Quotient, which is much more than a MTA.
Nicholas Riley
2009-04-24 03:31:56