Python smtp server

Brendan Leong See s003935 at student.uq.edu.au
Mon Sep 18 19:38:10 EDT 2000


A simple smtpd is all I need, it would be great if you could make it
available and post a link. Thanks.

"Barry A. Warsaw" wrote:

> >>>>> "BLS" == Brendan Leong See <s003935 at student.uq.edu.au> writes:
>
>     BLS> I've noticed that Python libraries only support the client
>     BLS> side of the smtp protocol. Could anyone tell me where I could
>     BLS> find a smtp server already implemented?
>
> I have a very simple smtpd which implements the minimal required RFC
> 821 protocol.  It's built around asyncore/asynchat, and I now use it
> to debug some GNU Mailman features.  It's not very sophisticated, and
> I don't plan on spending any time supporting it, but if people are
> interested, I can make it available for download.
>
> -Barry



More information about the Python-list mailing list