The postsuper program enables you to execute operations on the mail queues for which SYSROOT authorization is required.
postsuper |
[-p] [-s] [-d <queue-id>] [-h <queue-id>] [-H <queue-id>] [<directory> ...] |
-p
Deletes old temporary files which are left over after a system or software crash.
-s
Checks and repairs the structure of the mail queues. You are urgently recommended to
perform this operation before each Postfix startup.
-d <queue-id>
In the mail queue(s) specified by <directory> ..., deletes an e-mail with the queue ID <queue-id>. If you specify the value ALL
for <queue-id>, all e-mails in the specified mail queue(s) are deleted.
Default value for <directory> ... : hold, incoming, active, deferred
-h <queue-id>
In the mail queue(s) specified by <directory> ..., places an e-mail with the queue ID <queue-id> in the hold status. This e-mail will then initially not be delivered or forwarded. If you specify the value ALL
for <queue-id>, all e-mails in the specified mail queue(s) are placed in the hold status.
Default value for <directory> ... : incoming, active, deferred
-H <queue-id>
In the mail queue(s) specified by <directory> ..., terminates the hold status for an e-mail with the queue ID <queue-id>. If you specify the value ALL
for <queue-id>, the hold status is terminated for all e-mails in the specified mail queue(s).
Default value for <directory> ... : hold
<directory> ...
Specifies one or more mail queue directories.