Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 1999 23:37:00 -0300 (EST)
From:      Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
To:        freebsd-hackers@freebsd.org
Subject:   Stunnel + Xinetd
Message-ID:  <199903300237.XAA10048@srv1-bsb.gns.com.br>

next in thread | raw e-mail | index | archive | help
Hi,

	I hope you guys can help or, at least, shed some light over this.
	I was beta-testing an installation with stunnel but I've been
unable to get it working side by side with xinetd.
	I know that stunnel is working because I have a standalone test
running. (Yes, I installed a .pem file accordingly as I noticed later on)

	Here is the scenario:

	- Standalone Server (Works)
	/usr/local/sbin/stunnel 127.0.0.1:995 @other.host.com:pop3

	- Xinetd Installation (Doesn't)
	spop3	995/tcp

service spop3
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = root
	server          = /usr/local/sbin/stunnel
	server_args     = @other.host.com:pop3
	instances	= 1
	interface	= other.host.com
	nice		= 20
}

	My best educate guess would be that it has something to do with
the way xinetd handles the port transaction between itself and the underlying
daemon.
	Unfortunaly, I cannot go around xinetd. Furthermore, I'd rather not
as this really should be working.
	Any suggestions? Anyone more experienced? Please...

	Regards,
		Mario Ferreira

ps: Please reply directly to me at lioux@linf.unb.br.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903300237.XAA10048>