Merce Product Release Information

Merce v4.0.0 released on 1 December 2012

Product type

  • Merce v4.0.0 64-bit single-DVD on CentOS 6.3

Description

This release has some minor bug fixes and additional Merce Discover, Patch-Inject modules.

ISO images

Download merce-v4.0.0-centos6.3-x86_64.iso (64 bit)

  • Size: 1.1G
  • MD5: 6c5846696248999f4abf2ee635307164
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v4
    • On the DVD: Merce v4.0.0 single-DVD installable image with CentOS 6.3 for 64-bit x86_64 systems

Change Log

  • Fixed bug in get_dmi_data function to handle non-required handles (sections) of dmidecode
  • Removed resourcechk, sysinfo, sendinfo, syschk, servicechk shell script compilation. These programs are now uncompiled plain-text shellscripts.
  • Added allowplaintext:yes param to imapd.conf, as new version of Cyrus by default considers allowpaintext as "no"
  • Modified bin/mailupload, bin/httpupload script to add string escape while uploading data to database
  • Bug fix: Modified DNS primary reverse zone file template
  • Bug fix: Softquota: Softquota check (incorrectly) used to consider disk usage on back up servers. Now the check ignores disk usage on backup servers.
  • Bug fix: editldapuser-mas: Used quote as part of input to ldapmodify command
  • Bug fix: Shareddir_utils : Fixed bug in Shareddir_utils.pm. File permissions of shared directories were getting changed after update from UI
  • Bug fix related to sync-slave module
  • Added new module patch-inject
  • Added directives to suppress proxy specific headers
  • Added queue file creation sequence, in slave synchronization on slave server
  • Updated cleantmp script to purge /var/lib/mfilter/tmp
  • Added Sendmail::PMilter perl module as rpm, removed the related pm files from Merce source repository
  • Fixed visible-password bug during login for IE browser
  • Changed dojo version to 1.5.2 from 1.3.2
  • Added new module Merce Discover
  • Added sethostname set UID program to set system hostname
  • Modified Server initialization screen
    • Allowed user to enter hostname of master server and set the entered hostname to system
    • Shows server-key
    • Added licence upload facility
  • Added debug functionality in resourchk script to diagnose the server key change issue
  • Changed the opening screen wallpaper

Known bugs

While installing Merce Servaya master, after installation and initial server configuration as master, an administrator cannot login as "merceadm" to add locations / servers / services etc. A queue file have to be processed by manually to create "merceadm" user in LDAP. (Will update the sample queue file and command later).


Merce v3.1.3 released on 12 February 2010

Product type

  • Merce v3 32-bit single-DVD on CentOS 5.2
  • Merce v3 64-bit single-DVD on CentOS 5.2
  • Merce v3 32-bit single-DVD on CentOS 5.5
  • Merce v3 64-bit single-DVD on CentOS 5.5

Description

This release has all known bugs fixed and does not have any major feature change.

ISO images

Download merce-v3.1.3-centos-5.2-x86_32.iso (32 bit)

  • Size: 928 MB
  • MD5: 30e8db15efbeafac1c90eb83e243fa4a
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.3 single-DVD installable image with CentOS 5.2 for 32-bit x86 systems

Download merce-v3.1.3-centos-5.2-x86_64.iso (64 bit)

  • Size: 976 MB
  • MD5: b88a842a40fc038e39bc3ca06ebd6b1b
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.3 single-DVD installable image with CentOS 5.2 for 64-bit AMD64 and EMT64 systems

Download merce-v3.1.3-centos-5.5-x86_32.iso (32 bit)

  • Size: 1008 MB
  • MD5: 18dd056ad5ffee894412c657113e0522
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.3 single-DVD installable image with CentOS 5.5 for 32-bit x86 systems

Download merce-v3.1.3-centos-5.5-x86_64.iso (64 bit)

  • Size: 1.1 GB
  • MD5: e9eeebd3830ef61595cf45c89d84c05e
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.3 single-DVD installable image with CentOS 5.5 for 64-bit AMD64 and EMT64 systems

