From 59d07125ee9d00ca396be52e21c9cfcc7db032f2 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 8 Mar 2003 19:05:29 +0000 Subject: import postfix 2.0.6 --- gnu/dist/postfix/src/postqueue/postqueue.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gnu/dist/postfix/src/postqueue') 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 -- cgit