~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to man/man1/postlock.1

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
.SH DESCRIPTION
15
15
.ad
16
16
.fi
17
 
The \fBpostlock\fR command locks \fIfile\fR for exclusive
 
17
The \fBpostlock\fR(1) command locks \fIfile\fR for exclusive
18
18
access, and executes \fIcommand\fR. The locking method is
19
19
compatible with the Postfix UNIX-style local delivery agent.
20
20
 
39
39
.SH DIAGNOSTICS
40
40
.ad
41
41
.fi
42
 
The result status is 75 (EX_TEMPFAIL) when \fBpostlock\fR
 
42
The result status is 75 (EX_TEMPFAIL) when \fBpostlock\fR(1)
43
43
could not perform the requested operation.  Otherwise, the
44
44
exit status is the exit status from the command.
45
45
.SH BUGS
65
65
The following \fBmain.cf\fR parameters are especially relevant to
66
66
this program.
67
67
The text below provides only a parameter summary. See
68
 
postconf(5) for more details including examples.
 
68
\fBpostconf\fR(5) for more details including examples.
69
69
.SH "LOCKING CONTROLS"
70
70
.na
71
71
.nf
73
73
.fi
74
74
.IP "\fBdeliver_lock_attempts (20)\fR"
75
75
The maximal number of attempts to acquire an exclusive lock on a
76
 
mailbox file or bounce(8) logfile.
 
76
mailbox file or \fBbounce\fR(8) logfile.
77
77
.IP "\fBdeliver_lock_delay (1s)\fR"
78
78
The time between attempts to acquire an exclusive lock on a mailbox
79
 
file or bounce(8) logfile.
 
79
file or \fBbounce\fR(8) logfile.
80
80
.IP "\fBstale_lock_time (500s)\fR"
81
81
The time after which a stale exclusive mailbox lockfile is removed.
82
82
.IP "\fBmailbox_delivery_lock (see 'postconf -d' output)\fR"
83
 
How to lock a UNIX-style local(8) mailbox before attempting delivery.
 
83
How to lock a UNIX-style \fBlocal\fR(8) mailbox before attempting delivery.
84
84
.SH "RESOURCE AND RATE CONTROLS"
85
85
.na
86
86
.nf