Hi Kenneth,
Well all I can say is I don't have "flags = NAMEINARGS" in my xinetd file for ipop3
and qpopper is working ok with no errors. This is what is my xinted ipop3 file.
service pop3
{
disable = no
socket_type = stream
protocol = tcp
port = 110
wait = no
user = root
server = /usr/sbin/popper
server_args = qpopper -s
}
I have look at the other service in xinetd and they don't seem to have "flags =
NAMEINARGS" but they do use server_args.
Andrew
Kenneth Porter wrote:
> On Thu, 2002-05-16 at 17:51, Drew wrote:
> > No you don't need "flags = NAMEINARGS" the qpopper faq's shows you how to set up
> > xinetd for redhat 7.xx
>
> You mean by leaving the name out of the args, or something else?
>
> I looked at the FAQ and at "man xinetd.conf" and it looks like the FAQ
> is wrong. You either need NAMEINARGS or you need to take the "qpopper"
> out of server_args. (I use NAMEINARGS in my setup.)
>
> (Please reply to the list, not directly to me, so others will benefit
> from the answer.)