diff --git a/tests/p_sendmail/0-install_sendmail.sh b/tests/p_sendmail/0-install_sendmail.sh index 96b9ca3..760b918 100755 --- a/tests/p_sendmail/0-install_sendmail.sh +++ b/tests/p_sendmail/0-install_sendmail.sh @@ -1,13 +1,14 @@ #!/bin/bash # Author: Athmane Madjoudj +t_Log "Running $0 - remove unused MTAs and install sendmail" + t_InstallPackage sendmail # Remove other MTAs t_ServiceControl postfix stop t_ServiceControl exim stop sleep 3 -t_RemovePackage postfix -t_RemovePackage exim +t_RemovePackage postfix exim t_ServiceControl sendmail start