On Thu, Apr 08, 1999 at 07:45:08PM -0400, MountaiNet Tech Support wrote:
> I start all my qmail stuff with this in /etc/rc.d/rc.local:
>
> csh -cf '/var/qmail/rc &'
> /usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -v -u 1002 -g 101 0 smtp
> /var/qmail/bin/qmail-smtpd &
> 2>&1 | /var/qmail/bin/splogger smtpd 3 &
> /usr/local/bin/tcpserver 0 110 /var/qmail/bin/qmail-popup edwin.mounet.com \
> /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
>
> For some reason, it sends everything that tcpserver does to the screen as
> well as the logfile. Any ideas why? I feel like Im missing something
> stupid.....can someone help me out? Thanks....
Remove the ampersand from the /var/qmail/bin/qmail-smtpd line and replace it
with a backslash.
Chris