En Fri, 23 Apr 2010 06:30:42 -0300, Johny <pyt...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to