Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 15:05:21 -0700
From:      Chris Wasser <cwasser@v-wave.com>
To:        Florian Bofinger <bofax@camelot.de>
Cc:        Sarton O'Brien <sobrien@quicksilver.co.nz>, freebsd-questions@FreeBSD.ORG
Subject:   Re: tcpserver and qmail
Message-ID:  <20000314150521.A29393@area51.v-wave.com>
In-Reply-To: <20000314220445.B54580@camelot.de>; from bofax@camelot.de on Tue, Mar 14, 2000 at 10:04:45PM %2B0100
References:  <38CE9EA5.C1445BAE@quicksilver.co.nz> <20000314220445.B54580@camelot.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 14, 2000 at 10:04:45PM +0100, Florian Bofinger wrote:
> On Wed, Mar 15, 2000 at 09:18:45AM +1300, Sarton O'Brien wrote:
> > Hi,
> > 
> > I am having a problem invoking qmail on boot. I have included the
> > suggested lines in the file /var/qmail/rc

I have this working here, 4.0-CURRENT machine:

/etc/rc.local:
/usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -u82 -g81 0 smtp
/var/qmail/bin/qmail-smtpd &

/usr/local/etc/rc.d/qmail.sh@ -> /var/qmail/rc:
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Mailbox splogger qmail&

hth,
Chris W.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000314150521.A29393>