if I do a pidof stunnel, no result comes back so I guess not.
I tryed to start with strace, the first time I could read that stunnel.pem was not in /etc/stunnel/
so I moved it there (I guess my stunnel.pem is alright, read about it on the net but not sure).
Second time with strace I saw one line with
Code: Select all
bind(4, {sa_family=AF_INET, sin_port=htons(993), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EADDRINUSE (Address already in use)"
lsof |grep 993 tells me nothing.
and allot of lines with missing files:
Code: Select all
open("/lib/tls/i686/libCSUNSAPI.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/tls/libCSUNSAPI.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/i686/libCSUNSAPI.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libCSUNSAPI.so", O_RDONLY) = -1 ENOENT (No such file or directory)
for example
openssl s_client -connect thehost:993 gives:
Code: Select all
CONNECTED(00000003)
write:errno=104
Is there no _good_ guides for how to do this, scalix site only tells one to enter the accept and connect parameters in stunnel.conf.
I _really_ have to get this working within the next two days or so, my boss is getting unpatient and this is the only thing left of our migration.
Please I need some kind of guide of what is needed, certificate wice and so.
regards Donnie.