Vincent Danen <[EMAIL PROTECTED]> wrote:

>tcpserver: fatal: unable to figure out port number for geceventures.com
>
>I'm starting qmail-smtpd with:
>
>#!/bin/sh
>QMAILUID=`id -u qmaild`
>NOFILESGID=`id -g qmaild`
>exec /usr/local/bin/softlimit -m 2000000 \
>  /usr/local/bin/tcpserver -v -p -x /etc/tcprules.d/smtpd.cdb \
>  -u $QMAILUID -g $NOFILESGID geceventures.com 25 \
>  /var/qmail/bin/qmail-smtpd 2>&1

Make that "echo exec...", run it, verify that the expanded command is
correct--especially the UID and GID.

-Dave

Reply via email to