Blame tests/p_sendmail/0-install_sendmail.sh

Christoph Galuschka 068a22
#!/bin/bash
Christoph Galuschka 068a22
# Author: Athmane Madjoudj <athmanem@gmail.com>
Christoph Galuschka 068a22
Christoph Galuschka 0b0a77
t_Log "Running $0 - remove unused MTAs and install sendmail"
Christoph Galuschka 0b0a77
957f65
t_InstallPackage sendmail nc
Christoph Galuschka 068a22
Christoph Galuschka 068a22
# Remove other MTAs
Christoph Galuschka 068a22
t_ServiceControl postfix stop
Christoph Galuschka 068a22
t_ServiceControl exim stop
Christoph Galuschka 068a22
sleep 3
Christoph Galuschka 0b0a77
t_RemovePackage postfix exim
Christoph Galuschka 068a22
Christoph Galuschka 068a22
t_ServiceControl sendmail start