Removed mts.conf; the maildelivery option went into slocal directly.
[mmh] / man / slocal.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH SLOCAL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 slocal \- asynchronously filter and deliver new mail
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B %libdir%/slocal
11 [address\ info\ sender]
12 .RB [ \-addr
13 .IR address ]
14 .RB [ \-info
15 .IR data ]
16 .RB [ \-sender
17 .IR sender ]
18 .RB [ \-user
19 .IR username ]
20 .RB [ \-mailbox
21 .IR mbox ]
22 .\" \%[\-home\ homedir]
23 .RB [ \-file
24 .IR file ]
25 .RB [ \-maildelivery
26 .IR deliveryfile ]
27 .RB [ \-verbose " | " \-noverbose ]
28 .RB [ \-suppressdup " | " \-nosuppressdup ]
29 .RB [ \-debug ]
30 .RB [ \-version ]
31 .RB [ \-help ]
32 .ad
33 .SH DESCRIPTION
34 .B Slocal
35 is a program designed to allow you to have your inbound
36 mail processed according to a complex set of selection criteria.
37 You do not normally invoke
38 .B slocal
39 yourself, rather
40 .B slocal
41 is invoked on your behalf by your system's Message Transfer Agent
42 (such as
43 .BR sendmail )
44 when the message arrives.
45 .PP
46 The message selection criteria used by
47 .B slocal is specified
48 in the file
49 .RI \*(lq \&.maildelivery \*(rq
50 in the user's home directory.
51 You can specify an alternate file with the
52 .B \-maildelivery
53 .I file
54 option.  The syntax of this file is specified below.
55 .PP
56 The message delivery address and message sender are determined from
57 the Message Transfer Agent envelope information, if possible.
58 Under
59 .BR sendmail ,
60 the sender will obtained from the UUCP
61 \*(lqFrom:\*(rq line, if present.  The user may override these
62 values with command line arguments, or arguments to the
63 .B \-addr
64 and
65 .B \-sender
66 switches.
67 .PP
68 The message is normally read from the standard input.  The
69 .B \-file
70 switch sets the name of the file from which the message should be
71 read, instead of reading stdin.  This is useful when debugging a
72 .RI \*(lq \&.maildelivery \*(rq
73 file.
74 .PP
75 The
76 .B \-user
77 switch tells
78 .B slocal
79 the name of the user for
80 whom it is delivering mail.  The
81 .B \-mailbox
82 switch tells
83 .B slocal
84 the name of the user's maildrop file.
85 .PP
86 .B slocal
87 is able to detect and suppress duplicate messages.
88 To enable this, use the option
89 .BR \-suppressdup .
90 .B slocal
91 will
92 keep a database containing the Message-ID's of incoming messages,
93 in order to detect duplicates.  Depending on your configuration,
94 this database will be in either ndbm or Berkeley db format.
95 .PP
96 The
97 .B \-info
98 switch may be used to pass an arbitrary argument to
99 sub-processes which
100 .B slocal
101 may invoke on your behalf.
102 .PP
103 The
104 .B \-verbose
105 switch causes
106 .B slocal
107 to give information on
108 stdout about its progress.  The
109 .B \-debug
110 switch produces more
111 verbose debugging output on stderr.  These flags are useful when
112 creating and debugging your
113 .RI \*(lq \&.maildelivery \*(rq
114 file, as they
115 allow you to see the decisions and actions that
116 .B slocal
117 is taking, as well as check for syntax errors in your
118 .RI \*(lq \&.maildelivery \*(rq
119 file.
120
121 .SS "Message Transfer Agents"
122 Most modern MTAs including
123 .BR sendmail ,
124 .BR postfix
125 and
126 .BR exim
127 support a \&.forward file for directing incoming mail.
128 You should include the line
129 .PP
130 .RS 5
131 \*(lq|\ %libdir%/slocal\ \-user\ username\*(rq
132 .RE
133 .PP
134 in your \&.forward file in your home directory.  This will cause
135 your MTA to invoke
136 .B slocal
137 on your behalf when a message arrives.
138
139 .SS "The Maildelivery File"
140 The
141 .RI \*(lq \&.maildelivery \*(rq
142 file controls how
143 .B slocal
144 filters and delivers
145 incoming mail.  Each line of this file consists of five fields, separated
146 by white-space or comma.  Since double-quotes are honored, these
147 characters may be included in a single argument by enclosing the entire
148 argument in double-quotes.  A double-quote can be included by preceding it
149 with a backslash.  Lines beginning with `#' and blank lines are ignored.
150 .PP
151 The format of each line in the
152 .RI \*(lq \&.maildelivery \*(rq
153 file is:
154 .PP
155 .RS 5
156 .B header       pattern action  result  string
157 .RE
158 .PP
159 .BR header :
160 .RS 5
161 The name of a header field (such as To, Cc,  or From) that is to
162 be searched for a pattern.  This is any field in the headers of
163 the message that might be present.
164 .PP
165 The following special fields are also defined:
166 .TP \w'defaultrrr'u
167 .I source
168 the out-of-band sender information
169 .TP \w'defaultrrr'u
170 .I addr
171 the address that was used to cause delivery to the recipient
172 .TP \w'defaultrrr'u
173 .I default
174 this matches
175 .B only
176 if the message hasn't been delivered yet
177 .TP \w'defaultrrr'u
178 .I *
179 this always matches
180 .RE
181 .PP
182 .BR pattern :
183 .RS 5
184 The sequence of characters to match in the specified header field.
185 Matching is case-insensitive, but does not use regular expressions.
186 .RE
187 .PP
188 .BR action :
189 .RS 5
190 The action to take to deliver the message.  When a message is delivered,
191 a \*(lqDelivery\-Date:\ date\*(rq header is added which indicates the date
192 and time that message was delivered.
193 .TP 4
194 .I destroy
195 This action always succeeds.
196 .TP 4
197 .IR file ", " mbox ", or " >
198 Append the message to the file named by
199 .IR string .
200 The message is
201 appended to the file in mbox (uucp) format.  This is the format used by most
202 other mail clients (such as mailx, elm).  If the message can be appended to
203 the file, then this action succeeds.
204 .TP 4
205 .IR pipe " or " |
206 Pipe the message as the standard input to the command named by
207 .IR string ,
208 using the Bourne shell
209 .B sh
210 to interpret the string.
211 Prior to giving the string to the shell, it is expanded with the following
212 built-in variables:
213 .RS
214 .TP \w'zzreplyztozaaa'u
215 $(sender)
216 the out-of-band sender information
217 .TP \w'zzreplyztozaaa'u
218 $(address)
219 the address that was used to cause delivery to the recipient
220 .TP \w'zzreplyztozaaa'u
221 $(size)
222 the size of the message in bytes
223 .TP \w'zzreplyztozaaa'u
224 $(reply\-to)
225 either the \*(lqReply\-To:\*(rq or \*(lqFrom:\*(rq field of the message
226 .TP \w'zzreplyztozaaa'u
227 $(info)
228 the out-of-band information specified
229 .RE
230 .TP 4
231 .IR qpipe " or " ^
232 Similar to
233 .IR pipe ,
234 but executes the command
235 directly, after built-in variable expansion, without assistance from
236 the shell.  This action can be used to avoid quoting special characters
237 which your shell might interpret.
238 .TP 4
239 .IR folder " or " +
240 Store the message in the
241 .B nmh
242 folder named by
243 .IR string .
244 Currently this is handled by piping the message to the
245 .B nmh
246 program
247 .BR rcvstore ,
248 although this may change in the future.
249 .RE
250 .PP
251 .BR result :
252 .RS 5
253 Indicates how the action should be performed:
254 .TP \w'Azzz'u
255 .I A
256 Perform the action.  If the action succeeds, then the message
257 is considered delivered.
258 .TP \w'Azzz'u
259 .I R
260 Perform the action. Regardless of the outcome of the action,
261 the message is not considered delivered.
262 .TP \w'Azzz'u
263 .I ?
264 Perform the action only if the message has not been delivered.
265 If the action succeeds, then the message is considered delivered.
266 .TP \w'Azzz'u
267 .I N
268 Perform the action only if the message has not been delivered
269 and the previous action succeeded.  If this action succeeds, then the
270 message is considered delivered.
271 .PP
272 The delivery file is always read completely, so that several matches
273 can be made and several actions can be taken.
274 .RE
275
276 .SS "Security of Delivery Files"
277 In order to prevent security problems, the
278 .RI \*(lq \&.maildelivery \*(rq
279 file must be owned either by the user or by root, and must be
280 writable only by the owner.  If this is not the case, the file is
281 not read.
282 .PP
283 If the
284 .RI \*(lq \&.maildelivery \*(rq
285 file cannot be found, or does not
286 perform an action which delivers the message, then
287 .B slocal
288 will check for a global delivery file at
289 .IR %etcdir%/maildelivery .
290 This file is read according to the same rules.  This file must be
291 owned by the root and must be writable only by the root.
292 .PP
293 If a global delivery file cannot be found or does not perform an
294 action which delivers the message, then standard delivery to the
295 user's maildrop is performed.
296
297 .SS "Example Delivery File"
298 To summarize, here's an example delivery file:
299 .PP
300 .nf
301 .ta \w'default  'u +\w'mh-workersxx 'uC +\w'destroy 'uC +\w'result 'u
302 #
303 # .maildelivery file for nmh's slocal
304 #
305 # Blank lines and lines beginning with a '#' are ignored
306 #
307 # FIELD   PATTERN   ACTION  RESULT  STRING
308 #
309
310 # File mail with foobar in the \*(lqTo:\*(rq line into file foobar.log
311 To        foobar    file    A       foobar.log
312
313 # Pipe messages from coleman to the program message-archive
314 From      coleman   pipe    A       /bin/message-archive
315
316 # Anything to the \*(lqnmh-workers\*(rq mailing list is put in
317 # its own folder, if not filed already
318 To        nmh-workers  folder ?     nmh-workers
319
320 # Anything with Unix in the subject is put into
321 # the file unix-mail
322 Subject   unix      file    A       unix-mail
323
324 # I don't want to read mail from Steve, so destroy it
325 From      steve     destroy A       \-
326
327 # Put anything not matched yet into mailbox
328 default   \-        file    ?       mailbox
329
330 # always run rcvtty
331 *         \-        pipe    R       %libdir%/rcvtty
332 .fi
333
334 .SS "Sub-process environment"
335 When a process is invoked, its environment is: the user/group-ids are
336 set to recipient's ids; the working directory is the recipient's home
337 directory; the umask is 0077; the process has no /dev/tty; the standard
338 input is set to the message; the standard output and diagnostic output are
339 set to /dev/null; all other file-descriptors are closed; the environment
340 variables
341 .BR $USER ,
342 .BR $HOME ,
343 .B $SHELL
344 are set appropriately, and no other environment variables exist.
345 .PP
346 The process is given a certain amount of time to execute.  If the process
347 does not exit within this limit, the process will be terminated with
348 extreme prejudice.  The amount of time is calculated as ((size / 60) +
349 300) seconds, where size is the number of bytes in the message (with
350 30 minutes the maximum time allowed).
351 .PP
352 The exit status of the process is consulted in determining the success
353 of the action.  An exit status of zero means that the action succeeded.
354 Any other exit status (or abnormal termination) means that the action
355 failed.
356 .PP
357 In order to avoid any time limitations, you might implement a process
358 that began by
359 .BR fork ()-ing.
360 The parent would return the appropriate
361 value immediately, and the child could continue on, doing whatever it
362 wanted for as long as it wanted.  This approach is somewhat risky if
363 the parent is going to return an exit status of zero.  If the parent is
364 going to return a non-zero exit status, then this approach can lead to
365 quicker delivery into your maildrop.
366
367 .SH FILES
368 .fc ^ ~
369 .nf
370 .ta \w'%etcdir%/ExtraBigFileName  'u
371 ^$HOME/\&.maildelivery~^The file controlling local delivery
372 ^%etcdir%/maildelivery~^Rather than the standard file
373 ^%mailspool%/$USER~^The default maildrop
374 .fi
375
376 .SH "SEE ALSO"
377 rcvdist(1), rcvpack(1), rcvstore(1), rcvtty(1), mh\-format(5)
378
379 .SH DEFAULTS
380 .nf
381 .RB ` \-noverbose '
382 .RB ` \-nosuppressdup '
383 .RB ` \-maildelivery "' defaults to $HOME/\&.maildelivery"
384 .RB ` \-mailbox "' deaults to %mailspool%/$USER"
385 .RB ` \-file "' defaults to stdin"
386 .RB ` \-user "' defaults to the current user"
387 .fi
388
389 .SH CONTEXT
390 None
391
392 .SH HISTORY
393 .B Slocal
394 was originally designed to be backward-compatible with
395 the
396 .B maildelivery
397 facility provided by
398 .BR MMDF-II .
399 Thus, the
400 .RI \*(lq \&.maildelivery \*(rq
401 file syntax is somewhat limited.  But
402 .B slocal
403 has been modified and extended, so that is it no longer compatible with
404 .BR MMDF-II .
405 .PP
406 In addition to an exit status of zero, the
407 .B MMDF
408 values
409 .B RP_MOK
410 (32) and
411 .B RP_OK
412 (9) mean that the message has been fully delivered.
413 Any other non-zero exit status, including abnormal termination, is
414 interpreted as the
415 .B MMDF
416 value
417 .B RP_MECH
418 (200), which means
419 \*(lquse an alternate route\*(rq (deliver the message to the maildrop).
420
421 .SH BUGS
422 Only two return codes are meaningful, others should be.
423 .PP
424 .B Slocal
425 was originally designed to be backwards-compatible with the
426 .B maildelivery
427 functionality provided by
428 .BR MMDF-II .