PROBLEM
How do I apply/update licenses to my atmail suite and atmail mailserver?
ENVIRONMENT
- atmail suite - API server
- atmail mail server
CAUSE
Requirement for understanding how to apply and update licenses to the atmail suite and atmail mailserver.
RESOLUTION
When you renew your atmail licenses, or purchase additional seats on your license, you will be given new serial keys to apply to your installation. Do the following to apply those new serial keys to your installation. Apply your atmail mailserver license within the mailserver webadmin. Apply your atmail suite license to the API server.
Atmail Mailserver
Access your webadmin and go to the License tab. Register your new license key under Register license key.
Remove expired licenses from License key details.
Atmail Suite - API Server
Open and edit /etc/atmail/api/api.conf
.
Locate License Details
and update as required.
###
### License Details
###
ATMAIL_ID=AtmailID
LICENSE_KEY=XXXXX-xxxxx-XXXXX-xxxxx
Afterwards, save changes and restart apiserver.
systemctl restart apiserver
Comments