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