Documentation

20 search results

Setting Up OAuth 2.0 / OpenID Connect Authentication for WebMail, SMTP, POP3, and IMAP

https://www.axigen.com/documentation/setting-up-oauth-2-0-openid-connect-authentication-for-webmail-smtp-pop3-and-imap-p750583833

Updated: June 13, 2024
Starting with Axigen X4, you can authenticate in the Axigen WebMail using OAuth 2.0 / OpenID Connect.
However, as IMAP / POP3 (and SMTP) clients have not yet adopted OAuth 2.0 / OpenID Connect as a standard, you don’t have this option out of the box. This causes a problem for end-users as they would need two different sets of credentia

IPv6 in the SMTP Outgoing Service

https://www.axigen.com/documentation/ipv6-in-the-smtp-outgoing-service-p47120701

Updated: February 4, 2021
In the default configuration, Axigen does not use the IPv6 network when sending outgoing messages. However, this behavior can be changed to make Axigen use IPv6 by using the CLI interface.
There is a CLI configuration option in the SMTP outgoing context that controls if Axigen uses IPv6 when sending outgoing messages.
<server#> conf

IPv6 Support

https://www.axigen.com/documentation/ipv6-support-p45253586

IPv6 support is available starting starting with Axigen X (10.0).
Axigen is able to operate in dual stack (IPv4 / IPv6) environments.
Any incoming services can be enabled to operate over IPv6 by adding TCP/IP listeners (via CLI or WebAdmin) for IPv6 addresses. The SMTP outgoing service has to be configured via CLI for Axigen to use the IPv6 network (the conf

iCalendar Functionality

https://www.axigen.com/documentation/icalendar-functionality-p45254798

iCalendar support is deprecated and no longer supported.
Starting with Axigen X1 (10.1), CalDAV is the newly supported standard for calendar sync .
The iCalendar compatibility and support built into Axigen aims to provide data (contacts, meetings, tasks, etc.) and option setting synchronization

Additional Notes on IPv6 Support

https://www.axigen.com/documentation/additional-notes-on-ipv6-support-p47120705

IPv6 in SPF
Support for IPv6 ranges (ip6) has been added when parsing SPF records. SPF now queries AAAA records when remote address is IPv6, A records when remote address is IPv4 (i.e. SPF "a" queries AAAA records when the remote peer is IPv6, same for "mx", "ptr").
Note: IPv6 wrapped IPv4 address are not handled (i.e. they are treated as IPv6 addresses — th

Configuring IPv6

https://www.axigen.com/documentation/configuring-ipv6-p47120612

Starting with version X, Axigen is able to operate in mixed IPv4 / IPv6 environments.
Incoming services can be configured to accept incoming IPv6 connections by adding IPv6 addresses to the TCP/IP listeners that serve the respective service.
Axigen does not support IPv6 link local addresses (FE80::/64), nor IPv4-mapped IPv6 addresses.
Continue with one of th

Installing Axigen on Linux (Axigen X2 & X3)

https://www.axigen.com/documentation/installing-axigen-on-linux-axigen-x2-x3-p773914625

This page is an installation guide for Axigen X2 (10.2.x) and X3 (10.3.x). To install a newer version, please see
This section describes the steps for installing / uninstalling Axigen for Linux. For additional information, you can also consult the Install file included in the installation kit.
The installation kit consists of a self-extracting shell script

Configuring an IPv6 Listener

https://www.axigen.com/documentation/configuring-an-ipv6-listener-p47120697

CLI
Adding a IPv6 listener for a service is no different than adding a IPv4 listener.
E.g. we identify the IP address that Axigen should listen on:
[root@centos6-dev]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:13:40:6B
inet addr:192.168.4.44 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: 2a02:XXXX:YYYY:0:20c:29ff:fe

Configuring SMS Connectors for 2-Step Verification and Account Recovery

https://www.axigen.com/documentation/configuring-sms-connectors-for-2-step-verification-and-account-recovery-p1475477512

The SMS connectors functionality is available starting with Axigen X6 (10.6.0).
Learn how to set up and configure SMS Connectors in Axigen to enhance security and convenience for your users. This guide covers the configuration steps for using SMS Connectors to enable 2-Step Verification and Account Recovery, offering an alternative to email and authenticator

2-Step Verification (Two Factor Authentication) for WebMail

https://www.axigen.com/documentation/2-step-verification-two-factor-authentication-for-webmail-p69140479

Updated: March 15, 2025
2-Step Verification (Two Factor Authentication) for WebMail is available starting with Axigen X3 (10.3.x).
Starting with Axigen X6 (10.6.x), email and SMS have been added as 2-Step Verification methods.
2-Step Verification (Two Factor Authentication) helps securing access to the accounts by adding a second step to the authentication p

POP3 Context

https://www.axigen.com/documentation/pop3-context-p45254439

The commands available for the POP3 context are:
EXIT/QUIT – exits CLI and closes connection to Axigen
HELP – prints this help message
BACK – cancels any changes made and switches back to the previous context
COMMIT – commits the changes made in this context
SHOW [ATTR <param>] – shows information about this context
SAVE Config – saves the server's running c

Configuring the POP3 Proxy Service

https://www.axigen.com/documentation/configuring-the-pop3-proxy-service-p1373443575

The "POP3 Proxy" tab allows you to configure parameters relative to this specific service's configuration, add listeners, and manage access to the service by adding rules applicable to all existing listeners.
Listeners and Control Rules
Listeners
The first section in the "POP3 Proxy" tab is "Listeners". Here you can add, delete or edit the TCP socket listene

Configuring the POP3 Service

https://www.axigen.com/documentation/configuring-the-pop3-service-p1373438898

The "POP3" tab allows you to configure parameters relative to this specific service's configuration, add listeners, and manage access to the service by adding rules applicable to all existing listeners. 
Listeners and control rules
Listeners
The first section in the POP3 tab is "Listeners". Here, you can add, delete, or edit the TCP socket listeners for the

POP3

https://www.axigen.com/documentation/pop3-p45253821

The Axigen POP3 module establishes connection with POP3 clients and retrieves mail messages from the storage unit. The server accepts connections as specified by the POP3 listeners defined in the configuration file. By default the server accepts connections on 127.0.0.1:110 .
POP3 Service Overview
In Axigen the POP3 module works as follows:
shows only the me

V3, Pacemaker Configuration Style

https://www.axigen.com/documentation/v3-pacemaker-configuration-style-p45255219

In order to be able to configure the Pacemaker based cluster, there is a set of official online documents that contain very detailed instructions. You can find these documents at:
Clusters from Scratch, ClusterLabs
ClusterLabs Documentation Wiki page
The Linux-HA User's Gui

POP3proxy Context

https://www.axigen.com/documentation/pop3proxy-context-p668631123

The commands available for the POP3proxy context are:
EXIT/QUIT – exits CLI and closes connection to Axigen
HELP – prints this help message
BACK – cancels any changes made and switches back to the previous context
COMMIT – commits the changes made in this context
SHOW [ATTR <param>] – shows information about this context
SAVE Config – saves the server's runn

Auto-discovery for Outlook (via IMAP / POP3)

https://www.axigen.com/documentation/auto-discovery-for-outlook-via-imap-pop3-p49120001

Updated: October 5, 2022
The following article will show you how to configure auto-discovery for Microsoft Outlook by updating the axigen.cfg file.
Note: This article was built using Outlook 2016.
For Outlook 2010, please review Microsoft documentation on automatic user account configurations here!--https://technet.microsoft.com/en-us/library/cc511507%28v=of

Auto-discovery for Mozilla Thunderbird (via IMAP / POP3)

https://www.axigen.com/documentation/auto-discovery-for-mozilla-thunderbird-via-imap-pop3-p49120013

Updated: September 21, 2021
This article is based on Mozilla Thunderbird 45.0 Autoconfig behavior.
This article contains a step-by-step guide to properly configure Axigen auto-discovery for Mozilla Thunderbird using IMAP and POP3.
Axigen environment:
Single server
Server level settings
Autogenerated SSL certificates for POP3S, IMAPS, SMTPS
Signed SSL certifi

V2, CRM Configuration Style

https://www.axigen.com/documentation/v2-crm-configuration-style-p45255221

Current packages of heartbeat 2 use an OCF provider for DRBD, which uses a deprecated command passed to the drbdadm application, which breaks the functionality of this script. Thus, the drbd OCF provider must be modified in order to use the role command instead of the deprecated state one. Please issue the following command on both nodes:
sed -i-orig 's/ sta

Auto-discovery for eM Client (via IMAP / POP3, CalDAV & CardDAV)

https://www.axigen.com/documentation/auto-discovery-for-em-client-via-imap-pop3-caldav-carddav-p49120006

This article was built using eM Client 7.

eM Client attempts Auto-discovery (IMAP, POP, SMTP, CalDAV, CardDAV) only via HTTPS.
SSL connections (HTTPS, IMAPS, POP3S, and SMTPS) will work only if TLS 1.0 is enabled.
If HTTPS Auto-discovery connection fails (using POST), it will fail over on HTTP (using GET) — this will also fail as Axigen does not support thi