Author Archives: admin

RBLs with Exim4 (debian friendly)

Denying connections based on RBLs is a snap with Exim4. Most confusion is related to ACLs and where the definition sits. The fastest way to deny based on RBL is to add it to whatever ACL you specify in acl_smtp_rcpt … Continue reading

Posted in Email Servers, Exim, How Tos, Mail Post, RBL, SMTP, Software, spam | Leave a comment

Updating RedHat 9

Simply: You can’t. up2date will not run and RedHat does not provide updated packages. In 2003 RedHat switched from RedHat9 to Fedora. If you have an old RedHat box, you will have to migrate to Fedora. If it is really … Continue reading

Posted in How Tos, linux, redhat | Leave a comment

Quick Character Escaping in PHP

When writing PHP web apps, I tend to run in to a portability issue when dealing with SQL connectivity. Since I can’t count on having the PEAR DB module available, I rolled my own set of functions to interact with … Continue reading

Posted in php, Programming, SQL | Leave a comment