White Papers
Below are links to white papers that I've written. I am currently in process of converting all of these to HTML format. I used the free OpenOffice.Org suite to create the PDF files. If you're interested, you can download my template file.
A 32-Bit DLL Written in ANSI C
A minimalist example of how to write a DLL. This example is specifically
an extension for the ArgoSoft Mail Server, but it could be used by any application
that calls a DLL (including your own).
Adding spamhaus.org DNS Blacklist to Sendmail
A quick tutorial on how to configure the spamhaus.org blacklist (DNSBL) under
sendmail. This can reduce the amount of spam you receive considerably, and
it only takes a second.
DNS Settings Under Linux
Here is a short tutorial on how to configure DNS using BIND under Linux.
SQL Joins
Short descriptions of how the different types of joins work in SQL. Includes
information about inner joins, left joins, right joins, and cross joins.
Adding an Email Alias to Sendmail
A quick overview of how to ad an email account and alias to sendmail.