#!/bin/bash# Author: Athmane Madjoudj <athmanem@gmail.com> t_Log "Running $0 - remove unused MTAs and install postfix" # Remove other MTAst_ServiceControl sendmail stopt_ServiceControl exim stopsleep 3t_RemovePackage sendmail exim # Postfixt_InstallPackage postfix nct_ServiceControl postfix start