Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Published by Scroll Versions from space DA and version BM-4.0

...

Sv translation
languageen

Introduction

BlueMind includes has a centralized archiving system. This enables you to take some weight off the storage servers by storing some messages (older ones for example) on another server (or a mount point on another storage system) with lower storage costs.

BlueMind uses server-side archiving: this enables you to keep all archives together on a single-server, unlike PST archives generated with Outlook which stay on users' machines and must be backed-up.

Hierarchical storage allows you to specify different storage spaces, usually so that you can to have extra storage space with lesser performances (and at a lower cost). BlueMind's hierarchical archiving system is based on hierarchical storage, with has the following characteristics:

  • archiving rules (messages older than X days, etc.) by user, group and domain.
  • archive access from BlueMind webmail and thick clients (Thunderbird, Outlook, etc.).


Volet

On this page:

Sommaire
maxLevel2

Related:




Image Added

Image Added In BlueMind 4.0, archiving is completely automatic and transparent, which means that users no longer have an "archiving" button or able to see a message's archive status.

Implementing an archiving policy

To implement archiving

Image Removed

Implementing an archiving policy

By default, no archiving is enabled when BlueMind is installed (although users are able to archive their messages manually). The administrator can set up a company-wide archiving policy, using a filter which will apply to all users and groups.

Setting up an archiving space

Email messages are automatically stored in the /var/spool/bm-hsm BlueMind server directory. You just need to set up an NFS or local disk mount in that directory. If your server is already in production, don't forget to copy the contents of /var/spool/bm-hsm to the new disk before mounting it.

Configuring the archive role

In the BlueMind admin console, go to System management > Application's server. This page shows the list of servers known to BlueMind and their roles:

Image Removed

  1. Enable the server's archiving role: go to the server administration page ("Create & edit" or select it in the servers list)
    • Go to the "Server roles" tab which shows all the roles that can be assigned to a server.
    • Check the "Mail archive server" box ("MESSAGERIE" section).
    • Click "Save" at the bottom of the screen to apply changes. 
  2. Assign a new server to each domain:
    • Go to System Management > Manage Domain > select the domain you want to assign a new server to.
    • In the Mail System tab, select the new server in the "Mail archive server" list even if it is the only one available:
      Image Removed
    • Click "Save" at the bottom of the screen to apply changes.

You can now implement an archiving policy – whether domain-wide or user or group-specific. Emails will be stored on the new mount point.

Configuring a scheduled job

BlueMind has a pre-configured job called "ArchiveJob" to do this. All you need to do is execute it manually or schedule it.

Enabling message archiving 

Domain-wide archiving

To implement a domain-wide archiving policy, in the admin console:

  • Go go to System Management > Manage Domain > select the domain > Email Archiving Policy tab
    Image Removed
  • Check the "Enable archiving" box.
  • Enter the number of days you choose: messages older than this will be archived.
  • Set the maximum quota as well as a default quota for each.
  • Select the folders you want to exclude from archiving.
    In the example above, only the Inbox, Outbox and Sent folders will be archived.
  • Click "Save" at the bottom of the screen to apply changes. 

User or group-specific archiving

Automatic archiving

Archiving can be activated or customized for a user or a group too. To do this, go to the user's or the group's administration page, "Archiving" tab and edit the default domain-wide archiving values.
To find out more, go to the user administration page: Users - Archiving

Manual archiving

Archiving can be launched or modified by users themselves. They can choose to archive one or several email messages manually (e.g. when their storage quota is almost full) by clicking the corresponding icon.
To find out more, go to the page about Archiving messages in the User's Guide.

Astuce
titleDisabling archiving for users

To disable archiving for users, in the admin console go to System management > Manage domain > select the domain > Mail System tab > unselect the server from the "Mail archive server" list (select the 3 dashes) then save:

Image Removed

The Image Removed button will no longer appear in users' webmail when they next log in, stopping them from archiving messages.

Image Removed Previously-archived messages will still appear in the list but users will no longer be able to open them. They are not lost: re-enabling the archiving feature allows users to read archived messages again.

Accessing archived messages

Users can access archives transparently from their email client (webmail or thick client).

When a message is archived, it continues to be displayed in webmail but shown as archived by an icon in the "archived items" column:

Image Removed

Only message headers are kept in the original folder to enable browsing and searches. To view an archived message, users can simply open it, as they would any other message. BlueMind retrieves the message from the archive server and displays it immediately in the mail client's message viewer (Webmail, Thunderbird, Outlook).

Storage location on the server

Whether you are using an external archiving server or the BlueMind server, archived messages are stored in the folder /var/spool/bm-hsm
  • System Configuration > Mail tab
  • In the Archiving section, check the box and fill in:
    • Number of days before archiving: the number of days before a message is archived
    • Size of messages (MiB): threshold above which messages are archived automatically, without waiting for the number of days set
      The default value is 1Mb

      Info

      The MiB (Mebibyte) is a multiple of a byte, not to be confused with the MB (megabyte): it is equal to 1024 kebibytes, which itself is equal to 1024 bytes.

      Therefore, 9 MiB equals 9,43718 MB.

Archiving runs every day at 4am GMT.

Setting up an archiving space

The partition must be mounted in the /var/spool/bm-hsm/cyrus-archives/ folder.

Changes relative to BlueMind 3.5

Changing the archiving system to a completely automatic system has several consequences. As we've said above, users are no longer able to archive messages manually, but also:

  • The archiving policy is the same for all domain users
  • There are no group or user-specific archiving quotas any more. There is just one quota, archived data is accounted for within this one quota in addition to other non-archived messages.

  • The scheduled jobs HSMJob and HSMIndexJob are therefore irrelevant and no longer exist.