Jahr: 2002
-
fetchmail / procmail
Somebody in the German PHP mailinglist recommended using fetchmail/procmail for fetching mails automatically from a POP3 server and putting their contents into a database. E-mail archiving through BCC:?
-
Generic Information Server Toolkit (GIST)
Sounds a little bit like XDD, but with a lot more features: http://gist.jrc.it/default/
-
Beautiful comment box layout on inmyexperience.com
inmyexperience.com: This is how a comment box should look like… (maybe including an „Avatar“ / icon of the person commenting.)
-
T-Online dsl 5000 MB?
The Telekom flat rate has just become more expensive – switch to the 5GB rate instead? http://service.t-online.de/t-on/kund/anme/star/cc-anmeldung-1102.html
-
Bundling ADOdb with XDD
XDD uses rather trivial SQL – I probably should remove the xdd_db_*() functions and use ADOdb instead (which could be bundled): http://php.weblogs.com/ADOdb
-
Checking for open ports
Installed a cron job which directs „nmap localhost“ output to a file. This file is checked for diffs by our dc4status tool. So I should be notified by e-mail when a new port is opened…
-
Faking POP3 mails with teapop
This is not yet working for me: I can authenticate through POP using my Unix account, but I didn’t succeed in using .htpasswd files instead.