PDA

View Full Version : vm-pop3d


exposed
07-31-2003, 10:45 AM
I noticed on my box that vm-pop3d triggers allot of processes.....like 10 .

I dont know if that is normal??

DirectAdmin Support
08-01-2003, 12:48 AM
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)

daemon vm-pop3d -d 10 -t 600

John