Blame tests/p_sendmail/0-install_sendmail.sh
|
Athmane Madjoudj |
d2d805 |
#!/bin/bash
|
|
Athmane Madjoudj |
d2d805 |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
d2d805 |
|
|
Athmane Madjoudj |
d2d805 |
t_InstallPackage sendmail
|
|
Athmane Madjoudj |
d2d805 |
|
|
Athmane Madjoudj |
d2d805 |
# Remove other MTAs
|
|
Athmane Madjoudj |
d2d805 |
t_RemovePackage postfix exim
|
|
Athmane Madjoudj |
d2d805 |
t_ServiceControl postfix stop
|
|
Athmane Madjoudj |
d2d805 |
t_ServiceControl exim stop
|
|
Athmane Madjoudj |
d2d805 |
|
|
Athmane Madjoudj |
d2d805 |
t_ServiceControl sendmail start
|