Set up relay authentication
If a relay server requires security authentication, set up SMTP authentication for the
OPM
plug-in. The OPM
plug-in supports the three most commonly used SMTP authentication methods: LOGIN, PLAIN, or NTLM.- In theNDSconsole, navigate toManagement>Configuration.
- In the navigation pane on the left, click to open thends.plugins.opmkey.
- Locate<OPMConfig><senderConfig><relayInfoList><RelayConfig> <relayAuthInfo>of the relay server you need to set up authentication for.
- Change the <isAuthNeeded> attribute totrue.
- Change <authMode> to one of the following values, based on the relay settings:
- LOGIN: Requires the user to login.
- PLAIN: Requires no user login.
- NTLM: Requires login on Windows servers that use NT LAN Manager (NTLM).
- To enter the user name and password in clear text, change the value of <encryptCredential> tofalse.When theBlackBerry AtHocdelivery services startsOPM, the username and password display with encrypted characters.
- Enter the relay server account username and password in clear text.
- RestartNDSandOPM.
OPM
then reads and encrypts the username and password and saves them in the configuration file.