smtp_auth_plain_username
When set, connecting to the destination requires a successful AUTH PLAIN using the specified username.
AUTH PLAIN will only be attempted if TLS is also enabled, unless
allow_smtp_auth_plain_without_tls = true
. This is to prevent leaking
of the credential over an unencrypted link.