Buglist of Mtracks 2.6 SLES10


This document lists the bugs which were specific to the SLES10
platform installation of Mtracks 2.6.0

  1. Change path of mailcheck in crontab of root
    1. #crontab -e
    2. Replace the line
      0 * * * * /usr/local/lib/mailcheck/bin/mailcheck >/dev/null 2>&1
      with
      0 * * * * /usr/lib/mailcheck/bin/mailcheck >/dev/null 2>&1
  2. servicechk program always reloads amavis. It should reload
    amavis only if some configuration has changed. Contact Merce dev
    team to implement fix.
  3. Amavis dies on reload. Because in Mtracks 2.6.0 the
    init script is taken from the Mtracks 2.5. It should be replaced
    with the default init script of SLES10 amavis. Contact Merce dev
    team to implement this fix.