Simple SMTP Server tools for Python

The script smtps.py implements a simple extensible SMTP server. This makes it easy to develop specialized SMTP Servers for testing etc. It is usable as a test server as it is, or you may specialize it by subclassing in your own scripts.

The script pyspy.py is an example smtps.py application. This implements a simple SMTP Proxy with DNS lookup. This is useful for systems that don't have sendmail running. I use it to proxy between a Linux box and a bespoke Internet connection from a well known American On Line company.

See the embedded documentation for more details.

Consulting

I'm available for Python, MQ, Unix & C/C++ consulting assignments. See http://www.open-networks.co.uk and my cv for more details.

Contact Me

Feedback, Questions, Comments, Suggestions & Bugs to lsmithson@open-networks.co.uk. Or see my Home Page.
(c) Copyright L. Smithson 2001.
$Id: pysmtp.html,v 1.4 2006/01/24 17:19:33 lsmithso Exp $