Hello,

Have you check the shell limits to be sure it's not doing something
crazy ? To see all the limits, run:

ulimit -a

"open files" and "user processes" are the numbers you'll want to look
for mainly.

Check `dmesg` for errors as well.

If that doesn't help, then:

strace -f -v -s 500 -o mylog.txt /how/you/start/xmail 

let it run long enough to catch a few failed forks and kill it.
Then enjoy the tedious work of stepping through mylog.txt to see where
it's failing exactly and if it gives you anymore information about why..

There could also be a fork() limit from the VPS as well, so you might
want to ask your provider for info/help as well.

-darren
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to