LoginMethod element
Specifies the method that will be used to authenticate the DataMiner Agent when it logs on to the SMTP server.
Content Type
Item | Facet Value | Description |
---|---|---|
string restriction | ||
Enumeration | NoLoginMethod | The user will not be authenticated by the server. |
Enumeration | LoginPlainMethod | Username and password will be sent to the server unencrypted. |
Enumeration | CramMD5Method | The user will be authenticated using CRAM MD5 (Challenge-Response Authentication Mechanism, see RFC 2195). |
Enumeration | AuthLoginMethod | Username and password will be sent to the server using simple base64 encoding. |
Enumeration | NTLM | The user will be authenticated using the MS NTLM (NT LAN Manager) protocol. |
Enumeration | Auto | The authentication protocol to be used will be auto-negotiated. |