[NTLUG:Discuss] Slow connection to pop3

Neil Aggarwal neil at JAMMConsulting.com
Mon Jul 15 16:24:55 CDT 2002


Ry:

> Add the windows box to your hosts file.

The windows box uses dhcp to get an internal network
address (192.168.1.x), so I really can't add it to
the hosts file.

> What did you leave in the log_on_success lines?  I went through 
> this same thing long ago, and was satisfied to leave hosts & pid 
> for success, and just hosts for failure.
> Speeded things up dramatically.

In /etc/xinetd.conf, here is what I have:
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
        instances = 60
        cps = 25 30
        log_type = SYSLOG auth
        log_on_success = PID HOST
        log_on_failure = HOST
}

includedir /etc/xinetd.d

Here is what I have in /etc/xinetd.d/ipop3:
# default: off
# description: The POP3 service allows remote users to access their mail \
#              using an POP3 client such as Netscape Communicator, mutt, \
#              or fetchmail.
service pop3
{
        log_on_success += HOST 
        log_on_failure += HOST
        socket_type = stream
        user = root
        server = /usr/sbin/ipop3d
        wait = no
}

Any ideas?

Thanks,
	Neil.

--
Neil Aggarwal
JAMM Consulting, Inc.    (972) 612-6056, http://www.JAMMConsulting.com
Custom Internet Development    Websites, Ecommerce, Java, databases





More information about the Discuss mailing list