Hi,

Thanks a lot for writing and maintaining stunnel over the years!

What do you think about the attached trivial patch that makes sure
@sysconfdir@ is expanded correctly in the sample config file?
If something should go wrong with the attachment, it is also
available at:

  
https://salsa.debian.org/debian/stunnel/-/blob/master/debian/patches/05-sample-sysconfdir.patch

Thanks in advance, and keep up the great work!

G'luck,
Peter

-- 
Peter Pentchev  [email protected] [email protected] [email protected]
PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
Description: Properly expand @sysconfdir@ in the sample config.
Bug-Debian: https://bugs.debian.org/871916
Forwarded: no
Author: Peter Pentchev <[email protected]>
Last-Update: 2022-03-19

--- a/tools/stunnel.conf-sample.in
+++ b/tools/stunnel.conf-sample.in
@@ -64,7 +64,7 @@
 accept = 127.0.0.1:110
 connect = pop.gmail.com:995
 verifyChain = yes
-CApath = @sysconfdir/ssl/certs
+CApath = @sysconfdir@/ssl/certs
 checkHost = pop.gmail.com
 OCSPaia = yes
 
@@ -73,7 +73,7 @@
 accept = 127.0.0.1:143
 connect = imap.gmail.com:993
 verifyChain = yes
-CApath = @sysconfdir/ssl/certs
+CApath = @sysconfdir@/ssl/certs
 checkHost = imap.gmail.com
 OCSPaia = yes
 
@@ -82,7 +82,7 @@
 accept = 127.0.0.1:25
 connect = smtp.gmail.com:465
 verifyChain = yes
-CApath = @sysconfdir/ssl/certs
+CApath = @sysconfdir@/ssl/certs
 checkHost = smtp.gmail.com
 OCSPaia = yes
 

Attachment: signature.asc
Description: PGP signature

_______________________________________________
stunnel-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to