vm-pop3d

exposed

Verified User
Joined
Jul 22, 2003
Messages
53
I noticed on my box that vm-pop3d triggers allot of processes.....like 10 .

I dont know if that is normal??
 
Yes, this is normal. Since people might be checking their email once per minute.. many servers may be required to handle all the requests. If you want to decrease (or increase) the number of daemons running for vm-pop3d, you can edit:

/etc/rc.d/init.d/vm-pop3d

and change the value of -d to whatever you want (default is 10)

Code:
daemon vm-pop3d -d 10 -t 600

John
 
Back
Top