On Thu, Sep 07, 2000 at 01:28:21PM -0400, Steve Valliere wrote:
> At 12:45 PM 9/7/00, you wrote:
> >exec /usr/local/bin/softlimit -m 2000000 \
> >  /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \
> >  -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
> 
> I think that the space between -x and /etc/tcp.smtp.cdb is confusing 
> things.  I had a space in mine at first, but removing it made the thing work.

  That didn't do it. I even tried the one of the vpopmail
website:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`

/usr/local/bin/tcpserver -H -R -lsmtp.suave.net -x/etc/tcp.smtp.cdb -c100 \
-u$QMAILDUID -g$NOFILESGID 0 25 \
/var/qmail/bin/qmail-smtpd 2>&1 > /dev/null &


no such luck. I'm thinking it might be something in qmail, preventing
it from sending mail to anything not in recpthosts? Maybe not.

-- 
 ___  __  __    __  _  _  ____    _  _  ____  ____ 
/ __)(  )(  )  /__\( \/ )( ___)  ( \( )( ___)(_  _)
\__ \ )(__)(  /(__)\\  /  )__)    )  (  )__)   )(  
(___/(______)(__)(__)\/  (____)()(_)\_)(____) (__) 
Fact: Most criminals were raised by heterosexual parents. 

Reply via email to