News

If you are running a program that you downloaded from the Internet and aren't familiar with the source code, you may be out of luck: All you can do is submit a bug report and hope for a fix.
So I've been playing with C++ and XML (Xerces C++ DOM), and am working on a simple prototype class factory that creates instances of various classes based on the contents of a given XML file. To ...
I am trying to enable SMTP AUTH using Postfix and Cyrus SASL. This is just a mail server for my personal domain and used by family. With the numerous mobile clients these days like iPads and iPod ...