Table of Contents

3. Mail Server Architecture

3.1. Generic Server Configuration

3.1.1. Running Services

3.1.2. Other Generic Server Parameters

3.1.3. DNR Settings

3.2. Services and Modules

3.2.1. SMTP Receiving

3.2.2. Processing

3.2.3. SMTP Sending

3.2.4. POP3

3.2.5. IMAP

3.2.6. Logging

3.2.7. Reporting

3.2.7.1. Reporting Parameters

3.2.8. WebMail

3.2.9. Storage

3.2.10. FTP Backup Service

3.2.11. RPOP Service

3.3. Connectivity and Threading

3.3.1. Listeners

3.3.2. Rules

3.3.3. Threads

3.4. Clustering Support

3.4.1. Cluster Overview

3.4.1.1. LDAP Introduction

3.4.1.1.1. Basic Directory Setup

3.4.1.1.2. LDAP Entry Structure

3.4.1.1.3. LDAP Authentication

3.4.1.2. AXIGEN Mapping System

3.4.1.3. AXIGEN Authentication System

3.4.1.4. AXIGEN Front-End Services Setup

3.4.1.4.1. The SMTP Proxy

3.4.1.4.2. The IMAP and POP3 Proxies

3.4.1.4.3. The WebMail Proxy

3.4.1.4.4. Mapping Setup

3.4.1.5. AXIGEN Back-End Services Setup

3.4.2. LDAP Routing

3.4.2.1. Configuring Mapping Parameters

3.4.2.2. POP3 Proxy Service

3.4.2.3. IMAP Proxy Service

3.4.2.4. Webmail Proxy Service

3.4.3. AXIGEN LDAP Authentication

3.4.4. Integrating Active Directory into a cluster environment

3.4.5. Exotic Cluster Setups

3.5. Groupware and collaboration

3.5.1. Personal Organizer & AXIGEN Outlook Connector

3.5.2. Folders and permissions

3.2.7. Reporting

The reporting service helps you check server activity at global traffic and module level. The server jobs can be overseen by assigning the reporting service to collect data for parameters such as:
    - Inbound WebMail Connections
    - IMAP Append Requests
    - POP3 Inbound Connection
    - Queue Size
    - SMTP Outbound Connections
    - SYSTEM Load Average
    - Messages rejected by built-in filters
and many others. The reporting service collects and reports information on 3 levels of administration: server, domain and account, that can be further customized to achieve comparison charts.

Data Collection

All server parameters are automatically collected, with a 1 minute granularity, while the reporting service is running. The administrator may enable or disable, on the reporting service level, collection of parameters for domain scope and account scope.

The collection parameters are the same as those used for AXIGEN 6.x versions. Additionally, the administrator may define, for each collector, the following boolean options:

  • Collect per-domain data (default off)
  • Collect per-account data (default off)

Additionally, the administrator may configure the maximum collection interval, in week increments. If new value is smaller, historic data older than the new value is automatically deleted. A warning is displayed prior to setting a smaller value and deleting old historic data.

Only an administrator that has the 'Manage Reporting' on the site level has the permission to modify these service parameters. 


Charts

Charts can be created by an administrator with 'Manage reporting' site-level permission and by any administrator with the 'Manage domain reporting' permission on the respective domain. However, if the 'Manage reporting' site-level permission is not available, the chart can only display data for domains on which the administrator (that created the respective chart) has the 'Manage domain reporting' permission on.

When creating a new chart, the following options are available:

  • Chart Name
  • Chart Group (the chart group in which the chart is created)
  • Timeframe (date/hour start, date/hour end)
  • Logarithmic Oy Scale (on/off)
  • Displayed data (one or more entries)
    • Parameter
      • Name (POP3 connections, SMTP messages, etc), if a collector (hence collected data) exists.
      • Scope
        • Site
        • Domain
        • User
    • Downscale function (ox resampling)
      • Average
      • Min
      • Max
      • Bar samples ( hour, day, week, month). They only affect 'Bar' type charts.
    • Chart type
    • Chart color
    • Outline color
The displayed chart has the following properties:
  • Ox axis:
    • Scale: defined by user
    • Origin: start date and end date defined by user  
    • Value: timestamp for each value according to chart width
  • Oy axis:
    • Scale: selected automatically based on the highest value in the interval
    • Origin: 0
    • Value: the collected value associated with the timestamp on the Ox axis

Export

All chart data is exported in the requested format, in raw form (no downsampling), for the timeframe and all parameters of the respective chart. Data from one chart can be exported in XML or CSV form. The 'Export' option may be selected from an already defined chart, also in XML or CSV form. 


For information on how to modify reporting settings as well as to define your own set of reporting data and graphics see the Reporting tab chapter. For details on charts view in WebAdmin see Charts tab.

See subsections of current page for more details:

Reporting Parameters