X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fsend.man;h=a25c63b59cb524717b563fb9153b58928a97ff8b;hb=703b7d98727c1f7e1e76434a04a3125d76d7d168;hp=a20296e57c328590daf2edaa49409a524af98823;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2;p=mmh diff --git a/man/send.man b/man/send.man index a20296e..a25c63b 100644 --- a/man/send.man +++ b/man/send.man @@ -1,6 +1,5 @@ .\" .\" %nmhwarning% -.\" $Id$ .\" .TH SEND %manext1% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME @@ -34,10 +33,15 @@ send \- send a message .RB [ \-port .IR port-name/number ] .RB [ \-sasl ] +.RB [ \-nosasl ] +.RB [ \-saslmaxssf +.IR ssf ] .RB [ \-saslmech .IR mechanism ] +.RB [ \-snoop ] .RB [ \-user .IR username ] +.RB [ \-tls ] .RB [ \-width .IR columns ] .RB [ file @@ -116,7 +120,8 @@ includes the .I x-unix-mode attribute as noted above. A value of .B 1 -suppresses both that and the \*(lqContent-Description\*(rq header, and +suppresses that, puts the file name in the +\*(lqContent-Description\*(rq header, and adds a \*(lqContent-Disposition\*(rq header. A value of .B 2 adds the file @@ -127,7 +132,7 @@ messages at the .I whatnow prompt. .PP -Here are example message part headers for each of the +Here are example message part headers, for an attachment, for each of the .B -attachformat values: .PP @@ -138,11 +143,13 @@ Content-Type: text/plain; name="VERSION"; x-unix-mode="0644"; Content-Description: ASCII text -attachformat 1: -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/plain; name="VERSION"; charset="us-ascii" +Content-Description: VERSION Content-Disposition: attachment; filename="VERSION" -attachformat 2: -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/plain; name="VERSION"; charset="us-ascii" +Content-Description: VERSION Content-Disposition: attachment; filename="VERSION"; modification-date="Mon, 19 Dec 2005 22:39:51 -0600" .fi .PP @@ -324,16 +331,21 @@ If nmh is using the SMTP MTA, the and the .B \-port switches can be used to override the default mail server (defined by the -.RI servers -entry in .I %etcdir%/mts.conf -). +.RI servers +entry). The +.B \-snoop +switch can be used to view the SMTP transaction. (Beware that the +SMTP transaction may contain authentication information either in +plaintext or easily decoded base64.) .PP If .B nmh has been compiled with SASL support, the .B \-sasl -switch will enable +and +.B \-nosasl +switches will enable and disable 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 @@ -352,7 +364,11 @@ will attempt to negotiate a security layer for session encryption. Encrypted data is labelled with `(encrypted)' and `(decrypted)' when viewing the SMTP transaction with the .B \-snoop -switch. +switch. The +.B \-saslmaxssf +switch can be used to select the maximum value of the Security Strength Factor. +This is an integer value and the exact meaning of this value depends on the +underlying SASL mechanism. A value of 0 disables encryption. .PP If .B nmh