Live Chat
773 598 5800
Search Results
  • Search Results

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. LDAP Synchronization

3.4.1.2.1. Minimum requirements

3.4.1.2.2. Feature Design & Data Flow

3.4.1.2.2.1. LDAP Integration Design

3.4.1.2.2.2. Active Directory Integration Design

3.4.1.2.2.3. Synchronization options

3.4.1.2.2.4. Categories of synced data

3.4.1.2.3. Integration Processes

3.4.1.2.3.1. Important Notices

3.4.1.2.3.2. Axigen LDAP Connector Configuration

3.4.1.2.3.3. Active Directory Integration

3.4.1.2.3.4. OpenLDAP Integration

3.4.1.3. AXIGEN Mapping System

3.4.1.4. AXIGEN Authentication System

3.4.1.5. AXIGEN Front-End Services Setup

3.4.1.5.1. The SMTP Proxy

3.4.1.5.2. The IMAP and POP3 Proxies

3.4.1.5.3. The WebMail Proxy

3.4.1.5.4. Mapping Setup

3.4.1.6. 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.5.3. iCalendar Functionality

3.5.3.1. Minimum requirements

3.5.3.2. Feature Design

3.5.3.3. Axigen Configuration

3.6. ActiveSync

3.6.1. Minimum requirements

3.6.2. ActiveSync Configuration

3.6.2.1. ActiveSync Provisioning

3.6.2.2. ActiveSync Special Licensing Notes

3.4.1.2.3.2. Axigen LDAP Connector Configuration

This section describes the settings available in the Axigen Mail Server configuration that apply to the LDAP synchronization feature and affect its behavior. Some of them are also briefly described in other sections of the documentation, but for centralization purposes all options will be explained in this section as well.

1. Synchronization Options

The following screenshot provides a section preview of the modal window used during the creation of a new LDAP connector within the Axigen webadmin interface. The same options are available in the connector properties page, once it was created:



Option names and functions:
  • Server type. Specifies the type of LDAP server to use while performing the synchronization. This option can take two values only:
    • “OpenLDAP” – Enable this option if you plan on using an OpenLDAP type of server.
    • “ActiveDirectory” – Enable this option if you plan on using an Active Directory service.
  • Timeout. Specifies the maximum allotted time for each lookup being performed. Once this set value is exceeded, the lookup is terminated and a timeout is returned and logged.
  • Synchronization direction. This option specifies the source and destination of the sync. It can have one of the following values:
    • “Axigen to LDAP” – By using this setting only information from the Axigen storage is synced to LDAP. Any changes made in LDAP do not get saved at all and are discarded.
    • “LDAP to Axigen” – By using this setting only information from the LDAP database is synced to Axigen. Any changes made in Axigen do not get saved at all and are discarded.
    • “Both ways” – By using this option you will let both Axigen and LDAP update the entry configuration. While this option is enabled, the “Conflict resolution” option must be set up correctly.
  • Conflict resolution. This option is only available if the synchronization direction is set to “Both ways” and specifies which of the two possible sources takes precedence in case a conflict arises. It can take one of the following three values:
    • “Axigen wins” – By using this option, Axigen changes take precedence over LDAP changes.
    • “LDAP wins” – By using this option, LDAP changes take precedence over Axigen changes.
    • “No change” – By using this option, all conflicts are ignored and the changes discarded.

2. Directory Lookup Options

The following screenshot provides a section preview of the modal window used during the creation of a new LDAP connector within the Axigen webadmin interface. The same options are available in the connector properties page, once it was created:




Option names and functions:
  • Account base DN. This setting refers to the top of the directory tree that is used in the sync process for the user account objects.
  • Enable Group Synchronization. While this option is enabled group synchronization is activated for the LDAP connector in question. If this option is disabled, the “Group base DN” option is not available.
  • Group base DN. This setting refers to the top of the directory tree that is used in the sync process for the group objects. This option is not available while the “Enable Group Synchronization” option is disabled.
  • Use custom schema. While this option is enabled, a custom LDAP schema file may be loaded and used during the sync process. If this option is disabled, the “Custom schema file” variable is not available. Do not enable this option if you plan on using Active Directory instead of LDAP.
  • Custom schema file. This setting contains the path to the custom schema file to use. This option is not available while the “Use custom schema” option is disabled.
While configuring the LDAP connector, certain expanding variables can be used to substitute domain, account and other variable elements. The table below lists all of the usable variables, their meaning and an example of how they expand in practice:



3. Domain-specific Options


The following screenshot provides a section preview of the domain-related options within the Axigen webadmin interface. The same options are available for all domains by entering their properties page, once they were created:



Option names and functions:
  • Enable LDAP synchronization. While this option is enabled, syncing for accounts and/or groups can take place for the objects part of this domain. While this option is enabled, a correct LDAP connector must also be specified.
  • LDAP connector. This option is not available unless the “Enable LDAP synchronization” option is active. To set the domain to synchronize with a LDAP service, you have to choose the correct connector from the drop-down list.
Note: To enable and select a LDAP connector that is to be used during the sync process, you need to have one already defined and correctly configured.