Since FreeBSD changed the default shell (/bin/sh) to tcsh, the "\" character
that normally tells the shell interpreter to keep reading the current
command off the next line is somewhat broken.
Simple fix, remove the \ character and put the entire last line
(exec.....smtpd) on one line.
Matt
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 09, 2001 9:24 AM
> To: [EMAIL PROTECTED]
> Subject: /tcpserver error message
>
>
> Hello,
>
> I installed qmail/vpopmail the way it is described in
> http://matt.simerson.net/computing/qmail.toaster.shtml.
> Everytime I start the qmail smtp server this message appears:
>
> "tcpserver: fatal: no IP address for -u"
>
> /var/qmail/supervise/smtp/run looks like this:
>
> #!/bin/sh
>
> PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
> export PATH
> QMAILUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> exec softlimit -m 2000000 tcpserver -S -R -H -c100
> -x/usr/home/vpopmail/etc/tcp.smtp.cdb \
> -u 510 -g 101 0 smtp rblsmtpd qmail-smtpd splogger smtpd
>
>
> Can somebody help me?
>
> Regards,
>
> Peter Baecker
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>
>
> --
> GMX - Die Kommunikationsplattform im Internet.
> http://www.gmx.net
>
>