I want to get rid of my separate email client. I want to set up my email so that I can get at it via the web. I want to filter spam. I want to continue to use my two imap accounts. So, I’m going to either a) alter squirrel mail to accomplish these goals, or b) build some new php monstrosity, teaching myself the mail stuff in it at the same time.
I do all of these already 🙂
Squirrelmail + fetchmail + spamassassin + procmail (all thru postfix) = e-mail bliss! 🙂
Ok, maybe a wee bit of an overstatement.
Sadly squirrel mail is barfing on some basic class definition stuff. I really hope it’s not because I’m using php5. I don’t want to deinstall that, then reinstall php4, and try to get it to play nicely with apache. (it wasn’t earlier, don’t ask me why, it just wasn’t).
It needs PHP4 …. really.
PHP5 really isn’t quite ready for the real time yet- at least IMHO
Sadly, the switch to php4 did not solve the problem. It’s some strange “I’m not in a class, why are you using $this” bug, when it’s pretty clearly in a class definition, as far as I can tell.