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