Archive for the ‘Python’ Category

TMS (Temporary Mail Server)

Saturday, February 19th, 2011

TMS is a temporary mail server written in python. What does it do? Well TMS will capture any emails sent to the server and will save the message into a database which can be viewed by visiting the web client. The server will never actually send the email to the recipient so TMS is great if you have a web application that is sending emails that you want to see the message and/or don’t want the email to reach the recipient.

GitHub Link: https://github.com/bmaynard/TMS/

Screenshots:

Any feedback is appreciated!

NFS Manager

Wednesday, August 11th, 2010

I have been playing around with python and django the last coupon of weeks and I have created a NFS Manager module. You can grab the source code from: http://github.com/bmaynard/NFSManager

It is fairly basic at the moment and I havn’t implement all the options available for NFS but you can manage several servers from one place :) . To use the module, you create new servers, then setup the shared directories and clients. After you have set everything up you can go to the server list and push the changes across from the action drop down.

If you have any comments or suggestions then please leave a comment, I would like to try and make the module more powerful.