X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fsend.man;h=6fa354720ab87692bdd489211406f4d567f2fb4f;hb=f480c03187724e54e5391ee61b810827da319a6c;hp=65a5d1e32930222cbc54205d58003152bfc7cfcb;hpb=f5c3067acc6c1fb336d70b9d4ab38f4b3d17c79b;p=mmh diff --git a/man/send.man b/man/send.man index 65a5d1e..6fa3547 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 @@ -29,11 +28,10 @@ send \- send a message .IR seconds ] .RB [ \-verbose " | " \-noverbose ] .RB [ \-watch " | " \-nowatch ] -.RB [ \-sasl ] -.RB [ \-saslmech -.IR mechanism ] -.RB [ \-user -.IR username ] +.RB [ \-server +.IR servername ] +.RB [ \-port +.IR port-name/number ] .RB [ \-width .IR columns ] .RB [ file @@ -42,6 +40,8 @@ send \- send a message .RB [ \-help ] .RB [ \-attach .IR header-field-name ] +.RB [ \-attachformat +.IR 0 " | " 1 " | " 2 ] .ad .SH DESCRIPTION .B Send @@ -101,6 +101,45 @@ Finally, a description attribute is generated by running the .I file command on the file. .PP +The +.B -attachformat +option specifies the MIME header field formats: a value of +.B 0, +the default, +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 +adds a \*(lqContent-Disposition\*(rq header. A value of +.B 2 +adds the file +.I modification-date +parameter to the \*(lqContent-Disposition\*(rq header. You can +specify one value in your profile, and override it for individual +messages at the +.I whatnow +prompt. +.PP +Here are example message part headers, for an attachment, for each of the +.B -attachformat +values: +.PP +.nf +-attachformat 0: +Content-Type: text/plain; name="VERSION"; x-unix-mode="0644"; + charset="us-ascii" +Content-Description: ASCII text + +-attachformat 1: +Content-Type: text/plain; name="VERSION"; charset="us-ascii" +Content-Disposition: attachment; filename="VERSION" + +-attachformat 2: +Content-Type: text/plain; name="VERSION"; charset="us-ascii" +Content-Disposition: attachment; filename="VERSION"; modification-date="Mon, 19 Dec 2005 22:39:51 -0600" +.fi +.PP If .B \-push is specified, @@ -274,32 +313,15 @@ switch, the user can direct .B send as to how long it should make header lines containing addresses. .PP -If -.B nmh -has been compiled with SASL support, the -.B \-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 -.RI \*(lq \&.netrc \*(rq -file can be used to store this password). -.B \-saslmech -switch can be used to select a particular SASL mechanism, -and the the -.B \-user -switch can be used to select a authorization userid -to provide to SASL other than the default. -.PP -Currently SASL security layers are not supported for SMTP. -.BR nmh 's -SMTP SASL code -will always negotiate an unencrypted connection. This means that while the SMTP -authentication can be encrypted, the subsequent data stream can not. This is in -contrast to -.BR nmh 's -POP3 SASL support, where encryption is supported for both the -authentication and the data stream. +If nmh is using the SMTP MTA, the +.B \-server +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 +). .PP The files specified by the profile entry \*(lqAliasfile:\*(rq and any additional alias files given by the @@ -350,6 +372,7 @@ comp(1), dist(1), forw(1), repl(1), mh\-alias(5), post(8) .RB ` \-noverbose ' .RB ` \-nowatch ' .RB ` "\-width\ 72" ' +.RB ` "\-attachformat\ 0" ' .fi .SH CONTEXT