Greetings qmail users....
I have been stuck on one part of the install for a while now, and after
looking through the FAQ, i have not found an answer....so i'm throwing
it out there....
I'm following the lwq directions, and the run script for smtp is not
working....
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then
echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
echo /var/qmail/supervise/qmial-smtpd/run
exit 1
fi
exec /usr/local/bin/softlimit -m 3000000 /usr/local/bin/tcpserver -v R
-l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtp 2>&1
i get the (what looks like) all too famous
tcpserver: fatal: unable to figure out port number for -l
help!
thanks
I have been stuck on one part of the install for a while now, and after
looking through the FAQ, i have not found an answer....so i'm throwing
it out there....
I'm following the lwq directions, and the run script for smtp is not
working....
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then
echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in
echo /var/qmail/supervise/qmial-smtpd/run
exit 1
fi
exec /usr/local/bin/softlimit -m 3000000 /usr/local/bin/tcpserver -v R
-l "$LOCAL" -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtp 2>&1
i get the (what looks like) all too famous
tcpserver: fatal: unable to figure out port number for -l
help!
thanks