From 404dae0f71b4a56057cf83a459cc35245f140d53 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Fri, 11 Apr 2025 19:18:42 -0400 Subject: [PATCH] Improving dovers --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96e7104..79d50d0 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,8 @@ xxx : -key certs/localhost_key.pem \ -cert certs/localhost_cert.pem \ -CAfile certs/safe_CA.pem \ + -starttls smtp \ + -tls1_1 \ -connect $(TESTSRV):1025 # -showcerts @@ -177,9 +179,9 @@ DATA = chkaddr.spf.example.com 127.0.1.255 newtest : deltest @ mkdir -p $(TESTDIR)/var/run @ mkdir -p $(TESTDIR)/var/spool/$(APPNAME)/{in,out}-logs - @ mkdir -p $(TESTDIR)/$(SBINDIR) + @ mkdir -p $(TESTDIR)/usr @ cp -a \ - bin/{chkspf,emlrcvr} \ + bin \ $(TESTDIR)/$(SBINDIR) @ cp -a \ $(DATATST) \ -- 2.47.3