According to this post http://help.directadmin.com/item.php?id=94
I'm using the pop under xinetd, but it's too slow in the email downloading, this one keep connection for almost 1 minute to start the email download, I don't know why could be happend.
Any advice ?
my xined.d conf is:
xinetd.d/pop3
# default: on
# description: pop3
service pop3
{
disable = no
log_on_success += DURATION USERID
log_on_failure += USERID
port = 110
socket_type = stream
wait = no
user = root
server = /usr/sbin/vm-pop3d
server_args = -t 600
nice = 20
I'm using the pop under xinetd, but it's too slow in the email downloading, this one keep connection for almost 1 minute to start the email download, I don't know why could be happend.
Any advice ?
my xined.d conf is:
xinetd.d/pop3
# default: on
# description: pop3
service pop3
{
disable = no
log_on_success += DURATION USERID
log_on_failure += USERID
port = 110
socket_type = stream
wait = no
user = root
server = /usr/sbin/vm-pop3d
server_args = -t 600
nice = 20