Manuel,

On Tue, 5 Sep 2000, Manuel Gisbert wrote:

> Anyone ever used DJBs rblsmtp daemon to prevent spam?
> Could someone tell me where to insert rblsmtpd in my ../supervise/run
> script.
> The docs at cr.yp.to are a bit thin, at least for me ;-)
> 
> my current run script looks like the following:
> 
> exec /usr/local/bin/softlimit -m 4000000
> /usr/local/bin/tcpserver -v -H -R -l mydomain -x /etc/tcp.smtp.cdb -u
> $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1

You must insert rblsmtpd call just before qmail-smtpd. See:

exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -v -H -R -l mydomain -x /etc/tcp.smtp.cdb -u \
$QMAILDUID -g $NOFILESGID 0 smtp /path/to/rblsmtpd \
/var/qmail/bin/qmail-smtpd 2>&1

Antonio Dias

Reply via email to