XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum -> logging on Linux Installation

Closed TopicStart new topicStart Poll

> logging on Linux Installation
torsten
Posted: Aug 8 2001, 08:01 PM
Quote Post


Newbie
*

Group: Members
Posts: 1
Member No.: 44
Joined: 8-August 01



I have Xmail installed on an RH7,0 system and its working fine and used for
email relay on a firewall only.
The only thing is, I cant get the logging to run.

The startup as init.d script is

XMAIL_ROOT=/var/MailRoot
XMAIL_CMD_LINE="-S1"
PATH=$XMAIL_ROOT/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/us
r/bin
DAEMON=$XMAIL_ROOT/bin/XMail
NAME=XMail
DESC="XMail server"

test -f $DAEMON || exit 0

set -e

start_xmail()
{
MAIL_ROOT=$XMAIL_ROOT
export MAIL_ROOT
MAIL_CMD_LINE=$XMAIL_CMD_LINE
export MAIL_CMD_LINE
$DAEMON
while [ ! -f /var/run/$NAME.pid ]
do
sleep 1
done
}

any hint would be appreciated.
Thanks
Torsten


PMUsers Website
Top
lrcabral
Posted: Aug 10 2001, 01:05 AM
Quote Post


Newbie
*

Group: Members
Posts: 2
Member No.: 45
Joined: 9-August 01



I think the problem is because you put "-S1" instead of "-Sl" (you are using a "one" instead of a "L" next to the "S").



PM
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
« Next Oldest | XMail Server | Next Newest »

Closed TopicStart new topicStart Poll