[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How-to: Installing Stunnel and OpenSSL for Sec ure IMAP and POP3



> I followed Brian's directions on installing OpenSSL and 
> stunnel. Did this
> first on our backup RaQ XTR. Worked perfectly. 
> 
> Then went to do it on our production XTR.  Went perfectly 
> until the last
> step.  Tailing /var/log/messages shows the stunnel.pid file cannot be
> created (permission denied). Permissions on /var/run/stunnel are 666.
> Permissions on stunnel.pid are 666. Owner and group for the 
> directory and
> the file are both root/root. 
> 
> Suggestions about what I'm doing wrong will be appreciated.
> 
> Tom

OK, fixed it.  In stunnel.conf, I set chroot = /var/run/stunnel/ (note the
trailing slash).  Also in stunnel.conf, I changed owner and group to setuid
= root and setgid = root.  That did it.  Ssmtp connects on port 465.  spop3
connects on port 995.

But now a couple of new ports show up: "5000 complexx-main" and "5001
complexx-link".  I have no idea what these are for.

TIA,

Tom