[Python] SMTP server based on Python?

Fredrik Lundh fredrik at pythonware.com
Wed Dec 6 16:43:33 EST 2006


Peter Smith [gjfc] wrote:
> I have sendmail working on my linux box.
> 
> Since I can use sendmail to send e-mails, would it be easy to write a
> simple Python class which listens for data on port 25?
> 
> Then, if it gets some data, it just passes it to sendmail.
> 
> Do any of you know if such a simple script is floating around somewhere
> on the net?

 >>> import smtpd

</F>




More information about the Python-list mailing list