From 68366b25fa13738eacfbdc1ff8f652bb17f0efd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 13 Nov 2025 18:20:45 +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/SRV-lookup/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Sanity/SRV-lookup/test.sh b/Sanity/SRV-lookup/test.sh index 0f6553f..cdf62ed 100755 --- a/Sanity/SRV-lookup/test.sh +++ b/Sanity/SRV-lookup/test.sh @@ -9,6 +9,7 @@ rlJournalStart rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" rlRun "cp ./mockserver.sh $tmp" 0 "Copying mock server" rlRun "pushd $tmp" + rlRun "alternatives --set mta /usr/sbin/sendmail.postfix" 0 "Switching alternatives to postfix" rlRun "set -o pipefail" rlFileBackup --missing-ok /etc/postfix/main.cf /etc/dnsmasq.conf /etv/resolv.conf rlRun "echo 'use_srv_lookup = submission' >> /etc/postfix/main.cf" 0 "Enabling SRV lookup"