lamp

January 2010 - Posts

SSL for FREE
15 January 10 09:45 AM | Frederick.Chapleau | with no comments

Yes, we can now secure servers using free certificates :)

http://StartSSL.com

-f.

Filed under:
The registry on a 64bits OS using NSIS
13 January 10 08:10 PM | Frederick.Chapleau | with no comments

Ok, after trying to find a patch or a work around to access the write 64 bit registry node instead of the Wow6432Node, I found a … not very documented but simple way to do it...

${If} ${RunningX64}
     SetRegView 64
${EndIf}

-f.

Filed under:
FH_DATE_PAST_20XX in SpamAssassin not working in 2010
02 January 10 12:26 PM | Frederick.Chapleau | with no comments

Yep, it was a bug, but it’s corrected now, 3 Steps to follow:

1. Change the mirrors

Edit the file /var/lib/spamassassin/3.002003/updates_spamassassin_org/MIRRORED_BY and add

http://daryl.dostech.ca/sa-update/asf/ weight=5
http://www.sa-update.pccc.com/ weight=5

2. Run sa-update

3. Run sa-Compile

… or you can simply patch it by editing the file /etc/mail/spamassassin/local.cf and add

score FH_DATE_PAST_20XX 0

And you are done :)

-f.

Filed under: