Blame tests/p_postfix/0-install_postfix.sh

Karanbir Singh 0b5bb2
#!/bin/bash
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Athmane Madjoudj 8b7572
# Remove other MTAs
Athmane Madjoudj 8b7572
t_ServiceControl sendmail stop
Athmane Madjoudj 8b7572
t_ServiceControl exim stop
Athmane Madjoudj add68b
sleep 3
Athmane Madjoudj 8b7572
t_RemovePackage sendmail
Athmane Madjoudj 8b7572
t_RemovePackage exim
Athmane Madjoudj 8b7572
Karanbir Singh 0b5bb2
# Postfix
Karanbir Singh 2dd0be
t_InstallPackage postfix
Steve Barnes 464547
t_ServiceControl postfix start