Uninstalling the SMTP service in Windows Server 2008

Uninstalling the SMTP service in Windows Server 2008 I had previously installed a third party SMTP application (MailEnable) on Windows Server 2008 R2 SP1. However, I then decided to remove it and install Microsoft Exchange 2010 instead.Unfortunately, the SMTP service component gets left behind and causes the Exchange installer pre-requisite checker to fail saying that […]

Installing and configuring Openssh on Ubuntu 10.04 (and windows client setup)

The first service that I wanted running on my server (Ubuntu 10.04) is ssh. It makes administration much easier and allows me to run the server headless and administrate it securely from my Windows 7 machine.SERVER-SIDEFirst you will need to install the openssh server: sudo apt-get install openssh-server Then you’ll want to stop the service […]