# qpopper config file for xinetd
service pop-3
{
flags = REUSE NAMEINARGS
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.qpopper
server_args = in.qpopper -s
# use this line once you create your certificate to enable STLS
# server_args = in.qpopper -s -l 1 -f /etc/mail/qpopper.conf
}
-----Original Message-----
From: Kenneth Porter [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 24, 2001 10:27 AM
To: Subscribers of Qpopper
Subject: Re: problem with qpopper 4.04
On Sun, 2001-12-23 at 18:21, Peter Santiago wrote:
> qpopper's complaint..
> Dec 23 22:43:46 gateway in.qpopper[6663]: Unable to obtain socket and
> address
> .... if I used gnupop3d....without changing anything... works fine...
really
> puzzled....
How are you launching it? What's your inetd/xinetd setup look like? Or
are you running it standalone?
through xinetd.... if I launch it as stand-alone... wouldn't connect to
socket...........
# qpopper config file for xinetd
service pop3
{
flags = REUSE NAMEINARGS
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.qpopper
server_args = in.qpopper -s
# use this line once you create your certificate to enable STLS
# server_args = in.qpopper -s -l 1 -f /etc/mail/qpopper.conf
}