Python smtp server

Barry A. Warsaw bwarsaw at beopen.com
Mon Sep 18 09:40:58 EDT 2000


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