Install Postfix as SMTP only Server
Uninstall postfix
sudo apt-get remove postfix (Uninstall postfix only)
sudo apt-get remove –auto-remove postfix (Uninstall postfix and its dependencies)
sudo apt-get purge postfix (Purging your config/data too)
Postfix Notes