debian/rules: Use `git' potty wrapper.
[qmail] / qmail-lspawn.8
CommitLineData
2117e02e
MW
1.TH qmail-lspawn 8
2.SH NAME
3qmail-lspawn \- schedule local deliveries
4.SH SYNOPSIS
5.B qmail-lspawn
212b6f5d 6.I defaultdelivery
2117e02e
MW
7.SH DESCRIPTION
8.B qmail-lspawn
9reads a series of local delivery commands from descriptor 0,
10invokes
11.B qmail-local
12to perform the deliveries,
13and prints the results to descriptor 1.
14It passes
212b6f5d 15.I defaultdelivery
2117e02e
MW
16to
17.B qmail-local
18as the default delivery instruction.
19
20.B qmail-lspawn
21invokes
22.B qmail-local
23asynchronously,
24so the results may not be in the same order as the commands.
25
26For each recipient address,
27.B qmail-lspawn
28finds out which local user controls that address.
29It first checks the
30.B qmail-users
31mechanism; if the address is not listed there, it invokes
32.BR qmail-getpw .
33.B qmail-lspawn
34then runs
35.B qmail-local
36under the user's uid and gid.
37It does not set up any supplementary groups.
38
39.B qmail-lspawn
40treats an empty mailbox name as a trash address.
41.SH "SEE ALSO"
42envelopes(5),
43qmail-users(5),
44qmail-getpw(8),
45qmail-send(8),
46qmail-local(8)