Konfigurowanie SMTP dla serwera SMTP Aagee BaaS

Edge for Private Cloud w wersji 4.16.05

Apigee BaaS wymaga skonfigurowania serwera SMTP. Podczas instalowania interfejsu Apigee BaaS API stos backendu, należy wpisać informacje SMTP, w tym hasło użytkownika SMTP. To są szyfrowane przed zapisaniem.

Jeśli później zechcesz zmienić informacje SMTP, wyedytuj /<inst_root>/apigee/customer/application/usergrid.properties we wszystkich węzłach stosu BaaS.

Aby zaszyfrować nowe hasło i ustawić je w pliku usergrid.properties, użyj narzędzia apigee-service:

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

To polecenie zwraca zaszyfrowane hasło w formacie:

SECURE:ae1b6dedbf6b26aaab8bee815a910737c1c15b55f3505c239e43bc09f8050

Aby zmienić informacje SMTP:

  1. Otwórz /&lt;inst_root&gt;/apigee/customer/application/usergrid.properties w edytorze. Jeśli plik nie istnieje, utwórz go.
  2. W razie potrzeby ustaw te właściwości:
    # usług 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=twój@email.com
    usergrid-deployment_mail.smtp.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a5
    usergrid-deployment_mail.smtp.quitwait=false

    # właściwości 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=twój@email.com
    usergrid-deployment_mail.smtps.password=SECURE:74c57edacd3242f0ba1b1413890e17c22a52
    usergrid-deployment_mail.smtps.quitwait=false
  3. Po zmodyfikowaniu tych informacji musisz skonfigurować i ponownie uruchomić stos backendu API przez używając poleceń:
    &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. Powtórz to w przypadku całego stosu BaaS API węzłów