~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to html/qshape.1.html

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
       <b>qshape</b> [<b>-s</b>] [<b>-p</b>] [<b>-m</b> <i>min</i><b>_</b><i>subdomains</i>]
14
14
               [<b>-b</b> <i>bucket</i><b>_</b><i>count</i>] [<b>-t</b> <i>bucket</i><b>_</b><i>time</i>]
15
15
               [<b>-l</b>] [<b>-w</b> <i>terminal</i><b>_</b><i>width</i>]
 
16
               [<b>-N</b> <i>batch</i><b>_</b><i>msg</i><b>_</b><i>count</i>] [<b>-n</b> <i>batch</i><b>_</b><i>top</i><b>_</b><i>domains</i>]
16
17
               [<b>-c</b> <i>config</i><b>_</b><i>directory</i>] [<i>queue</i><b>_</b><i>name</i> ...]
17
18
 
18
19
<b>DESCRIPTION</b>
77
78
              narrow  to  show  the domain name and all the coun-
78
79
              ters, the terminal_width limit is violated.
79
80
 
 
81
       <b>-N</b> <i>batch</i><b>_</b><i>msg</i><b>_</b><i>count</i>
 
82
              When the output device is a terminal,  intermediate
 
83
              results  are shown each "batch_msg_count" messages.
 
84
              This produces usable results in a  reasonable  time
 
85
              even  when the <a href="QSHAPE_README.html#deferred_queue">deferred queue</a> is large. The default
 
86
              is to show intermediate  results  every  1000  mes-
 
87
              sages.
 
88
 
 
89
       <b>-n</b> <i>batch</i><b>_</b><i>top</i><b>_</b><i>domains</i>
 
90
              When  reporting  intermediate or final results to a
 
91
              termainal, report only the top  "batch_top_domains"
 
92
              domains. The default limit is 20 domains.
 
93
 
80
94
       <b>-c</b> <i>config</i><b>_</b><i>directory</i>
81
 
              The <a href="postconf.5.html"><b>main.cf</b></a> configuration  file  is  in  the  named
 
95
              The  <a href="postconf.5.html"><b>main.cf</b></a>  configuration  file  is  in the named
82
96
              directory  instead  of  the  default  configuration
83
97
              directory.
84
98
 
85
99
       Arguments:
86
100
 
87
101
       <i>queue</i><b>_</b><i>name</i>
88
 
              By default <b>qshape</b> displays the  combined  distribu-
89
 
              tion  of the <a href="QSHAPE_README.html#incoming_queue">incoming</a> and <a href="QSHAPE_README.html#active_queue">active queues</a>. To display
90
 
              a different set of queues, just list  their  direc-
 
102
              By  default  <b>qshape</b> displays the combined distribu-
 
103
              tion of the <a href="QSHAPE_README.html#incoming_queue">incoming</a> and <a href="QSHAPE_README.html#active_queue">active queues</a>. To  display
 
104
              a  different  set of queues, just list their direc-
91
105
              tory names on the command line.  Absolute paths are
92
 
              used as is, other paths are taken relative  to  the
93
 
              <a href="postconf.5.html"><b>main.cf</a>  <a href="postconf.5.html#queue_directory">queue_directory</a></b>  parameter setting.  While
94
 
              <a href="postconf.5.html"><b>main.cf</b></a> supports the use of <i>$variable</i> expansion  in
95
 
              the  definition  of  the <b><a href="postconf.5.html#queue_directory">queue_directory</a></b> parameter,
96
 
              the <b>qshape</b> program does not. If you must use  vari-
 
106
              used  as  is, other paths are taken relative to the
 
107
              <a href="postconf.5.html"><b>main.cf</a> <a href="postconf.5.html#queue_directory">queue_directory</a></b> parameter  setting.   While
 
108
              <a href="postconf.5.html"><b>main.cf</b></a>  supports the use of <i>$variable</i> expansion in
 
109
              the definition of  the  <b><a href="postconf.5.html#queue_directory">queue_directory</a></b>  parameter,
 
110
              the  <b>qshape</b> program does not. If you must use vari-
97
111
              able expansions in the <b><a href="postconf.5.html#queue_directory">queue_directory</a></b> setting, you
98
 
              must specify an explicit  absolute  path  for  each
99
 
              queue  subdirectory  even  if  you want the default
 
112
              must  specify  an  explicit  absolute path for each
 
113
              queue subdirectory even if  you  want  the  default
100
114
              <a href="QSHAPE_README.html#incoming_queue">incoming</a> and <a href="QSHAPE_README.html#active_queue">active queue</a> distribution.
101
115
 
102
116
<b>SEE ALSO</b>
112
126
       $<a href="postconf.5.html#queue_directory">queue_directory</a>/deferred/, messages postponed for later delivery.
113
127
 
114
128
<b>LICENSE</b>
115
 
       The Secure Mailer license must be  distributed  with  this
 
129
       The  Secure  Mailer  license must be distributed with this
116
130
       software.
117
131
 
118
132
<b>AUTHOR(S)</b>