prashantbhushan
Verified User
hello,
My vm-pop3d server hangs often. If there are more than 20 pop connections, it get slower and clients could not connect to the server.
part of /etc/init.d/vm-pop3d files is as below :-
# See how we were called.
case "$1" in
start)
echo -n "Starting vm-pop3d: "
daemon vm-pop3d -d 100 -t 100
echo
touch /var/lock/subsys/vm-pop3d
;;
---------------------
I want to know what should be:
daemon vm-pop3d -d 100 -t 100
In order to work fine.
Thanks,
Prashant.
My vm-pop3d server hangs often. If there are more than 20 pop connections, it get slower and clients could not connect to the server.
part of /etc/init.d/vm-pop3d files is as below :-
# See how we were called.
case "$1" in
start)
echo -n "Starting vm-pop3d: "
daemon vm-pop3d -d 100 -t 100
echo
touch /var/lock/subsys/vm-pop3d
;;
---------------------
I want to know what should be:
daemon vm-pop3d -d 100 -t 100
In order to work fine.
Thanks,
Prashant.