MailCleaner Community Edition 2014.10 released

New releases and patches informations

Moderators: Pascal, oanasutoiu, mentor, stephane, jorge, JohnMertz, bourgeois

Post Reply
olivier
Posts: 1348
Joined: Thu Jan 01, 1970 1:00 am
Contact:

MailCleaner Community Edition 2014.10 released

Post by olivier » Mon Oct 27, 2014 11:50 am

Hello,

I'm pleased to announce the release of MailCleaner Community Edition 2014.10

The current 2012.6 installation ISO is the recommended way for fresh install, followed by the usual upgrade procedure.
A newer version of the installation ISO is expected to be released before the end of the year.

This procedure, that can also be applied on any running 2012.6 or later version is:

Code: Select all

> echo "deb http://http.debian.net/debian/ squeeze-lts main contrib non-free" >> /etc/apt/sources.list.d/squeeze-lts.list
> apt-get update
> apt-get upgrade
> cd /usr/mailcleaner
> cvs -q update -dP
> source lib/updates/update_binaries.sh
> stabilizeBinaries
> install/install_perl_libs.sh
> install/install_sa.sh
> /usr/mailcleaner/bin/check_db.pl --update
> /etc/init.d/mailcleaner restart
This release mainly add the following:

# 001- (improvement, smtp) - changed LDAP callout behavior to accept on failure
# 002- (improvement, filtering) - added X-Auto-Response-Suppress on detected spams
# 003- (bugfix, filtering) - fixed potential white space before subject in quarantined messages
# 004- (bugfix, admin gui) - increased the Trusted IPs/Network field size
# 005- (feature, smtp) - added authenticated users blocking list
# 006- (bugfix, smtp) - fixed LDAP quoting
# 007- (improvement, os) - improved IPv6 firewalling support
# 008- (improvement, smtp) - increased limit in SPF included resolutions
# 009- (feature, filtering) - added avoidable hosts list in PreRBls module
# 010- (feature, gui) - added auto-detection of starttls on LDAP connector
# 011- (bugfix, admin gui) - cleaning of some output in logs view
# 012- (improvement, admin gui) - changed defaults for DKIM DNS record information to match current recommendations
# 013- (improvement, os) - added Squeeze LTS for long support security updates
# 014- (upgrade, os) - major upgrade of Apache, MySQL, PHP and SpamAssassin packages
# 015- (upgrade, security) - removed usage of SSLv3

Please feel free to post comments/feedback here (please post bugs in the appropriate section) : http://forum.mailcleaner.org/viewtopic.php?f=4&t=2103
Julien
Posts: 31
Joined: Mon Jul 14, 2014 8:43 am
How did you hear about Mailcleaner: job

Re: MailCleaner Community Edition 2014.10 released

Post by Julien » Wed Dec 03, 2014 4:46 pm

Hi,

We have released a new patch level for the 2014.10 version named 2014120101.
We also have generated a new ISO file available here :
64bit version: http://www.mailcleaner.org/downloads/ma ... _64bit.iso
32bit version: http://www.mailcleaner.org/downloads/ma ... _32bit.iso

md5 :
64bit version: http://www.mailcleaner.org/downloads/ma ... _64bit.md5
32bit version: http://www.mailcleaner.org/downloads/ma ... _32bit.md5

This is the same procedure to upgrade your version :

Code: Select all

> apt-get update
> apt-get upgrade
> cd /usr/mailcleaner
> cvs -q update -dP
> source lib/updates/update_binaries.sh
> stabilizeBinaries
> install/install_perl_libs.sh
> install/install_sa.sh
> /usr/mailcleaner/bin/check_db.pl --update
> /etc/init.d/mailcleaner restart
The change log :

# 001- (security, admin gui) - set Cypher priority
# 002- (security, admin gui) - support of TLS v1.1 v1.2
# 003- (upgrade, os) - major upgrade of ClamAV (clamd & ClamSpam), openssl

Please feel free to post comments/feedback here (please post bugs in the appropriate section) :
http://forum.mailcleaner.org/viewtopic.php?f=4&t=2103
Post Reply