> Duh!?! -100 is ERR_SHMAT and is never used in 1.24!?!
>   

Regretfully, this is what I'm getting as a result.

I did a normal compilation from the source (make -f Makefile.lnx).
The only "strange" thing I can think of (different from what I'm used 
to) is that this server uses RAID 0 for the partition mounted under "/".


In debug modus, I just see this:
> SMAIL thread [00] started
> SMAIL thread [01] started
> SMAIL thread [02] started
> SMAIL thread [03] started
> SMAIL thread [04] started
> SMAIL thread [05] started
> SMAIL thread [06] started
> SMAIL thread [07] started
> SMAIL thread [08] started
> SMAIL thread [09] started
> SMAIL thread [10] started
> SMAIL thread [11] started
> SMAIL thread [12] started
> SMAIL thread [13] started
> SMAIL thread [14] started
> [XMail 1.24 CTRL Server] started
> [XMail 1.24 CTRLS Server] started
> SMAIL thread [15] started
> [XMail 1.24 POP3 Server] started
> [XMail 1.24 POP3S Server] started
> [XMail 1.24 ESMTP Server] started
> [XMail 1.24 ESMTPS Server] started
> [XMail 1.24 PSYNC Server] started
> [XMail 1.24 FINGER Server] started
> LMAIL thread [00] started
> LMAIL thread [01] started
> LMAIL thread [02] started
> SMTP client connection from [192.168.1.116]
> SMTP client exit [192.168.1.116]

This is the script I use to start it with:

> #!/bin/sh
>
> XMAIL_ROOT=/var/MailRoot
> XMAIL_CMD_LINE="-Pl -Sl -Cl -Ll -Mm -Ql --debug -Md"
> PATH=$XMAIL_ROOT/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> NAME=XMail
> DESC="XMail server"
> set -e
> ulimit -c 20000
> MAIL_ROOT=$XMAIL_ROOT
> export MAIL_ROOT
> MAIL_CMD_LINE=$XMAIL_CMD_LINE
> export MAIL_CMD_LINE
> export LD_ASSUME_KERNEL="2.6.19"
> /var/MailRoot/bin/XMail -Pl -Sl -Cl -Ll -Mm -Ql --debug -Md


I'll try some more things, but am unsure where to look...

Sincerely,
Bart Mortelmans

-
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