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> -- http://mail.python.org/mailman/listinfo/python-list