Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Configure SMTP Settings in Paragon Shell

A system administrator can configure SMTP in Paragon Shell so that users can be notified when their account is created, activated, or modified.

Enable SMTP Based User Management

To enable SMTP settings in Paragon Shell:

  1. SSH to the node on which you deployed the Paragon Automation cluster.
  2. Log in to Paragon Shell as the root user.
    You are placed in the operational mode.
  3. Enter the configuration mode.
  4. Configure the following SMTP parameters.
    Where:

    smtp-allowed-sender-domains are the e-mail domains from which Paragon Automation sends e-mails to users.

    relayhost-hostname is the name of the SMTP server that relays messages.

    relayhost-username (optional) is the user name to access the SMTP (relay) server.

    relayhost-password (optional) is the password for the SMTP (relay) server.

    sender-e-mail-address is the e-mail address that appears as the sender's e-mail address to the e-mail recipient.

    sender-name is the name that appears as the sender’s name in the e-mails sent to users from Paragon Automation.

  5. Disable local user management to perform SMTP-based user management configurations.
  6. Commit the changes and exit the configuration mode.
  7. Add the SMTP configuration parameters to the configuration files.
    Note:

    Ensure that the following parameters are configured in the config.ymlconfiguration file before adding the SMTP parameters to the file.

    • ntp_servers
    • ingress_vip
    • test_agent_gateway_vip
    • web_admin_user
    • web_admin_password
  8. Deploy the SMTP configuration on the node.
    The deployment takes about 20 minutes to complete.
  9. (Optional) Monitor the progress of the deployment.
    After SMTP is enabled, when a Super User invites users to an organization, Paragon Automation sends e-mail invitations to the users. Paragon Automation also validates user accounts and notifies users of any modifications to their accounts through e-mails.

Disable SMTP Based User Management

To disable SMTP settings in Paragon Shell:

  1. SSH to the node on which you deployed the Paragon Automation cluster.
  2. Log in to Paragon Shell as the root user.
    You are placed in the operational mode.
  3. Enter the configuration mode.
  4. Disable the SMTP-based user management configurations.
  5. Commit the changes and exit the configuration mode.
  6. Add the updated configuration parameters to the configuration files.
    Note:

    Ensure that the following parameters are configured in the config.yml configuration file before adding the SMTP parameters to the file.

    • ntp_servers
    • ingress_vip
    • test_agent_gateway_vip
    • web_admin_user
    • web_admin_password
  7. Deploy the SMTP configuration on the node.
    The deployment takes about 20 minutes to complete.
    SMTP settings is disabled in Paragon Automation.
    Users will not be notified when their account is created, activated, or modified. After adding users to an organization, superusers must manually share the Web URL of Paragon Automation and credentials (e-mail ID and temporary password) to log in, with the users.