From 2b0ce896fe72486f0a72a4e6df33bf371b1444ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 22 Jun 2026 14:57:43 +0200 Subject: [PATCH] Fixed SRV lookup test to use nmap-ncat instead of BSD ncat 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 e1adf43..e76f555 100755 --- a/Sanity/SRV-lookup/test.sh +++ b/Sanity/SRV-lookup/test.sh @@ -10,6 +10,7 @@ rlJournalStart 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 "alternatives --set nc /usr/bin/ncat" 0 "Switching alternatives to nmap-ncat" 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"