~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to man/man1/postcat.1

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH POSTCAT 1 
 
2
.ad
 
3
.fi
 
4
.SH NAME
 
5
postcat
 
6
\-
 
7
show Postfix queue file contents
 
8
.SH "SYNOPSIS"
 
9
.na
 
10
.nf
 
11
\fBpostcat\fR [\fB-vq\fR] [\fB-c \fIconfig_dir\fR] [\fIfiles\fR...]
 
12
.SH DESCRIPTION
 
13
.ad
 
14
.fi
 
15
The \fBpostcat\fR command prints the contents of the named
 
16
\fIfiles\fR in human-readable form. The files are expected
 
17
to be in Postfix queue file format. If no
 
18
\fIfiles\fR are specified on the command line, the program
 
19
reads from standard input.
 
20
 
 
21
Options:
 
22
.IP "\fB-c \fIconfig_dir\fR"
 
23
The \fBmain.cf\fR configuration file is in the named directory
 
24
instead of the default configuration directory.
 
25
.IP \fB-q\fR
 
26
Search the Postfix queue for the named \fIfiles\fR instead
 
27
of taking the names literally.
 
28
 
 
29
Available in Postfix version 2.0 and later.
 
30
.IP \fB-v\fR
 
31
Enable verbose logging for debugging purposes. Multiple \fB-v\fR
 
32
options make the software increasingly verbose.
 
33
.SH DIAGNOSTICS
 
34
.ad
 
35
.fi
 
36
Problems are reported to the standard error stream.
 
37
.SH "ENVIRONMENT"
 
38
.na
 
39
.nf
 
40
.ad
 
41
.fi
 
42
.IP \fBMAIL_CONFIG\fR
 
43
Directory with Postfix configuration files.
 
44
.SH "CONFIGURATION PARAMETERS"
 
45
.na
 
46
.nf
 
47
.ad
 
48
.fi
 
49
The following \fBmain.cf\fR parameters are especially relevant to
 
50
this program.
 
51
 
 
52
The text below provides only a parameter summary. See
 
53
postconf(5) for more details including examples.
 
54
.IP "\fBconfig_directory (see 'postconf -d' output)\fR"
 
55
The default location of the Postfix main.cf and master.cf
 
56
configuration files.
 
57
.IP "\fBqueue_directory (see 'postconf -d' output)\fR"
 
58
The location of the Postfix top-level queue directory.
 
59
.SH "FILES"
 
60
.na
 
61
.nf
 
62
/var/spool/postfix, Postfix queue directory
 
63
.SH "SEE ALSO"
 
64
.na
 
65
.nf
 
66
postconf(5), Postfix configuration
 
67
.SH "LICENSE"
 
68
.na
 
69
.nf
 
70
.ad
 
71
.fi
 
72
The Secure Mailer license must be distributed with this software.
 
73
.SH "AUTHOR(S)"
 
74
.na
 
75
.nf
 
76
Wietse Venema
 
77
IBM T.J. Watson Research
 
78
P.O. Box 704
 
79
Yorktown Heights, NY 10598, USA