~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to man/man1/postsuper.1

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
.na
10
10
.nf
11
11
.fi
12
 
\fBpostsuper\fR [\fB-psv\fR]
 
12
\fBpostsuper\fR [\fB-psSv\fR]
13
13
[\fB-c \fIconfig_dir\fR] [\fB-d \fIqueue_id\fR]
14
14
        [\fB-h \fIqueue_id\fR] [\fB-H \fIqueue_id\fR]
15
15
        [\fB-r \fIqueue_id\fR] [\fIdirectory ...\fR]
55
55
As a safety measure, the word \fBALL\fR must be specified in upper
56
56
case.
57
57
.sp
58
 
Warning: Postfix queue IDs are reused.
 
58
Warning: Postfix queue IDs are reused (always with Postfix
 
59
<= 2.8; and with Postfix >= 2.9 when enable_long_queue_ids=no).
59
60
There is a very small possibility that postsuper deletes the
60
61
wrong message file when it is executed while the Postfix mail
61
62
system is delivering mail.
154
155
useful when content_filter settings have changed.
155
156
.RE
156
157
.IP
157
 
Warning: Postfix queue IDs are reused.
 
158
Warning: Postfix queue IDs are reused (always with Postfix
 
159
<= 2.8; and with Postfix >= 2.9 when enable_long_queue_ids=no).
158
160
There is a very small possibility that \fBpostsuper\fR(1) requeues
159
161
the wrong message file when it is executed while the Postfix mail
160
162
system is running, but no harm should be done.
166
168
.RS
167
169
.IP \(bu
168
170
Rename files whose name does not match the message file inode
169
 
number. This operation is necessary after restoring a mail queue
170
 
from a different machine, or from backup media.
 
171
number. This operation is necessary after restoring a mail
 
172
queue from a different machine or from backup, when queue
 
173
files were created with Postfix <= 2.8 or with
 
174
"enable_long_queue_ids = no".
171
175
.IP \(bu
172
176
Move queue files that are in the wrong place in the file system
173
177
hierarchy and remove subdirectories that are no longer needed.
174
178
File position rearrangements are necessary after a change in the
175
179
\fBhash_queue_names\fR and/or \fBhash_queue_depth\fR
176
180
configuration parameters.
 
181
.IP \(bu
 
182
Rename queue files created with "enable_long_queue_ids =
 
183
yes" to short names, for migration to Postfix <= 2.8.  The
 
184
procedure is as follows:
 
185
.sp
 
186
.nf
 
187
.na
 
188
# postfix stop
 
189
# postconf enable_long_queue_ids=no
 
190
# postsuper
 
191
.ad
 
192
.fi
 
193
.sp
 
194
Run \fBpostsuper\fR(1) repeatedly until it stops reporting
 
195
file name changes.
177
196
.RE
 
197
.IP \fB-S\fR
 
198
A redundant version of \fB-s\fR that requires that long
 
199
file names also match the message file inode number. This
 
200
option exists for testing purposes, and is available with
 
201
Postfix 2.9 and later.
178
202
.IP \fB-v\fR
179
203
Enable verbose logging for debugging purposes. Multiple \fB-v\fR
180
204
options make the software increasingly verbose.
225
249
.IP "\fBsyslog_name (see 'postconf -d' output)\fR"
226
250
The mail system name that is prepended to the process name in syslog
227
251
records, so that "smtpd" becomes, for example, "postfix/smtpd".
 
252
.PP
 
253
Available in Postfix version 2.9 and later:
 
254
.IP "\fBenable_long_queue_ids (no)\fR"
 
255
Enable long, non-repeating, queue IDs (queue file names).
228
256
.SH "SEE ALSO"
229
257
.na
230
258
.nf