On Fri, 2006-02-17 at 16:59 +0000, Júlio Olivares wrote:
> It's easy to enable, just change your /service/qmail-smtpd/run
> Example:
> 
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> export QMAILQUEUE="/var/qmail/bin/qfilter"
> exec /usr/local/bin/softlimit -m 20000000 \
>     /usr/local/bin/tcpserver -v -H -R -l 0 \
>     -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
>     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
>     /usr/local/bin/rblsmtpd -b -C -r dnsbl-1.uceprotect.net \

I would add the -t switch to the rblsmtpd program to prevent a non
answering dns server from slowing things to a crawl if there is a
problem. Using -t5 tells rblsmtpd to timeout if there is no answer in 5
seconds.

eg: /usr/local/bin/rblsmtpd -b -C -t -r dnsbl-1.uceprotect.net \

cheers
Shane


>     -r list.dsbl.org \
>     -r dnsbl.njabl.org \
>     -r sbl-xbl.spamhaus.org \
>     -r relays.ordb.org \
>     -r bl.spamcop.net  \
>     /var/qmail/bin/qmail-smtpd \
>     /home/vpopmail/bin/vchkpw /bin/true 2>&1
> 
> 
> Regards,
> 
> Júlio Olivares
> 
> 
> ----- Original Message ----- 
> From: "Michael Bagnall" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Friday, February 17, 2006 4:51 PM
> Subject: [toaster] RBL Support For Toaster
> 
> 
> > Hey Folks;
> >
> > First - I apologize if this has been covered before.
> >
> > Secondly - I'm going to be using the toaster page to build a qmail  server 
> > with a couple of changes. I am going to enable SQL support in  vpopmail 
> > and I'm also in need of supporting RBL.
> >
> > Is there a configuration change documented somewhere that explains  making 
> > RBL work? I could not find this on the site.
> >
> > Thanks;
> >
> > Michael Bagnall
> > http://elusivemind.net
> > [EMAIL PROTECTED]
> >
> >
> >
> > 
> 
> 

Reply via email to