bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.
ISC License
128 stars 42 forks source link

support authentication for proxy server #27

Closed duongkai closed 8 years ago

duongkai commented 8 years ago

The proxy server will support authentication parameters when initializing this class.

bcoe commented 8 years ago

@duongkai I write mostly Node.js these days and there's a danger I'll do more harm than good reviewing this pull request. I've added you and several other recent collaborators as owners on this repo. I encourage folks to work together, review each others pull requests, and merge at will. I will happily push new releases to PyPi as needed

CC: @aldur, @pauloppenheim-liveloop.

thestick613 commented 8 years ago

You also might want to look into the slimta python package as well. It's pretty well written and has support for a lot of features missing from the standard library.