I'm pleased to announce the release of MailCleaner Community Edition 2012.6
You can download the ISO installation images here:
64bit version: http://www.mailcleaner.org/downloads/ma ... _64bit.iso
32bit version: http://www.mailcleaner.org/downloads/ma ... _32bit.iso
This released is aimed at fixing some issues with some virtualization environments. It should now install correctly on latest versions of:
- KVM / Proxmox
- Hyper-V
- VMWare
- Xen
Note for VMWare users (64bit version only):
the VMWare tools can be installed, after MailCleaner is being installed, using these commands:
Code: Select all
> apt-get update; apt-get install mc-vmwaretools
due to a bug with grub2 and the Xen console, the first splash screen where you must select the "MailCleaner automatic installation" option from the menu may not display and simply show a black screen. In that case, simply hit return once and wait some seconds to have the installer start. The rest of the procedure will work fine and the installer will install a plain text grub loader for future boots.
In order to upgrade from a 2011.9 version (don't do that if you already are in 2012.x version), you will have to download and run the following script: 2012v6_upgrade.sh
Basically by doing that:
Code: Select all
> cd /root
> wget http://pool.mailcleaner.org/2012v6_upgrade.sh
> chmod u+x 2012v6_upgrade.sh
> ./2012v6_upgrade.sh
Code: Select all
> aptitude update
> aptitude safe-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
Please feel free to post comments/feedback here (please post bugs in the appropriate section) : http://forum.mailcleaner.org/viewtopic.php?f=4&t=1481