]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupsaccept.html
Save work.
[thirdparty/cups.git] / doc / help / man-cupsaccept.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cupsaccept(8)</title>
7</head>
8<body>
9<h1 class="title">cupsaccept(8)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11cupsaccept/cupsreject - accept/reject jobs sent to a destination
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c
MS
13<b>cupsaccept</b>
14[ -E ] [ -U
15<i>username</i>
16] [ -h
17<i>hostname[:port]</i>
18] destination(s)
94436c5a 19<br>
c277f98c
MS
20<b>cupsreject</b>
21[ -E ] [ -U
22<i>username</i>
23] [ -h
24<i>hostname[:port]</i>
25] [ -r
26<i>reason</i>
27] destination(s)
94436c5a
MS
28<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
29<i>cupsaccept</i> instructs the printing system to accept print jobs to the
30specified destinations.
31<p><i>cupsreject</i> instructs the printing system to reject print jobs to the
32specified destinations. The <i>-r</i> option sets the reason for rejecting
33print jobs. If not specified the reason defaults to "Reason Unknown".
34<h2 class="title"><a name="OPTIONS">Options</a></h2>
35The following options are supported by both <i>cupsaccept</i> and
36<i>cupsreject</i>:
2909c66c
MS
37<dl class="man">
38<dt>-E
39<dd style="margin-left: 5.0em"><br>
c277f98c 40Forces encryption when connecting to the server.
2909c66c
MS
41<dt>-U username
42<dd style="margin-left: 5.0em"><br>
c277f98c 43Sets the username that is sent when connecting to the server.
2909c66c
MS
44<dt>-h hostname[:port]
45<dd style="margin-left: 5.0em"><br>
c277f98c 46Chooses an alternate server.
2909c66c
MS
47<dt>-r "reason"
48<dd style="margin-left: 5.0em"><br>
c277f98c 49Sets the reason string that is shown for a printer that is
94436c5a 50rejecting jobs.
2909c66c 51</dl>
94436c5a
MS
52<h2 class="title"><a name="COMPATIBILITY">Compatibility</a></h2>
53Unlike the System V printing system, CUPS allows printer names to
54contain any printable character except SPACE, TAB, "/", or "#".
55Also, printer and class names are <i>not</i> case-sensitive.
56<p>The CUPS versions of <i>accept</i> and <i>reject</i> may ask the
57user for an access password depending on the printing system
58configuration. This differs from the System V versions which
59require the root user to execute these commands.
60<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
61<i>cancel(1)</i>, <i>cupsenable(8)</i>, <i>lp(1)</i>,
62<i>lpadmin(8)</i>, <i>lpstat(1)</i>,
94436c5a 63<br>
c277f98c 64<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
65<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
66Copyright 2007-2013 by Apple Inc.
67
68</body>
69</html>