Change Log

  • Added search-ipnets scripts. This script takes IP address as argument and looks in iptnets and prints IP networks to which given IP address belongs. This script is used by support guys for debugging.
  • Bug fixed in user editing: when user's group membership is modified the permission of files under /opt/merce/var/data/groups/ changes, due to this webguard and other services using these file does not works.
  • Modified merce-webguard daemon to log URLS if input request length is more than $::READ_SIZE. Now webguard logs warning if URL is trimmed.
  • Bug fixed in mfilter UI. Mfilter UI does not allow email address to be added if in rules if email address starts with number. Fixed bug by modifying the regex of email address in javascript.
  • Bug fixed in services config module templates: when SMTP service is configured from UI, it will configure virtusertable and mailertable with empty lines and due to this makemap command fails
  • Bug fixed in services config module: when SMTP service is configured from UI, it will replace mfilter.rules file with default config so rules defined from mfilter UI are over written. Also added default mfilter.rules so that if no rule are defined from mfilter UI, SMTP serivce will continue to work.
  • Modified SMTP config(merce-rx.mc) to reject 'EXPN' and 'VRFY' commands.
  • Added support in services config UI to enable/disable roaming profile support in file service
  • Bug fixed in alias editing UI: alias could not be deleted if its RHS have backslash
  • Modified group editing UI to create system group with pseudo system group name(mercegroup_ prefix, eg. mercegroup_1, mercegroup_2 etc) for each group created from UI. Also added code to update user's group membership in these groups if user's group membership is updated from UI. Membership of system groups will used in many places, from this version of Merce release we'll be using it for shared directory access control.
  • Modified shared directory access control backend to set ACL for directories based on system groups instead of system user. This was needed because system user based ACL could not be set because of limitation of size of extended attribute in filesystem.
  • Modified filesend to send qfiles in parallel to each slave server. It will also do ping tests (also SSH test if enabled flag) to remote server before sending qfiles.
  • Modified crontab of Merce to run filesend every minute, earliest it was running every five minutes.
  • Removed cron jobs which were generating mail and web highlights for this week, this month, last month, last week etc simultaneously and overloading server. Now only one program runs for mail highlights and one for web highlights. It generates all types of reports one after other.
  • Added bandwidth logging daemon code. The IPtables config and daemon config for IPtables chain name has to be done manually, so disabled by default.
  • Modified default Merce Insight config Agentdconfig file to look for setuid programs only under /usr, earlier it was looking under root (/). This was increasing load on server.
  • Bug fixed: everyone-alias-send had invalid symbolic link name under userdel action (under /opt/mercescripts/userdel/)
  • Modified refilenotify script to also look under few predefined folders for mails to be refiled
  • Added program to generate CSV file from database which can be used by bulk user create program for recreation of users.
  • Modified bandwidth control config generation program to divide restore rate and bucket size of squid delay pools based on number of squid instances running on server.
  • Added bulk user update program.
  • Added bulk user delete program.
  • Bug fixed in init-ldapdb program: the exit status of the program was non-numeric in case of error.
  • Bug fixed in user module: the check to not allow user creation of deleted user before certain days(3 months) was not working.
  • Modified direct-access list of URLs in squid config to add www.indiatimes.com/photo/. Images under this URL are not working on IE.
  • Modified configuration file of dbbackup script to take backup missing useful tables: attribute_values, networks, service_attributes, service_server_map, shared_dir, shareddir_accessmap, shared_fr, usergroup_map, usrusage, vacation, webaccessmon, wg_rules, wg_rulesets, wg_webconstraints, wg_webconstsparams, merce_log.

Known bugs

  • When file service and mail service both are running on same
    Merce server then samba user deletion queue processing
    (processing of delsmbuser-slv qfile) fails. This happens
    because the user is deleted from system -- because of IMAP
    deletion queue processing script (delmbuser-slv) before the
    delsmbuser-slv.

Merce v3.1.2 released on 7 November 2010

Product type

  • Merce v3 32-bit single-DVD on CentOS 5.2
  • Merce v3 64-bit single-DVD on CentOS 5.2
  • Merce v3 32-bit single-DVD on CentOS 5.5
  • Merce v3 64-bit single-DVD on CentOS 5.5

Description

This release has all known bugs fixed and does not have any major feature change.

ISO images

Download merce-v3.1.2-centos-5.2-x86_32.iso (32 bit)

  • Size: 928 MB
  • MD5: 3f1c75a3a7d43cfea81d970a1e938f9e
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.2 single-DVD installable image with CentOS 5.2 for 32-bit x86 systems

