Hi,
I am running qpopper 4.0.4 on a Red Hat box. I have this file:
/etc/xinetd.d/ipop3 which contains this:
# 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
{
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/popper
# server = /usr/sbin/ipop3d
server_args = -R
log_on_success += USERID
log_on_failure += USERID
disable = no
server_args = qpopper -s -T 600
}
Yet I am still seeing 120 sec timeouts in maillog:
May 26 08:32:21 Raydeus-Dee popper[6041]: (4.0.4) POP login for dkbost at
(XX.XX.XX.XX) XX.XX.XX.XX
May 26 08:34:21 Raydeus-Dee popper[6041]: (v4.0.4) Timeout (120 secs) during
nw read from dkbost at XX.XX.XX.XX (XX.XX.XX.XX)
Why isn't my timeout 600 seconds rather than 120?
Lisa Casey
Netlink 2000, Inc.