From 5bbbeb164cfeda1ba7cbbb99c69bc0260770893e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 13 Nov 2025 18:21:46 +0100 Subject: [PATCH] Explicitly switched alternatives to postfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- Sanity/simple-sanity-test/runtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Sanity/simple-sanity-test/runtest.sh b/Sanity/simple-sanity-test/runtest.sh index a3f1d88..ea850d4 100755 --- a/Sanity/simple-sanity-test/runtest.sh +++ b/Sanity/simple-sanity-test/runtest.sh @@ -33,6 +33,7 @@ PACKAGE="postfix" rlJournalStart rlPhaseStartSetup rlAssertRpm $PACKAGE + rlRun "alternatives --set mta /usr/sbin/sendmail.postfix" 0 "Switching alternatives to postfix" rlFileBackup "/etc/postfix" rlFileBackup "/var/spool/mail"