Hey all

I want to set up my qmail server to use the orbz.org blocking list.  Their
instructions seem simple enough, but I want to make sure that I'm doing this
correctly before making the change in my qmail setup.

So, here are their instructions:

>Where you would
> normally run:
> 
> tcpserver 0.0.0.0 25 qmail-smtpd
> 
> Just run:
> 
> tcpserver 0.0.0.0 25 rblsmtpd -r inputs.orbz.org qmail-smtpd
> 
> or:
> 
> tcpserver 0.0.0.0 25 rblsmtpd -r inputs.orbz.org -r outputs.orbz.org
> qmail-smtpd
> 
> (you may have to adjust the above for hostnames/paths)

My rc.qmail file looks like this for qmail-smtpd

snip

  env - PATH="/var/qmail/bin:/usr/local/bin" \
        tcpserver -v -H -R -l$HOSTNAME -x /home/vpopmail/etc/tcp.smtp.cdb \
        -c100 0 25 /var/qmail/bin/qmail-smtpd 2>&1 | \
        /usr/local/bin/setuidgid qmaill \
        /usr/local/bin/multilog t n20 s1000000 /var/log/smtp &
        echo "smtp"
        ;;

snip

So, with changes, would I make it look like this:

  env - PATH="/var/qmail/bin:/usr/local/bin" \
        tcpserver -v -H -R -l$HOSTNAME -x /home/vpopmail/etc/tcp.smtp.cdb \
        -c100 0 25 rblsmtpd -r inputs.orbz.org qmail-smtpd
/var/qmail/bin/qmail-smtpd 2>&1 | \
        /usr/local/bin/setuidgid qmaill \
        /usr/local/bin/multilog t n20 s1000000 /var/log/smtp &
        echo "smtp"
        ;;

Also, they give you two options.  Which one is better?  Thanks for any help.

Brendan

Reply via email to