debian/rules: Use `git' potty wrapper.
[qmail] / qmail-newu.9
CommitLineData
2117e02e
MW
1.TH qmail-newu 8
2.SH NAME
3qmail-newu \- prepare address assignments for qmail-lspawn
4.SH SYNOPSIS
5.B qmail-newu
6.SH DESCRIPTION
7.B qmail-newu
8reads the assignments in
9.B QMAILHOME/users/assign
10and writes them into
11.B QMAILHOME/users/cdb
12in a binary format suited
13for quick access by
14.BR qmail-lspawn .
15
16If there is a problem with
17.BR users/assign ,
18.B qmail-newu
19complains and leaves
20.B users/cdb
21alone.
22
23.B qmail-newu
24ensures that
25.B users/cdb
26is updated atomically,
27so
28.B qmail-lspawn
29never has to wait for
30.B qmail-newu
31to finish.
32However,
33.B qmail-newu
34makes no attempt to protect against two simultaneous updates of
35.BR users/cdb .
36
37The binary
38.B users/cdb
39format is portable across machines.
40.SH "SEE ALSO"
41qmail-users(5),
42qmail-lspawn(8),
43qmail-pw2u(8)