Filed under: notes/General
On qmail, DNS black list support is built in, so at tcpserver startup script, simply wrap qmail-smtpd by rblsmtpd as follows (see underline):
tcpserver -x /etc/tcp.smtp.cdb -v -u 538 -g 516 0 smtp /usr/local/bin/rblsmtpd -r sbl-xbl.spamhaus.org /var/qmail/bin/qmail-smtpd 2>&1
I found sbl-xbl.spamhaus.org to be acceptable. Be careful since some black list server put the whole country into the list (they wrote “such as China, Brazil..” but I found that Japan is also blocked). In order to check with black list has certain IP addresses, I like to use http://ordb.org/lookup/. It helps checking not only ordb.org’s database only, but also other databases.
Filed under: notes/General
There are several tools that can record WindowsMedia stream (asf etc) into file. Some tools are sharewares (like Windows Media Recorder), but the most useful one I found are these freewares:
GetASFStream
http://www.geocities.co.jp/SiliconValley-PaloAlto/9000/soft6.html
ASFRecorder
http://sourceforge.net/projects/asfrecorder/
Now I wish there recorder tools that can handle WindowsMedia DRM… because even free contents are sometimes employed Windows DRM as the non-free ones.


