为 Apigee BaaS SMTP 服务器配置 SMTP

适用于私有云的 Edge v. 4.16.05

Apigee BaaS 要求您配置 SMTP 服务器。安装 Apigee BaaS API 时 后端堆栈,您需要输入 SMTP 信息,包括 SMTP 用户的密码。这样 并在存储之前对其进行加密。

如果您以后想要更改 SMTP 信息,请修改 /<inst_root>/apigee/customer/application/usergrid.properties 所有 BaaS 堆栈节点上运行。

如需加密新密码以便在 usergrid.properties 中设置该密码,请使用 apigee-service 实用程序:

> /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid secure_password newPword

此命令以如下形式返回加密密码:

SECURE:ae1b6dedbf6b26aaab8bee815a910737c1c15b55f3505c239e43bc09f8050

要更改 SMTP 信息,请执行以下操作:

  1. 打开 /&lt;inst_root&gt;/apigee/customer/application/usergrid.properties 。如果此文件不存在,请创建一个。
  2. 根据需要设置以下属性:
    # SMTP 属性
    usergrid-deployment_mail.smtp.host=smtp.gmail.com
    usergrid-deployment_mail.smtp.port=465
    usergrid-deployment_mail.smtp.auth=true
    usergrid-deployment_mail.smtp.username=your@email.com
    usergrid-deployment_mail.smtp.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a5
    usergrid-deployment_mail.smtp.quitwait=false

    # SMTPS 属性
    usergrid-deployment_mail.smtps.host=smtp.gmail.com
    usergrid-deployment_mail.smtps.port=465
    usergrid-deployment_mail.smtps.auth=true
    usergrid-deployment_mail.smtps.username=your@email.com
    usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
    usergrid-deployment_mail.smtps.quitwait=false
  3. 修改此信息后,您必须通过以下方式配置和重启 API 后端堆栈: 使用以下命令:
    &gt; /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid configure
    &gt; /<inst_root>/apigee/apigee-service/bin/apigee-service baas-usergrid restart
  4. 针对所有 API BaaS 堆栈重复上述步骤 节点