1*5e7646d2SAndroid Build Coastguard Worker<!DOCTYPE HTML> 2*5e7646d2SAndroid Build Coastguard Worker<html> 3*5e7646d2SAndroid Build Coastguard Worker<!-- SECTION: Man Pages --> 4*5e7646d2SAndroid Build Coastguard Worker<head> 5*5e7646d2SAndroid Build Coastguard Worker <link rel="stylesheet" type="text/css" href="../cups-printable.css"> 6*5e7646d2SAndroid Build Coastguard Worker <title>cupsaccept(8)</title> 7*5e7646d2SAndroid Build Coastguard Worker</head> 8*5e7646d2SAndroid Build Coastguard Worker<body> 9*5e7646d2SAndroid Build Coastguard Worker<h1 class="title">cupsaccept(8)</h1> 10*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NAME">Name</a></h2> 11*5e7646d2SAndroid Build Coastguard Workercupsaccept/cupsreject - accept/reject jobs sent to a destination 12*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2> 13*5e7646d2SAndroid Build Coastguard Worker<b>cupsaccept</b> 14*5e7646d2SAndroid Build Coastguard Worker[ 15*5e7646d2SAndroid Build Coastguard Worker<b>-E</b> 16*5e7646d2SAndroid Build Coastguard Worker] [ 17*5e7646d2SAndroid Build Coastguard Worker<b>-U</b> 18*5e7646d2SAndroid Build Coastguard Worker<i>username</i> 19*5e7646d2SAndroid Build Coastguard Worker] [ 20*5e7646d2SAndroid Build Coastguard Worker<b>-h</b> 21*5e7646d2SAndroid Build Coastguard Worker<i>hostname[:port]</i> 22*5e7646d2SAndroid Build Coastguard Worker] 23*5e7646d2SAndroid Build Coastguard Worker<i>destination(s)</i> 24*5e7646d2SAndroid Build Coastguard Worker<br> 25*5e7646d2SAndroid Build Coastguard Worker<b>cupsreject</b> 26*5e7646d2SAndroid Build Coastguard Worker[ 27*5e7646d2SAndroid Build Coastguard Worker<b>-E</b> 28*5e7646d2SAndroid Build Coastguard Worker] [ 29*5e7646d2SAndroid Build Coastguard Worker<b>-U</b> 30*5e7646d2SAndroid Build Coastguard Worker<i>username</i> 31*5e7646d2SAndroid Build Coastguard Worker] [ 32*5e7646d2SAndroid Build Coastguard Worker<b>-h</b> 33*5e7646d2SAndroid Build Coastguard Worker<i>hostname[:port]</i> 34*5e7646d2SAndroid Build Coastguard Worker] [ 35*5e7646d2SAndroid Build Coastguard Worker<b>-r</b> 36*5e7646d2SAndroid Build Coastguard Worker<i>reason</i> 37*5e7646d2SAndroid Build Coastguard Worker] 38*5e7646d2SAndroid Build Coastguard Worker<i>destination(s)</i> 39*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="DESCRIPTION">Description</a></h2> 40*5e7646d2SAndroid Build Coastguard WorkerThe 41*5e7646d2SAndroid Build Coastguard Worker<b>cupsaccept</b> 42*5e7646d2SAndroid Build Coastguard Workercommand instructs the printing system to accept print jobs to the specified destinations. 43*5e7646d2SAndroid Build Coastguard Worker<p>The 44*5e7646d2SAndroid Build Coastguard Worker<b>cupsreject</b> 45*5e7646d2SAndroid Build Coastguard Workercommand instructs the printing system to reject print jobs to the 46*5e7646d2SAndroid Build Coastguard Workerspecified destinations. 47*5e7646d2SAndroid Build Coastguard WorkerThe <i>-r</i> option sets the reason for rejecting print jobs. If not specified, the reason defaults to "Reason Unknown". 48*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="OPTIONS">Options</a></h2> 49*5e7646d2SAndroid Build Coastguard WorkerThe following options are supported by both 50*5e7646d2SAndroid Build Coastguard Worker<b>cupsaccept</b> 51*5e7646d2SAndroid Build Coastguard Workerand 52*5e7646d2SAndroid Build Coastguard Worker<b>cupsreject</b>: 53*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 54*5e7646d2SAndroid Build Coastguard Worker<dt><b>-E</b> 55*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Forces encryption when connecting to the server. 56*5e7646d2SAndroid Build Coastguard Worker<dt><b>-U </b><i>username</i> 57*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Sets the username that is sent when connecting to the server. 58*5e7646d2SAndroid Build Coastguard Worker<dt><b>-h </b><i>hostname[:port]</i> 59*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Chooses an alternate server. 60*5e7646d2SAndroid Build Coastguard Worker<dt><b>-r </b>"<i>reason</i>" 61*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Sets the reason string that is shown for a printer that is rejecting jobs. 62*5e7646d2SAndroid Build Coastguard Worker</dl> 63*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="CONFORMING_TO">Conforming To</a></h2> 64*5e7646d2SAndroid Build Coastguard WorkerThe 65*5e7646d2SAndroid Build Coastguard Worker<b>cupsaccept</b> 66*5e7646d2SAndroid Build Coastguard Workerand 67*5e7646d2SAndroid Build Coastguard Worker<b>cupsreject</b> 68*5e7646d2SAndroid Build Coastguard Workercommands correspond to the System V printing system commands "accept" and "reject", respectively. 69*5e7646d2SAndroid Build Coastguard WorkerUnlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE, TAB, "/", or "#". 70*5e7646d2SAndroid Build Coastguard WorkerAlso, printer and class names are <i>not</i> case-sensitive. 71*5e7646d2SAndroid Build Coastguard Worker<p>Finally, the CUPS versions may ask the user for an access password depending on the printing system configuration. 72*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SEE_ALSO">See Also</a></h2> 73*5e7646d2SAndroid Build Coastguard Worker<b>cancel</b>(1), 74*5e7646d2SAndroid Build Coastguard Worker<b>cupsenable</b>(8), 75*5e7646d2SAndroid Build Coastguard Worker<b>lp</b>(1), 76*5e7646d2SAndroid Build Coastguard Worker<b>lpadmin</b>(8), 77*5e7646d2SAndroid Build Coastguard Worker<b>lpstat</b>(1), 78*5e7646d2SAndroid Build Coastguard Worker<br> 79*5e7646d2SAndroid Build Coastguard WorkerCUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) 80*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> 81*5e7646d2SAndroid Build Coastguard WorkerCopyright © 2007-2019 by Apple Inc. 82*5e7646d2SAndroid Build Coastguard Worker 83*5e7646d2SAndroid Build Coastguard Worker</body> 84*5e7646d2SAndroid Build Coastguard Worker</html> 85