(Fixed your top post)
Alex Martin wrote:
Alex Martin wrote:
Paul,
What is the -t10 option below? I do not see it listed on
http://cr.yp.to/ucspi-tcp/rblsmtpd.html.
Thanks,
Alex
(quote)
anyway, here's what we use:
/usr/local/bin/rblsmtpd -C \
-a whitelist.example.com \
-r "sbl-xbl.spamhaus.org:\
Probable spam connection rejected. Details at http://www.spamhaus.org" \
-r "list.dsbl.org:\
Probable spam connection rejected. Details at http://www.dsbl.org" \
-r "relays.ordb.org:\
Probable spam connection rejected. Details at http://www.ordb.org/faq" \
-t10 \
/var/qmail/bin/qmail-smtpd 2>&1
> Sorry, I am a moron. from http://cr.yp.to/ucspi-tcp/rblsmtpd.html:
>
> -t n: Change the 60-second timeout to n seconds.
>
> Thanks,
> Alex
>
>
but you're not a moron. We must have googled it at the same time
Rick
From a little Google:
From http://cr.yp.to/ucspi-tcp/rblsmtpd.html
---------------------------
rblsmtpd opts prog
rblsmtpd drops the limited SMTP conversation after 60 seconds, even if the
client has not quit by then.
Options:
* -t n: Change the timeout to n seconds.
---------------------------