Download merce-v3.1.2-centos-5.2-x86_64.iso (64 bit)

  • Size: 976 MB
  • MD5: 31dcd7765ef917bfd95664c22203ae47
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.2 single-DVD installable image with CentOS 5.2 for 64-bit AMD64 and EMT64 systems

Download merce-v3.1.2-centos-5.5-x86_32.iso (32 bit)

  • Size: 1008 MB
  • MD5: 015e12d8627037d51a4c0c1d8a622989
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.2 single-DVD installable image with CentOS 5.5 for 32-bit x86 systems

Download merce-v3.1.2-centos-5.5-x86_64.iso (64 bit)

  • Size: 1.1 GB
  • MD5: 8791605a2236872570b495b062c67ca0
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.2 single-DVD installable image with CentOS 5.5 for 64-bit AMD64 and EMT64 systems

Change Log

  • Bug in automatic services reload script. If any of the user/group/URL/IP network is modified it was not restarting services webguard and squid. This was due to missing extscripts dir. Fixed.
  • Fixed bug in sbin/configwatch: if earlier config file was missing, then it would calculate wrong checksum and do unnecessary service restarts. Fixed.
  • Remove openfire from startup
  • Problem while adding/updating groups in database /opt/merce/lib/perl/Groups.pm:
    the updatedat/createdat columns were showing "now()" instead of the actual timestamp, due to a MySQL legacy. Fixed.
  • Webaccess reports:
    • Bug in WebAccess reports: 'per user report' was not working since v3.0.0. Changed /opt/merce/bin/webreport to access table "merce_user" instead of "user" (MySQL legacy). Fixed.
    • Bug in Merce Insight agent to track number of concurrent SqMail sessions:
      • It was incorrectly examining the timestamps of touchfiles to count the sessions. Fixed.
      • It was not removing old touchfiles, leaving junk touchfiles behind in situations when user never logs out of Webmail. Fixed.
  • Bugs in WebAccess module:
    • Increased the lenght of URL column(wt_url) to 1000 chars in database to hold long URL info in database
    • modified lib/perl/ApLog_analysis.pm to clean out and trim the URLs before generating batch upload file for database insert.
      * Replace all non ASCII characters with ?
      * Trim URL length to 1000 characters
      * Trim user length to 40 characters
    • created index on web_traffic table for fast retrieval.
  • Bug in lib/perl/Shareddir_utils.pm: if dir name has space then the permissions sub-dirs or files under this dir was not updated when applying permissions to sub-dirs also (batch mode ACL set was not working). This was because <"$dir"/*> was used instead of opendir, readdir and closedir calls in perl. Fixed.
  • Added option in User search UI to allow user search on authorisation privileges of users.
  • Added rectangular background to the icons on login page for better look.
  • Added following two more sites in /etc/squid/direct-access to allow unauthenticated access via Merce proxy servers:
    * .update.nai.com
    * .ftp.nai.com
  • Bug: missing script of message refiling of IMAP mailboxes. Added script.
  • Bug in bin/editsmbuserpass-slv: if modify user password from Merce UI, the password change was not reflected in system if the server has file service running but mailbox server is not running. Modified to change system password after changing samba password to fix it.
  • Bug in bin/rcwebmail-user-slv: user edit was changing IMAP server info (mail_host) in roundcube database for all users if any one of the user's profile was modified. Fixed.
  • Bug lib/perl/EmailAliases.pm: if alias information was added from command line using SQL insert statement and any of alias has upper case letters, Email alias UI was distinguishing upper case and lower case while comparing aliases. Modified to handle
    case insensitive aliases even if added in database using batch upload. Fixed.
  • Bug: bin/useroupmod-slv, bin/usergroupmod-send: Users were not deleting from old groups if user's membership to the group was removed. User edit now deletes users from old groups and add to new groups for modified groups membership only. Fixed.
  • Bug in User add/edit/delete UI: if any group which has name used by any of the HTML object name the group membership was not updated. To fix this prefixed the group name check boxes with 'grp-'.
  • Modified bin/addsmbuser-slv to create user's Windows home dir under /var/home/$user/win and 'public_html' dir in home dir while user creation.
  • Bug: Added missing template files of softquota script and updated softquota script with latest code from apps1. Fixed.
  • Bug: Squid config had object information logging in store.log enabled, due to this size of squid log area were increasing rapidly. Disabled logging in stroe.log.
  • Bug: user add/edit UI was not allowing to set quota more than 9999 MB Modified to allow quota of 99999 MB.
  • Bug: Using webmail users were not able to send mails of more than 10MB in size. Modified PHP config to allow upload size upto 50 MB.
  • Bug: added missing private network 192.168.0.0/16 in "my networks" ACL of greylist.conf. Earlier this had to be manually added in greylist.conf while configuring Mailgate.
  • Bug: services config module was not patching value for confMIN_FREE_BLOCKS parameter. This was due to spelling mistake of patch variable. Fixed.
  • Bug: batch ACL setting program of shared dir module had undefined variable, due to this program was giving error. Fixed.
  • Modified roundcube config to add 'Received' header in each outgoing mail (set true to http_received_header). This will allow to track mails sent via Merce webmail.
  • Bug: in multi-server Merce setup RoundCube database password was overwritten by merce-add-slave script and users in RoundCube database on slaves were not created. Fixed this by site specific local info in Siteconfig_local.pm -- currently this has RoundCube database info only.
  • Bug: while sending email if sender does not have valid reverse DNS pointer to the public IP, then SpamAssassin was adding score of 3.04 for the mail. Many of the email senders on Internet might not have reverse DNS record so modified SpamAssassin local config to overwrite the MAY_BE_FORGED rule to zero.
  • Bug: Merce 3.1.1 CentOS 5.5 32-bit had old version of squid (squid-2.6.STABLE21-6.el5.i386.rpm). Fixed this by changing config file to include new squid (squid-3.1.0.15-2.el5.i386.rpm)
  • Bug: mfilter was taking 100% CPU utilisation if it receives SIGTERM. This was due to wrong condition check for loop exit in SIGNAL handler function. Fixed.
  • Bug: if file service and mailbox service was running on same server user add qfile was giving error and qfile was going in bad, because system users is already created by bin/addsmbuser-slv script. To fix this added check in bin/addmbuser-slv to skip user creation if user is already created on system (i.e. found in /etc/passwd)
  • User add/edit had mail quota and home quota mandatory. Modified user module to make these fields optional and updated globalparams tables to keep quota filed to black on user add UI.
  • Bug: VPN reports was not updated if the database connection destroyed due to database server restart or due to time out etc, the queued update request to database were not handled. This was because wrong method call in usr/sbin/vpnconnd script. Fixed this by using 'set' method of Relation::Vpnuserstat instead of 'update' method.
  • Bug: sendmail-rx was giving "User unknown" error for vacation reply message. Modified SMTP service templates to accept mails for merce-vacation.username@domain.com type of email addresses.
  • Bug: When user add UI page is submitted it shows black page if it was not able to add user to group. It was because missing Constant in exported list. Fixed.
  • Added feature in mfilter:
    • added support in mfilter to check for list of white listed sender email address patterns and to not to run source check method (which adds X-MercE-refile header) for those sender patterns. This is useful when sender email address is auto-generated or frequently changing like mailing list addresses and blackberry sender address.
    • added support in mfilter to check for DCC headers and extract score given by DCC, if the score is more than DCC_THRESHOLD (defined in mfilter.cf, default 50) then add X-MercE-refile header to mail for spam filtering.

Merce v3.1.1 released on 18 October 2010

Product type

Merce v3 32-bit single-DVD on CentOS 5.5
Merce v3 64-bit single-DVD on CentOS 5.5

Description

Merce v3.1.0 was earlier available for CentOS 5.2. That release
continues to be available. The new release is not a new Merce release
-- it is a port to a new platform (CentOS 5.5). You may choose to use
either platform, depending on which OS version works on your
customer's hardware. The Merce product is the same in both.

ISO image

Download merce-v3.1.1-centos-5.5-x86-singlecd.iso (32 bit)

  • Size: 927 MB
  • MD5: 18d70643d293c533c50cbeb0fba8b356
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.1 single-DVD installable image with CentOS 5.5 for 32-bit x86 systems

Download merce-v3.1.1-centos-5.5-x86_64-singlecd.iso (64 bit)

  • Size: 976 MB
  • MD5: 946c4f271994391c8cf99650bc5cf0d5
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.1 single-DVD installable image with CentOS 5.5 for 64-bit AMD64 and EMT64 systems

Change Log

Ported Merce v3.1.0 on CentOS 5.5, 32-bit and 64-bit systems


Merce v3.1.0 released on 1 August 2010

Product type

Merce v3 32-bit single-DVD
Merce v3 64-bit single-DVD

ISO image

Download merce-v3.1.0-x86-singlecd.iso(32 bit)

  • Size: 928 MB
  • MD5: b97d07fae8b0e385221017fc5161fb5e
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.0 single-DVD installable image for 32-bit x86 systems

Download merce-v3.1.0-x86_64-singlecd.iso(64 bit)

  • Size: 977 MB
  • MD5: 1c0957beca310c202350bb86deef3cec
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3.1.0 single-DVD installable image for 64-bit AMD64 and EMT64 systems

Change Log

  • Bug Fixes
    • Bandwidth:
      • Fixed problem of 'loading error while displaying large number of IP networks
      • Changed passwdexpiry script to identify the admin
    • Password Exipry:
      • Added missing password expiry templates
      • Changed passwdexpiry script to identify the admin
  • Network: Replaced old UI of with AJAX based new UI.
  • Configwatch:
    • configwatch script: md5 checksum generation code changed
    • Added scripts (squid webguard) for configwatch
  • Round-cube: Auto user creation.
  • Ruleset:
    • Changed ruleset UI, now rule are displayed on seperate page
    • Changed send script from shell-script to perl-script
    • Modified slv scripts to check for file before reloading merce-webguard
  • Webconstraint:
    • Changed UI removed "none" option from add/edit webconstraints
    • Added operation "Add after" for adding new webconstraint
    • Added "fastmove up/down" actions
    • Added "top/botton" option while adding new webconstraint
    • Added pagination
    • Loads webconstraint details on demand
  • Reports:
    • Added reports for Mail-gate
    • Added reports for fresh-clam
  • Added utility scripts:
    • fs-depth : to find the depth of file-system
    • merce-webguard-utils : to send commands to Merce-Webguard
    • search-ipnet : search network for particular ip
    • df-warn : to check disk usage and send warning mail

Merce v3.0.0.rc12 released on 30 April 2010

Product type

Merce v3 32-bit single-DVD
Merce v3 64-bit single-DVD

Product version and release date

v3rc12, 30 April 2010

ISO image

Download merce-v3.0.0-rc12-x86-singlecd.iso(32 bit)

  • Size: 812 MB.
  • MD5: a3f392475a4c6ea5e7266c5462bdaa32
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc12 single-DVD installable image for 32-bit x86 systems

Download merce-v3.0.0-rc12-x86_64-singlecd.iso(64 bit)

  • Size: 861 MB.
  • MD5: d25e88eb19b2dc6e80c5f7a5abc94853
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc12 single-DVD installable image for 64-bit AMD64 and EMT64 systems

Change Log

  • Bug Fixes:
    • Mail filter report :
      • Added code to display statistics of blocked email
        due to reverse lookup check
      • Modified report recipient starcom.logs.usenet@merceworld.com
        to mailstats@merceworld.com
    • Added Missing hbeaf executable for auto-failover
    • Updated squid version from 3.0 to 3.1
    • Disabled default proxy in siteconfig.sh
    • Added reverse_dns.m4 in sendmail for reverse dns check
    • Modified filesend:
      • to skip sending of queue files if 'skip' file exists
      • to check connectivity of remote server before sending files and skip sending of all files for this server if connectivity is lost
    • Disabled auto creation of users in Roundcube
    • Merce webguard :
      • Chaining with squidclamav is enabled
      • Increased url read size from 1024 bytes to 10240 bytes
    • squidclamav
      • updated version from 4.0 to 5.3
      • modified squidclamav code(squidclamav.c) to set proxy username(merce_av_user)
        and proxy password(password is hardcoded for now in squidclamav.conf) for squid cache puring. Squidclamav does not support proxy authentication for purging.
    • Integration of virus checks with Merce web proxy service using squidclamav
    • Modified path of squidclamav.conf to /etc/squidclamav.conf
    • Modified schema of all tables in postgres sql database to set created by, modified by, deleted by fields to 40 characters
    • Modified session schema to increase size of user filed to 40 characters
    • Change in bandwidth limit rate values
    • Updated version file

Merce v3.0.0.rc11 released on 29 April 2010

Product type

Merce v3 32-bit single-DVD
Merce v3 64-bit single-DVD

Product version and release date

v3rc11, 15 April 2010

ISO image

Download merce-v3.0.0-rc11-x86-singlecd.iso(32 bit)

  • Size: 793MB.
  • MD5: 72b9bacc181d49cc968b7cc197dab8c0
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc11 single-DVD installable image for 32-bit x86 systems

Download merce-v3.0.0-rc11-x86_64-singlecd.iso(64 bit)

  • Size: 841 MB.
  • MD5: ce776e13e449830e9a40966ed18212e5
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc11 single-DVD installable image for 64-bit AMD64 and EMT64 systems

Change Log

  • Bug Fixes:
    • Changed regx of IP address in Server add form.
    • Genconfig: identify the Merce master server on basis of flag in server table.
    • Older version had 32-bit compiled binaries on 64-bit release.

Merce v3.0.0.rc10 released on 8 April 2010

Product type

Merce v3 32-bit single-DVD
Merce v3 64-bit single-DVD

Product version and release date

v3rc10, 8 April 2010

ISO image

Download merce-v3.0.0-rc10-x86-singlecd.iso(32 bit)

  • Size: 792 MB.
  • MD5: 0de202203b256dcd6ca70730bbd93463
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc10 single-DVD installable image for 32-bit x86 systems

Download merce-v3.0.0-rc10-x86_64-singlecd.iso(64 bit)

  • Size: 841 MB.
  • MD5: f3bff701eaa0aa6e7114ece3f8201fc7
  • Media: DVD
  • Version labels:
    • On the jewel-case insert: Merce v3
    • On the DVD: Merce v3rc10 single-DVD installable image for 64-bit AMD64 and EMT64 systems

Change Log

  • Bug Fixes:
    • Single CD configuration was not removing all partitions of HDD. It was only removing linux partitions
    • Renamed default ruleset file name from 'redirectors' to 'redirector'. File name was wrong
    • Modified schema of bandwidth limit table to increase the sizes of columns
    • Department name editing was not working due to check for HTML button name
    • Added soft quota in cron
    • 'junkmail' and 'system' users were created on system and it was not allowing users with these Merce userID to be created from Merce admin console
    • Event handler was not processing queue file from pending if it has large number of files in pending dir. The 'ls' command was exiting with 'Argument list too long' error
  • Modified mail and web access report generation code to patch organization domain name and time of report
    generation
  • Modified roundcube's taskbar.html to show login userID
  • Updated SpamAssassin version from 3.2.5-1 to 3.3.1-1.
  • Updated clamav version from 0.94.1-1 to 0.96-1
  • Re-compiled and packaged squidclamav package with new version of clamav(0.96-1)

Merce v3.0.0.rc9 released on 6 March 2010

Product type

Merce v3 32-bit single-DVD

Product version and release date

v3rc9, 6 Mar 2010

ISO image

Download merce-v3.0.0-rc9-singlecd.iso

  • Size: 781 MB.
  • MD5: 13543c689af922c655a39d4e13a18552
  • Media: DVD

Change Log

  • Bug Fixes:
    • Administrator can now select all the locations in search criteria. Previously it only showed the location of the logged-in administrator.
    • In mail highlights, details of the logged-in user were displayed instead of the selected user. This has been fixed and now the selected user's details are displayed.
    • Permission of few files of bandwidth control module are corrected.
  • Replaced background image of login screen with low resolution image.

Version labels

  • On the jewel-case insert: Merce v3
  • On the DVD: Merce v3rc9 single-DVD installable image for 32-bit x86 systems

Catalogue of product types

This list has been kept here for reference. We currently do not have CD ISO images for all of them. Some of the items in this list will drop out over time, new ones will be added. The hyperlink here will always link to the latest ISO image of that product.

  • Merce v3 64-bit for CentOS 5.2
  • Merce v3 32-bit for CentOS 5.2
  • Merce v3 32-bit and 64-bit for CentOS 5.2
  • Packages of CentOS 5.2 64-bit for Merce v3
  • Packages of CentOS 5.2 32-bit for Merce v3
  • Merce v3 64-bit single-CD (CentOS)
  • Merce v3 32-bit single-CD (CentOS)
  • Merce Broadside v1 64-bit for CentOS 5.2
  • Merce Broadside v1 32-bit for CentOS 5.2

The ISO images for most of these products is not yet ready. As they get ready, blocks will be added to this page. GenSvc will need to keep with them five CD sets of the latest version of each of these product types at all times.

Creating CDs of our products

This page describes the process to be followed for creating and managing CD sets for our products.