Many thanks to Daniel Senie and Kenneth Porter for their help! Problem
solved.

One issue remains - the transmission speed over a 100Mb/sec network is very
sloooowwww.
This is true for pop3 and ftp - only can get about 10kb/sec.
Red Hat qpopper server is on a external network with firewall/DNS server
inbetween RH7.2 and my Winnt workstation. pop3 and ftp logins are very fast
(after removing USERID from xinetd.d/wu-ftpd) but upload/download speed is
poor on both. 
Any ideas?
Thanks
Anthony Dunne

-----Original Message-----
From: Daniel Senie [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 17, 2002 10:54 AM
To: Anthony Dunne
Subject: RE: "Unable to process config file" on qpopper


At 09:43 PM 5/16/02, you wrote:
>I made up this config file myself after being unable to find one in the
>package. I installed qpopper from an rpm on RH7.2 and it had no way to
start
>the daemon using xinetd, so I tried to adapt the line
>"pop3 stream tcp nowait root /usr/local/lib/popper qpopper -s"
>found in the GUIDE.pdf, into a xinetd-compatible file. No good, huh?
>
>What should the config file be?

Try using this for the xinetd file. Note that I use config files to enable 
TLS and such.

service pop3
{
         flags                   = REUSE NAMEINARGS
         socket_type             = stream
         wait                    = no
         user                    = root
         server                  = /usr/sbin/popper
         server_args             = popper -f /etc/qpopper.cfg -s
         instances               = 50
         disable                 = no
         port                    = 110
         per_source              = 10
}

service pop3s
{
         flags                   = REUSE NAMEINARGS
         socket_type             = stream
         wait                    = no
         user                    = root
         server                  = /usr/sbin/popper
         server_args             = popper -f /etc/qpopper995.cfg -s
         instances               = 50
         disable                 = no
         per_source              = 10
}
-----------------------------------------------------------------
Daniel Senie                                        [EMAIL PROTECTED]
Amaranth Networks Inc.                    http://www.amaranth.com

Reply via email to