@ clear
@ openssl s_client \
-crlf \
- -CAfile certs/safe_CA.pem \
- -cert certs/localhost_cert.pem \
- -key certs/localhost_key.pem \
+ -CAfile certs/root-safe_CA.pem \
+ -cert certs/localhost-cert.pem \
+ -key certs/localhost-key.pem \
-starttls smtp \
-connect $(TESTIP):$(TESTPORT)
@ openssl s_client \
-crlf \
--showcerts \
- -key certs/localhost_key.pem \
- -cert certs/localhost_cert.pem \
- -CAfile certs/safe_CA.pem \
+ -key certs/localhost-key.pem \
+ -cert certs/localhost-cert.pem \
+ -CAfile certs/root-safe_CA.pem \
-tls1_2 \
-connect $(TESTIP):1065
@ echo "--------------"
@ echo "starting $@"
@ $(TESTDIR)/$(SBINDIR)/emlrcvr \
- -r $(TESTDIR) \
+ -c ./conf/$(APPNAME).conf.dvl \
-d 1 \
+ -r $(TESTDIR) \
smtps:$(TESTIP):1065:1
VALKIND = "definite,possible,indirect"