X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..ca5b47ddb9e25b55f3e1e0c6427851c6cd7b8e72:/man/send.man diff --git a/man/send.man b/man/send.man index 43d1ad12..88fd9c3c 100644 --- a/man/send.man +++ b/man/send.man @@ -31,6 +31,7 @@ send .br \%[\-verbose] \%[\-noverbose] \%[\-watch] \%[\-nowatch] +\%[\-sasl] \%[\-saslmech\ mechanism] \%[\-user\ username] .br \%[\-width\ columns] \%[file\ ...] @@ -132,6 +133,17 @@ will be removed from all outgoing copies of the message. By using the `\-width\ columns' switch, the user can direct \fIsend\fR as to how long it should make header lines containing addresses. +If nmh has been compiled with SASL support, the `\-sasl' switch will enable +the use of SASL authentication with the SMTP MTA. Depending on the +SASL mechanism used, this may require an additional password prompt from the +user (but the \*(lq.netrc\*(rq file can be used to store this password). +`\-saslmech' switch can be used to select a particular SASL mechanism, +and the the `\-user' switch can be used to select a authorization userid +to provide to SASL other than the default. + +Currently SASL security layers are not supported for SMTP. The SASL +SMTP code in nmh will always negotiate an unencrypted connection. + The files specified by the profile entry \*(lqAliasfile:\*(rq and any additional alias files given by the `\-alias aliasfile' switch will be read (more than one file, each preceded by `\-alias', can be named).