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-3.5

...

Sv translation
languageen

Introduction

BlueMind includes 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 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 to have extra storage space with lesser performances (and at a lower cost). BlueMind's archiving system is based on this storage, with 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:

 

 

 




Implementing an archiving policy

By default, no archiving is enabled when BlueMind is installed, les utilisateurs peuvent cependant manuellement archiver leurs mails. Archiving can be set up by the administator to define a company-wide policy, using a filter that will apply to all users and groups.

Mettre en place un espace d'archivage

Les mails archivés seront automatiquement placés dans le répertoire /var/spool/bm-hsm du serveur BlueMind, il vous suffit donc de créer un montage (NFS ou disque local) dans ce répertoire.

Configuring a remote archive server

Si votre serveur est déjà en production, n'oubliez de copier le contenu de /var/spool/bm-hsm vers le nouveau disque avant de faire le montage.

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 role:

To add a remote archive server, click "New server" and complete the fields requested (all are mandatory):
Image Removed
  • Name: the name given to the server can be different from the machine's name on the network. You are free to choose any name. 
  • IP: the server's IP address. 
  • FQDN: "Fully Qualified Domain Name". This is the machine's full name in the domain.

    The "Create" button (<Enter> key) quickly creates a new server. It is added to BlueMind with no specific role. The "Create & edit" (<Ctrl-Enter> key combination) creates a server and redirects you to its administration page so you can assign it one or several roles.

    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:
      • Click "Save" at the bottom of the screen to apply changes.

    An archiving policy, whether domain-wide or user or group-specific, can now be implemented. Emails will be saved on the new server.

    Configuring a scheduled job

    For archiving to take effect, once it is configured it must be programmed via scheduled jobs.

    A job called "ArchiveJob" is pre-configured in BlueMind 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 to System Management > Manage Domain > select the domain > Email Archiving Policy tab
    • 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:

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

    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:

    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

    Enregistrer