Posts Tagged ‘Server’

 

WordPress SFTP Part 2

Thursday, June 10th, 2010

Note: This is an update of my previous post about enabling SFTP for WordPress available here.

I updated to Ubuntu 10.04, also known as Lucid Lynx, on my server and SFTP in PHP applications stopped working. Turns out that the pecl build isn’t compatible with the version of PHP shipped with 10.04, as far as I can tell. I tried reinstalling it, but it wouldn’t build. Thankfully I found out that there’s a package of it available in the repos.

Here’s the new method to enable SSH in PHP, which makes SFTP in WordPress work again.

user@computer:~$ sudo apt-get install libssh2-php

Restart Apache and you’re on your way. Way simpler than before is just a nice bonus.

Mailcleaner SpamAssassin 2010 Bug

Tuesday, January 5th, 2010

SpamAssassin was reported to have a date-related bug in it, you can find more info here. This post will detail the way you can fix the bug if you happen to be running mailcleaner. I haven’t tested it fully, and don’t know how permanent it’ll be, but hopefully it’ll be of some use.

(more…)

Mailcleaner Update Fix

Tuesday, December 15th, 2009

One of the places at which I do IT work runs a Microsoft Exchange 2003 Server for their email. They’d be having spam issues for quite some time, but were mostly resigned to turning on junkmail filtering, adding custom rulesets, and creating white and blacklists. Sometimes mails would go missing, but with the filter spaghetti, it was hard to tell where or why. MS, of course introduced IMF, but that was basically the equivalent of trying to stop a rushing river with a paper plate.

When I started working for them, one of the things I wanted to do was end this mess. (more…)