[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following options set authentication credentials for ESMTP authentication. They are useful, for example, if your MTA requires such an authentication, but your MUA does not support it.
You can also use these statements in a ‘SMTP’ section. See section Modifying SMTP Commands, for a detailed description of this feature.
Defines the list of allowed authentication mechanisms. Mech-list is a list of valid authentication mechanism names separated by whitespace.
Anubis selects the authentication method using the following algorithm: MTA presents a list of authentication methods it supports. For each element in mech-list, Anubis tests whether it is available in the list presented by MTA. If found, this method is selected. For example, suppose that the MTA reports the following supported mechanisms:
PLAIN LOGIN CRAM-MD5 ANONYMOUS
and in your configuration file you have:
esmtp-allowed-mech DIGEST-MD5 CRAM-MD5 LOGIN
Then, Anubis will select ‘CRAM-MD5’.
Declares the list of mechanisms that can be used only over a TLS encrypted channel. By default Anubis uses
esmtp-require-encryption LOGIN PLAIN
This prevents sending user password over an unencrypted connection.
By default, ESMTP authentication is attempted as early as possible, normally while handling the client ‘EHLO’ command.
When this statement is set to ‘yes’, authentication is delayed
until the client issued the ‘MAIL’ command. This will allow
anubis
to select authentication credentials depending on the
sender email. For a detailed description of this feature, see
Modifying SMTP Commands.
Sets authentication ID (user name).
Sets authorization ID (user name).
Sets ESTMP AUTH password.
This is a shortcut to set both authentication and authorization IDs and the password. It is equivalent to
esmtp-auth-id username esmtp-authz-id username esmtp-password password
The following options specify authentication credentials for GSSAPI, DIGEST-MD5 and KERBEROS_V5 authentication mechanisms:
Sets the name of GSSAPI service.
Sets hostname of the machine.
Sets generic service name.
Sets passcode.
Sets GSSAPI realm.
The following option is useful with the ‘ANONYMOUS’ authentication mechanism:
Sets the token to be used with the ‘ANONYMOUS’ authentication mechanism
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on January 6, 2024 using texi2html 5.0.