Python MTA
Geoff Gerrietts
geoff at gerrietts.net
Fri Jun 7 20:26:19 EDT 2002
Quoting David LeBlanc (whisper at oz.net):
> <ahem> and the documentation (something more then help(smtpd) please) for
> smtpd is where? :P)
>
> It's not in pythondocs for 2.2.1, unless it's well hidden. smtplib is
> documented, but that's a client interface.
>
> TMDA: BTDT - Like ASK, requires an external Linux/Unix based MTA. Thanks for
> the pointer though :)
The comments at the top of the library file --
/usr/local/lib/python2.2/smtpd.py on my box -- should give you much of
what you're looking for in the way of documentation. The source may
prove equally enlightening if you just skip over the stuff you don't
understand. :)
I can't be of further help on the topic, though; I don't know anything
about THIS module, just have done this drill myself a few times. Lots
of undocumented goodies in the standard libraries, if you crack them
open and have a look inside.
--
Geoff Gerrietts <geoff at gerrietts dot net>
"Ordinarily he was insane, but he had lucid moments
when he was merely stupid." --Heinrich Heine
More information about the Python-list
mailing list