On Thu, Jun 03, 1999 at 12:39:45PM -0400, Dave Sill wrote:

> See:
> 
>     http://Web.InfoAve.Net/~dsill/lwq.html#rblsmtpd

As usual, Dave, thanks for your useful resource. I highly
recommend it, whatever your level of Qmail expertise.

> (I don't have a sample invocation, if someone would like to provide
> one.)

Here's mine:

        # Fire up smtpd and logging
        # This has hooks to allow select relaying.  See /etc/tcp.smtp.filter
        #
        /opt/local/etc/tcpserver -v -x/etc/tcp.smtp.cdb -u10109 -g201 \
        0 smtp /opt/local/etc/rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1 |
        /var/qmail/bin/splogger smtpd &

Note that your uid and groupid will differ, as will the executable
paths. If you have perl a more portable construct is:

 /opt/local/etc/tcpserver \
         -u ` perl -e 'print scalar getpwnam qmaild' ` \
         -g ` perl -e 'print scalar getgrnam nofiles' ` \ 
         etc...

-- 
Quist Consulting                Email: [EMAIL PROTECTED]
219 Donlea Drive                Voice: +1.416.696.7600
Toronto ON  M4G 2N1             Fax:   +1.416.978.6620
CANADA                          WWW:   http://www.quist.on.ca

Reply via email to