Recent Posts

Using Spamassassin with Webmin

It appears that some versions on certain mirrors do not include the spamassassin webmin module. You can get this from their site as it is now part of the d...

Check for POST spam abuse

Just use a quick 1 liner like this to get some info on what IP has been trying to POST the most and to what script. grep POST /home/httpd/vhosts/*/statistics...

Windows needs LS

For some reason no matter how many times I have worked with windows I still find myself typing ls. I just make a ls.bat with the following to squash my short...

Get PHP5, PSA 7.5.4, & Horde to work

You will need to perform the following to allow Horde on PSA 7.5.4 to work with PHP5. pear upgrade DB cp /usr/share/pear/DB.php /usr/share/psa-horde/pear/DB....

Fun with OpenSSL

Here are some quick one liners to do a laundry list of things with openssl. openssl s_client -connect domain.com:443 or for more info openssl s_client -stat...

Use mutt to check mail

Simple connection test to verify your mail setup. mutt imaps://server.yourdomain.com Obviously you can change the protocol and specify the username after yo...