Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 09:18:45 +1300
From:      "Sarton O'Brien" <sobrien@quicksilver.co.nz>
To:        "questions@FreeBSD.ORG" <questions@FreeBSD.ORG>
Subject:   tcpserver and qmail
Message-ID:  <38CE9EA5.C1445BAE@quicksilver.co.nz>

next in thread | raw e-mail | index | archive | help
Hi,

I am having a problem invoking qmail on boot. I have included the
suggested lines in the file /var/qmail/rc


/var/qmail/rc:
#!/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Maildir/ by default.

exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start ./Maildir/ splogger qmail&

tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup roguetr.qsi.net.nz \
 /usr/local/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 |
\
 /var/qmail/bin/splogger pop3d &

tcpserver -v -u 82 -g 81 0 smtp /var/qmail/bin/qmail-smtpd \
 2>&1 | /var/qmail/bin/splogger smtpd 3 &


qmail-start invokes just fine but the other two only work when I type
./rc at the prompt. If they work at the prompt, why not at boot?
Anything on where this should go and how to specify it correctly would
be greatly appreciated.

Sarton


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?38CE9EA5.C1445BAE>