Table of Contents

1. Mail Server Overview

2. Getting Started with AXIGEN

3. Mail Server Architecture

4. Mail Server Security

4.1. Authentication and Encryption

4.1.1. Kerberos Authentication within Active Directory

4.2. SPF and DomainKeys

4.2.1. AXIGEN Signing Module Usage and Configuration

4.3. Mail Filtering

4.3.1. Message Acceptance Rules

4.3.2. Routing Rules

4.3.3. Antivirus / Antispam Filters

4.3.4. Message Rules

4.3.4.1. SIEVE Overview and Implementation in AXIGEN

4.3.5. The AXIGEN Filtering Module

4.3.5.1. Filtering Module Implementation in AXIGEN

4.3.5.2. Configuring the AXIGEN Filtering Module

4.3.5.3. AXIGEN Filtering Module Commands

4.3.6. Activating and Prioritising Filters and Rules

4.3.7. Language Specifications for Policy Configuration

4.3.7.1. SMTP Functionalities (I)

4.3.7.2. SMTP Functionalities (II)

4.3.7.3. SMTP Functionalities (III)

5. User and Domain Configuration

6. Working with the WebMail Module in AXIGEN

7. Using AXIGEN WebMail features in Outlook

8. Working with the Mobile WebMail Interface

9. Administration Tools Overview

10. Configuring AXIGEN using WebAdmin

11. Configuring AXIGEN using CLI

12. Command Line Parameters for AXIGEN

13. RFCs Currently Implemented by AXIGEN

4. Mail Server Security

AXIGEN Mail Server comes with a full security feature set, guaranteeing secure reception, transit and delivery of email and protection for your confidential data.

Authentication
AXIGEN server supports authentication, meaning it can be instructed to accept only connections/messages from authenticated entities. CRAM-MD5, LOGIN, PLAIN, DIGEST-MD5 and GSSAPI methods are available for client authentication, reducing the risk of unauthorized connections.

Encryption(SSL/TLS)
All AXIGEN communication protocols can benefit from SSL/TLS technology which allows sending encrypted messages across networks and preventing plain text messages to be intercepted on the way from sender to recipient. This encryption method guarantees secure data transmission over networks.

Built In Firewall (application level)
Stopping spammers and preventing DOS attacks is one of the most important tasks of a mail server and the sooner the problem is identified in the mail stream , the better. This is why AXIGEN has a built in Firewall at the application (TCP listener) level that allows Administrator to control connectivity parameters, like the following listener rules:

- maximum simultaneous connections;
- maximum connections to be accepted during a time interval;
- maximum simultaneous connections accepted from a single host (that may be an attacker);

Furthermore, Administrators may define IP sets that have specific sets of such rules, applied with different priorities or IP sets whose connections are denied. For more details see Listener Rules.

Anti-spoofing (SPF and DomainKeys Compliant)
SPF authentication is used by the SMTP Incoming module in AXIGEN to determine whether the mail message comes from an authorized source. DomainKeys is an e-mail authentication system designed to verify both the DNS domain of an email sender and the message integrity. This additional authentication method significantly reduces spoofing attempts, that is, unauthorized attempts to gain server access, or assuming a fake identity when sending an email.

Message Acceptance Rules
The system administrator can configure and implement message acceptance policies and adjust them to best suit their security requirements. Incoming connections established via SMTP and the message flow can be easily managed using the established policies.

Antivirus / Antispam
The AXIGEN Mail Server can easily integrate with a large number of antivirus/antispam applications, either commercial, or open source. Starting with version 5.0 SpamAssassin is integrated within the AXIGEN kit.

Available Antivirus applications: ClamAv, KAV(Kaspersky) for Mail Servers, BitDefender, Sophos, F-Prot, DrWeb, Symantec, F-Secure, Avast, eTrust, Norman, Panda, McAfee.

Available Antispam applications: SpamAssasin, AVG, Kaspersky Anti-Spam, Avira MailGate, BitDefender Mail Protection for Enterprises, Symantec Brightmail AntiSpam.

Routing Rules
The Processing policies correspond to the SMTP Processing and SMTP Outgoing modules.

On one hand, they enable administrators to define the NDR (Non-Delivery Receipt) text and the conditions when such a message is returned.On the other hand, they allow system administrator to customize SMTP Outgoing actions for all or part of the relayed email communication.

Message Rules
Message rules instruct the AXIGEN Mail Server to take certain actions on processed email messages based on pieces of information contained by the message headers.


See subsections of current page for more details:

Authentication and Encryption
SPF and DomainKeys
Mail Filtering