Trustic Setup
I am trying to get my qmail server to run a query on trustic.com for every email, but I don't really have the slightest clue what their directions mean.Get the current 'UCSPI-TCP' sources from http://cr.yp.to/ucspi-tcp.html and follow the instructions for setting Qmail to run under 'tcpserver'. You need to invoke "rblsmtpd -r QUERYADDRESS" from tcpserver before qmail-smtpd. An example of how to call rblsmtpd and then qmail-smtpd is:
exec /usr/local/bin/tcpserver smtp rblsmtpd \
-b -c -r QUERYADDRESS \
qmail-smtpd 2>&1
I have qmail up and running, but no idea if its under tcpserver (I have UCSPI-TCL tools installed) and what file I would change to have it do this.
Thanks!