-
-
Yes, we can now secure servers using free certificates :)
http://StartSSL.com
-f.
-
-
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.
-
-
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.