Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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).
If you want something closer to a mail application server, there's Lamson.
回答2:
If you're looking for a full MTA solution you should check out http://slimta.org/ or as previously mentioned here http://lamsonproject.org I myself has experimented a bit with slimta and it seems to work well.
回答3:
It's pretty new, so nothing like the maturity of Twisted's SMTP, but there's also Lamson.