On Mon, 27 Aug 2001 15:12:31 +0800, Jephe Wu wrote:
>my configuration is /etc/xinetd.d/pop3
>
>service pop3
>{
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> server = /usr/local/sbin/popper
Does /usr/local/sbin/popper exist?
> server_args = qpopper -F -S -c -s -R -T120
Don't put qpopper in the argument list unless you've added a line with
"flags = NAMEINARGS". Your server_args list is putting an unexpected
"qpopper" in the list.
> port = 110
> instances = 50
>}
Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/
[If answering a mailing list posting, please don't cc me your reply. I'll take my
answer on the list.]