PROBLEM
How do I connect the atmail suite webmail with the atmail mail server webadmin?
ENVIRONMENT
- atmail suite - API server
- atmail mail server
- Admin UI
• Services > WEBMAIL INTEGRATION > Webmail API
CAUSE
Requirement to connect atmail suite and atmail mail server together for account creation and modification.
RESOLUTION
- Ensure webmail integration plugin has been installed during atmail mail server installation.
10. OPTIONAL: Use yum to install the atmail-mailserver-plugin-WebmailIntegration rpm (required if also running atmail suite).
[root@localhost atmail-mailserver-[version]]# yum install atmail-mailserver-plugin-WebmailIntegration[version].el7.centos.x86_64.rpm -y -q
- Login to your webadmin.
- Go to Services > WEBMAIL INTEGRATION > Webmail API.
- Enter details.
API server URL
Specify atmail webmail API server url. e.g. http://localhost:3000/ (direct to API) or https://<host>/api/ (via webserver)
Username
Your admin username for authenticating with the atmail webmail API server. This user must have the “admin” role.
Password
Your admin password for authenticating with the atmail webmail API server. - Save settings and publish config.
- atmail suite apiserver is now connected to atmail mail server.
Comments