Pages
Categories
Archives
Monthly Archives: November 2008
working with Amazon Web Services
I think the key to working with an AWS box is to get the image right. Today it took me a few minutes to realize that I had picked the wrong image for me. I wanted my image to have “yum” ready to go. I love the idea of typing “yum install java” and having [...]
dealing with SMTP client queues
I have been dealing with a PHP + SMTP problem during the last few days. I got to the point where I needed to delete old (malformed) messages from the queues I had in my Linux box. Basically, the implementation of the message notifications worked this way: PHP BB -> PHP -> sendmail -> postfix [...]

phpBB + authenticated SMTP problem