From 9be6c90a489274307a64980149cd4c29f938f4ed Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Apr 07 2023 14:53:45 +0000 Subject: Install and start rsyslog service for postfix test, if required --- diff --git a/tests/p_postfix/0-install_postfix.sh b/tests/p_postfix/0-install_postfix.sh index 798e897..dd39452 100755 --- a/tests/p_postfix/0-install_postfix.sh +++ b/tests/p_postfix/0-install_postfix.sh @@ -10,5 +10,7 @@ sleep 3 t_RemovePackage sendmail exim # Postfix -t_InstallPackage postfix nc +t_InstallPackage postfix nc rsyslog t_ServiceControl postfix start +t_ServiceControl rsyslog start +