[stunnel-users] Zombies in 4.17?
Pete Resnick
resnick at episteme-software.com
Thu Sep 28 16:55:42 CEST 2006
On 9/28/06 at 7:05 AM +0200, Michal Trojnara wrote:
>On Thursday 28 September 2006 05:43, Pete Resnick wrote:
>> I'm running 4.17 on a Mac Mini (Intel) running MacOSX 10.4.7 and I'm
>> seeing a slew of zombies. Anything I can do to track down what the
>> problem is?
>
>You could start with sending your configuration file and debug logs.
Here's my config. What level of debug would you like?
; Certificate/key is needed in server mode and optional in client mode
cert = /usr/local/etc/stunnel/stunnel.pem
;key = /usr/local/etc/stunnel/mail.pem
; Some security enhancements for UNIX systems - comment them out on Win32
chroot = /usr/local/var/stunnel/
setuid = nobody
setgid = nogroup
; PID is created inside chroot jail
pid = /stunnel.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 = /usr/local/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 = /usr/local/etc/stunnel/crls.pem
; Some debugging stuff useful for troubleshooting
;debug = 7
;foreground = yes
;output = stunnel.log
; Use it for client mode
;client = yes
; Service-level configuration
[pop3s]
accept = 995
connect = 110
[imaps]
accept = 993
connect = 143
[ssmtp]
accept = 587
connect = 25
protocol = smtp
--
Pete Resnick <http://www.episteme-software.com/>
All connections to the world are tenuous at best
More information about the stunnel-users
mailing list