Tuesday, May 07, 2013

Smtp Server over Windows 7


Remote Server Administration Tools for Windows® 7 with SP1
http://www.microsoft.com/en-us/download/details.aspx?id=7887

hMailServer





http://www.hmailserver.com/index.php?page=download






No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...