Installing Axigen X Email on CentOS 7
-
Axigen is a closed source email, calendaring and "groupware" application available for many platforms including Linux, FreeBSD, Solaris and Windows. In this case I am installing on CentOS 7 which would be a common installation consideration. In this example it will be install on the Scale HC3 HC2100 cluster in the NTG Lab which will handle HA functions that you would normally want with an email server. You can easily also install to an IAAS host like Linode, Digital Ocean or Vultr.
Starting with a standard minimal CentOS 7 template this is my build procedure:
Log in as root and set things up:
yum -y install wget firewalld cd /tmp systemctl stop postfix systemctl disable postfix systemctl start firewalld systemctl enable firewalld firewall-cmd --zone=public --add-port=25/tcp --permanent firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --zone=public --add-port=443/tcp --permanent firewall-cmd --zone=public --add-port=9000/tcp --permanent firewall-cmd --reload wget https://www.axigen.com/usr/files/axigen-10.0.0/axigen-10.0.0.x86_64.rpm.run bash axigen-10.0.0.x86_64.rpm.run /opt/axigen/bin/axigen-cfg-wizard
This will then step you through the installation wizard:
I missed getting a screenshot of you setting the password but it looks just like the others so use your imagination and extrapolate.
systemctl start axigen
Now you can log in to the web interface for the admin console:
-
And here is the interface...
And for end users...
-
Calendar view.
-
Tagging @axigen
-
@scottalanmiller said:
Tagging @axigen
Thanks for the tag and for documenting so well the simple installation steps of Axigen.
Try accessing the WebMail interface from your mobile phone. You will be presented with the Mobile WebMail interface Freshly redesigned in Axigen X.
Also, you may "Switch to the Standard WebMail" in the desktop login page for a pure-HTML version of our WebMail that would give legacy clients (read IE -9) a taste of what web-based email could be if they upgrade to 2016's Chrome/Firefox/IE ;).
Another note could be to mention that the firewall rules you documented do not cover the open of IMAP(s) and POP3(s) ports. Also, Axigen's default 7000 port is for telnet-like management of the server.
-
@axigen said:
Also, you may "Switch to the Standard WebMail" in the desktop login page for a pure-HTML version of our WebMail that would give legacy clients (read IE -9) a taste of what web-based email could be if they upgrade to 2016's Chrome/Firefox/IE ;).
What no Edge support?
-
@Dashrender said:
@axigen said:
Also, you may "Switch to the Standard WebMail" in the desktop login page for a pure-HTML version of our WebMail that would give legacy clients (read IE -9) a taste of what web-based email could be if they upgrade to 2016's Chrome/Firefox/IE ;).
What no Edge support?
Actually... It is fully supported. See here in the Supported Web Browsers section at the end of the page.
-
@axigen said:
@Dashrender said:
@axigen said:
Also, you may "Switch to the Standard WebMail" in the desktop login page for a pure-HTML version of our WebMail that would give legacy clients (read IE -9) a taste of what web-based email could be if they upgrade to 2016's Chrome/Firefox/IE ;).
What no Edge support?
Actually... It is fully supported. See here in the Supported Web Browsers section at the end of the page.
I was simply poking fun - Edge is still a pretty hard browser to use full time, i.e. I rarely use it.
-
@Dashrender said:
I was simply poking fun - Edge is still a pretty hard browser to use full time, i.e. I rarely use it.
Well Axigen is prepared for the moment when Edge will be a bliss to use... When(if)ever that moment will come...
-
@axigen said:
@Dashrender said:
I was simply poking fun - Edge is still a pretty hard browser to use full time, i.e. I rarely use it.
Well Axigen is prepared for the moment when Edge will be a bliss to use... When(if)ever that moment will come...
I would not hold my breath.
-
How hard is it to configure LDAP/AD authentication?
-
@travisdh1 said:
How hard is it to configure LDAP/AD authentication?
An in that vein, does it integrate into Azure AD?
-
@Dashrender said:
@travisdh1 said:
How hard is it to configure LDAP/AD authentication?
An in that vein, does it integrate into Azure AD?
This would be awfully nice to see.
-
Active Directory and OpenLDAP are listed as supported. They appear to require an extra plugin.
-
@travisdh1 said:
How hard is it to configure LDAP/AD authentication?
We think it is easy.
You can use an OpenLDAP or ActiveDirectory.
OpenLDAP / Active Directory integration can be used for (all or some)
- Accounts & groups synchronization
- LDAP authentication
- LDAP based routing
See more here.
In a multi node configuration, Axigen can also make use of an internal distributed user database for routing and authentication. More details here. This is especially useful for @Service-Providers that require horizontal scalability and do not need the integration with an external user database.
-
@scottalanmiller said:
Active Directory and OpenLDAP are listed as supported. They appear to require an extra plugin.
Only integration with AD requires an extra plugin.
-
@Dashrender said:
@travisdh1 said:
How hard is it to configure LDAP/AD authentication?
An in that vein, does it integrate into Azure AD?
We do not support integration with Azure AD but we do support integration with your on-premise AD (2008 and 2012).
-
@axigen said:
@Dashrender said:
@travisdh1 said:
How hard is it to configure LDAP/AD authentication?
An in that vein, does it integrate into Azure AD?
We do not support integration with Azure AD but we do support integration with your on-premise AD (2008 and 2012).
Many of us have moved or are thinking of moving to Azure AD, it is a major thing in the SMB space.
-
@scottalanmiller said:
Many of us have moved or are thinking of moving to Azure AD, it is a major thing in the SMB space.
Noted. I'll push this to Product Management. By the way, let me introduce our Product Community, managed by our Product Manager. This is where we stay in touch with users of our product that would like to request features.
-
By the way, did anybody notice the Gravatar integration in our WebMail? If you are receiving an email from an email address that is registered with Gravatar, you will see in the message pane the thumbnail of the sender.