Smtpd module

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Apr 23 15:50:14 EDT 2010


En Fri, 23 Apr 2010 06:30:42 -0300, Johny <python at hope.cz> escribió:

> 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)

I think asyncore takes care of that.

> 2. have basic authentication  that is it must understand AUTH command.

I think there was a recipe doing AUTH in code.activestate.com

-- 
Gabriel Genellina




More information about the Python-list mailing list