Installing OpenIAM

Deploying Options

OpenIAM provides several deployment options for both on-premise and native cloud deployments. Below, we provide more details on two most widespread deployment types. Use the links below and follow the guide to deploy the product.

Type of DeploymentDescription
RPM Deploy OpenIAM on either RHEL / CentOS using a RPM
Docker SwarmDeploy OpenIAM using Docker Swarm. OpenIAM Docker deployments can be performed on Ubuntu / RHEL and CentOS.

Configuring SMTP

Next, SMTP configuring will come in handy for proper informing and communications. It can be done as follows:

mail.host=smtp.office365.com
mail.port=587
mail.inbox.folder.name=INBOX
mail.imap.port=993
mail.imap.ssl.enable=true
incoming.mail.host=outlook.office365.com
#ssl part
mail.smtp.socketFactory.port=465
mail.smtp.socketFactory.class=
mail.smtp.socketFactory.fallback=false
mail.smtp.starttls.enable=true
mail.smtp.auth=true
mail.host=smtp.office365.com
mail.port=587

After, select template for o365, since already contains required paramenters. More on e-mail configuration can be found in Mailbox Configuration section.

SSL Cetificates

Another step for secure deployment is enablind an HTTPS in your installation. I can be done for both Docker and RPM installations.

TypeDescription
RPM
DockerHelps configuring HTTPS on Docker