Sha256: b3d9239eb61d421c6a83e7e3adf528fc83f59f36c2ffe27cf448cc5fcb455830

Contents?: true

Size: 1.45 KB

Versions: 28

Compression:

Stored size: 1.45 KB

Contents

; Sample stunnel configuration file by Michal Trojnara 2002-2006
; Some options used here may not be adequate for your particular configuration
; Please make sure you understand them (especially the effect of chroot jail)

; Certificate/key is needed in server mode and optional in client mode
cert = /etc/stunnel/mail.pem
;key = /etc/stunnel/mail.pem

; Protocol version (all, SSLv2, SSLv3, TLSv1)
sslVersion = SSLv3

; Some security enhancements for UNIX systems - comment them out on Win32
chroot = /var/lib/stunnel4/
setuid = stunnel4
setgid = stunnel4
; PID is created inside chroot jail
pid = /stunnel4.pid

; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
;compression = rle

; Workaround for Eudora bug
;options = DONT_INSERT_EMPTY_FRAGMENTS

; Authentication stuff
;verify = 2
; Don't forget to c_rehash CApath
; CApath is located inside chroot jail
;CApath = /certs
; It's often easier to use CAfile
;CAfile = /etc/stunnel/certs.pem
; Don't forget to c_rehash CRLpath
; CRLpath is located inside chroot jail
;CRLpath = /crls
; Alternatively you can use CRLfile
;CRLfile = /etc/stunnel/crls.pem

; Some debugging stuff useful for troubleshooting
;debug = 7
;output = /var/log/stunnel4/stunnel.log

; Use it for client mode
;client = yes

; Service-level configuration

[pop3s]
accept  = 995
connect = 110

[imaps]
accept  = 993
connect = 143

[ssmtp]
accept  = 465
connect = 25

;[https]
;accept  = 443
;connect = 80
;TIMEOUTclose = 0

; vim:ft=dosini

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
deprec-2.1.18 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.17 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.16 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.14 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.13 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.12 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.11 lib/deprec/templates/stunnel/stunnel.conf-orig
deprec-2.1.10 lib/deprec/templates/stunnel/stunnel.conf-orig