diff options
| author | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-03-08 19:05:29 +0000 |
| commit | 59d07125ee9d00ca396be52e21c9cfcc7db032f2 (patch) | |
| tree | bd4ba6a0c04d1edc518df392bfb13e0b19f8e340 /gnu/dist/postfix/src/postqueue | |
| parent | 004ae0051408e939340fba68fbf53639cc2d625c (diff) | |
import postfix 2.0.6
Diffstat (limited to 'gnu/dist/postfix/src/postqueue')
| -rw-r--r-- | gnu/dist/postfix/src/postqueue/postqueue.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/dist/postfix/src/postqueue/postqueue.c b/gnu/dist/postfix/src/postqueue/postqueue.c index 41b15b44c66..5189518b4a8 100644 --- a/gnu/dist/postfix/src/postqueue/postqueue.c +++ b/gnu/dist/postfix/src/postqueue/postqueue.c @@ -11,8 +11,11 @@ /* \fBpostqueue\fR [\fB-c \fIconfig_dir\fR] \fB-s \fIsite\fR /* DESCRIPTION /* The \fBpostqueue\fR program implements the Postfix user interface -/* for queue management. It implements all the operations that are +/* for queue management. It implements operations that are /* traditionally available via the \fBsendmail\fR(1) command. +/* See the \fBpostsuper\fR(1) command for queue operations +/* that require super-user privileges such as deleting a message +/* from the queue or changing the status of a message. /* /* The following options are recognized: /* .IP "\fB-c \fIconfig_dir\fR" @@ -94,7 +97,8 @@ /* specifies the domains that Postfix accepts in the SMTP \fBETRN\fR /* request and in the \fBsendmail -qR\fR command. /* SEE ALSO -/* sendmail(8) sendmail-compatible user interface +/* sendmail(1) sendmail-compatible user interface +/* postsuper(1) privileged queue operations /* qmgr(8) queue manager /* showq(8) list mail queue /* flush(8) fast flush service |
