Smtpd module

Johny python at hope.cz
Fri Apr 23 05:30:42 EDT 2010


I would like to use smtpd module to write very simple smtp server but
this server must:

1. accept several connections at the same time( like a forking server)
2. have basic authentication  that is it must understand AUTH command.

Does anyone know if the smtpd module have both?
Thanks

Ba.



More information about the Python-list mailing list