]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupsd.conf.man.in
Add missing DNSSD.LIB functions.
[thirdparty/cups.git] / man / cupsd.conf.man.in
1 .\"
2 .\" cupsd.conf man page for CUPS.
3 .\"
4 .\" Copyright 2007-2018 by Apple Inc.
5 .\" Copyright 1997-2006 by Easy Software Products.
6 .\"
7 .\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 .\"
9 .TH cupsd.conf 5 "CUPS" "24 April 2018" "Apple Inc."
10 .SH NAME
11 cupsd.conf \- server configuration file for cups
12 .SH DESCRIPTION
13 The
14 .I cupsd.conf
15 file configures the CUPS scheduler,
16 .BR cupsd (8).
17 It is normally located in the
18 .I /etc/cups
19 directory.
20 \fBNote:\fR File, directory, and user configuration directives that used to be allowed in the \fBcupsd.conf\fR file are now stored in the
21 .BR cups-files.conf (5)
22 file instead in order to prevent certain types of privilege escalation attacks.
23 .LP
24 Each line in the file can be a configuration directive, a blank line, or a comment.
25 Configuration directives typically consist of a name and zero or more values separated by whitespace.
26 The configuration directive name and values are case-insensitive.
27 Comment lines start with the # character.
28 .SS TOP-LEVEL DIRECTIVES
29 The following top-level directives are understood by
30 .BR cupsd (8):
31 .\"#AccessLogLevel
32 .TP 5
33 \fBAccessLogLevel config\fR
34 .TP 5
35 \fBAccessLogLevel actions\fR
36 .TP 5
37 \fBAccessLogLevel all\fR
38 Specifies the logging level for the AccessLog file.
39 The "config" level logs when printers and classes are added, deleted, or modified and when configuration files are accessed or updated.
40 The "actions" level logs when print jobs are submitted, held, released, modified, or canceled, and any of the conditions for "config".
41 The "all" level logs all requests.
42 The default access log level is "actions".
43 .\"#AutoPurgeJobs
44 .TP 5
45 \fBAutoPurgeJobs Yes\fR
46 .TP 5
47 \fBAutoPurgeJobs No\fR
48 .br
49 Specifies whether to purge job history data automatically when it is no longer required for quotas.
50 The default is "No".
51 .\"#BrowseDNSSDSubTypes
52 .TP 5
53 .BI BrowseDNSSDSubTypes _subtype[,...]
54 Specifies a list of Bonjour sub-types to advertise for each shared printer.
55 For example, "BrowseDNSSDSubTypes _cups,_print" will tell network clients that both CUPS sharing and IPP Everywhere are supported.
56 The default is "_cups" which is necessary for printer sharing to work between systems using CUPS.
57 .\"#BrowseLocalProtocols
58 .TP 5
59 \fBBrowseLocalProtocols all\fR
60 .TP 5
61 \fBBrowseLocalProtocols dnssd\fR
62 .TP 5
63 \fBBrowseLocalProtocols none\fR
64 Specifies which protocols to use for local printer sharing.
65 The default is "dnssd" on systems that support Bonjour and "none" otherwise.
66 .\"#BrowseWebIF
67 .TP 5
68 \fBBrowseWebIF Yes\fR
69 .TP 5
70 \fBBrowseWebIF No\fR
71 .br
72 Specifies whether the CUPS web interface is advertised.
73 The default is "No".
74 .\"#Browsing
75 .TP 5
76 \fBBrowsing Yes\fR
77 .TP 5
78 \fBBrowsing No\fR
79 .br
80 Specifies whether shared printers are advertised.
81 The default is "No".
82 .\"#DefaultAuthType
83 .TP 5
84 \fBDefaultAuthType Basic\fR
85 .TP 5
86 \fBDefaultAuthType Negotiate\fR
87 .br
88 Specifies the default type of authentication to use.
89 The default is "Basic".
90 .\"#DefaultEncryption
91 .TP 5
92 \fBDefaultEncryption Never\fR
93 .TP 5
94 \fBDefaultEncryption IfRequested\fR
95 .TP 5
96 \fBDefaultEncryption Required\fR
97 Specifies whether encryption will be used for authenticated requests.
98 The default is "Required".
99 .\"#DefaultLanguage
100 .TP 5
101 \fBDefaultLanguage \fIlocale\fR
102 Specifies the default language to use for text and web content.
103 The default is "en".
104 .\"#DefaultPaperSize
105 .TP 5
106 \fBDefaultPaperSize Auto\fR
107 .TP 5
108 \fBDefaultPaperSize None\fR
109 .TP 5
110 \fBDefaultPaperSize \fIsizename\fR
111 Specifies the default paper size for new print queues. "Auto" uses a locale-specific default, while "None" specifies there is no default paper size.
112 Specific size names are typically "Letter" or "A4".
113 The default is "Auto".
114 .\"#DefaultPolicy
115 .TP 5
116 \fBDefaultPolicy \fIpolicy-name\fR
117 Specifies the default access policy to use.
118 The default access policy is "default".
119 .\"#DefaultShared
120 .TP 5
121 \fBDefaultShared Yes\fR
122 .TP 5
123 \fBDefaultShared No\fR
124 Specifies whether local printers are shared by default.
125 The default is "Yes".
126 .\"#DirtyCleanInterval
127 .TP 5
128 \fBDirtyCleanInterval \fIseconds\fR
129 Specifies the delay for updating of configuration and state files.
130 A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds.
131 The default value is "30".
132 .\"#DNSSDHostName
133 .TP 5
134 .BI DNSSDHostName hostname.example.com
135 Specifies the fully-qualified domain name for the server that is used for Bonjour sharing.
136 The default is typically the server's ".local" hostname.
137 .\"#ErrorPolicy
138 .TP 5
139 \fBErrorPolicy abort-job\fR
140 Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
141 .TP 5
142 \fBErrorPolicy retry-current-job\fR
143 Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
144 .TP 5
145 \fBErrorPolicy retry-job\fR
146 Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
147 .TP 5
148 \fBErrorPolicy stop-printer\fR
149 Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
150 .\"#FilterLimit
151 .TP 5
152 \fBFilterLimit \fIlimit\fR
153 Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems.
154 A limit of 0 disables filter limiting.
155 An average print to a non-PostScript printer needs a filter limit of about 200.
156 A PostScript printer needs about half that (100).
157 Setting the limit below these thresholds will effectively limit the scheduler to printing a single job at any time.
158 The default limit is "0".
159 .\"#FilterNice
160 .TP 5
161 \fBFilterNice \fInice-value\fR
162 Specifies the scheduling priority (
163 .BR nice (8)
164 value) of filters that are run to print a job.
165 The nice value ranges from 0, the highest priority, to 19, the lowest priority.
166 The default is 0.
167 .\"#GSSServiceName
168 .TP 5
169 \fBGSSServiceName \fIname\fR
170 Specifies the service name when using Kerberos authentication.
171 The default service name is "http."
172 .TP 5
173 .\"#HostNameLookups
174 \fBHostNameLookups On\fR
175 .TP 5
176 \fBHostNameLookups Off\fR
177 .TP 5
178 \fBHostNameLookups Double\fR
179 Specifies whether to do reverse lookups on connecting clients.
180 The "Double" setting causes
181 .BR cupsd (8)
182 to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
183 Double lookups also prevent clients with unregistered addresses from connecting to your server.
184 The default is "Off" to avoid the potential server performance problems with hostname lookups.
185 Only set this option to "On" or "Double" if absolutely required.
186 .\"#IdleExitTimeout
187 .TP 5
188 \fBIdleExitTimeout \fIseconds\fR
189 Specifies the length of time to wait before shutting down due to inactivity.
190 The default is "60" seconds.
191 Note: Only applicable when
192 .BR cupsd (8)
193 is run on-demand (e.g., with \fB-l\fR).
194 .\"#JobKillDelay
195 .TP 5
196 \fBJobKillDelay \fIseconds\fR
197 Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
198 The default is "30".
199 .\"#JobRetryInterval
200 .TP 5
201 \fBJobRetryInterval \fIseconds\fR
202 Specifies the interval between retries of jobs in seconds.
203 This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
204 The default is "30".
205 .\"#JobRetryLimit
206 .TP 5
207 \fBJobRetryLimit \fIcount\fR
208 Specifies the number of retries that are done for jobs.
209 This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
210 The default is "5".
211 .\"#KeepAlive
212 .TP 5
213 \fBKeepAlive Yes\fR
214 .TP 5
215 \fBKeepAlive No\fR
216 Specifies whether to support HTTP keep-alive connections.
217 The default is "Yes".
218 .\"#KeepAliveTimeout
219 .TP 5
220 \fBKeepAliveTimeout \fIseconds\fR
221 Specifies how long an idle client connection remains open.
222 The default is "30".
223 .\"#LimitIPP
224 .TP 5
225 \fB<Limit \fIoperation \fR...\fB> \fR... \fB</Limit>\fR
226 Specifies the IPP operations that are being limited inside a Policy section. IPP operation names are listed below in the section "IPP OPERATION NAMES".
227 .\"#Limit
228 .TP 5
229 \fB<Limit \fImethod \fR...\fB> \fR... \fB</Limit>\fR
230 .\"#LimitExcept
231 .TP 5
232 \fB<LimitExcept \fImethod \fR...\fB> \fR... \fB</LimitExcept>\fR
233 Specifies the HTTP methods that are being limited inside a Location section. HTTP method names are listed below in the section "HTTP METHOD NAMES".
234 .\"#LimitRequestBody
235 .TP 5
236 \fBLimitRequestBody \fIsize\fR
237 Specifies the maximum size of print files, IPP requests, and HTML form data.
238 The default is "0" which disables the limit check.
239 .\"#Listen
240 .TP 5
241 \fBListen \fIipv4-address\fB:\fIport\fR
242 .TP 5
243 \fBListen [\fIipv6-address\fB]:\fIport\fR
244 .TP 5
245 \fBListen *:\fIport\fR
246 .TP 5
247 \fBListen \fI/path/to/domain/socket\fR
248 Listens to the specified address and port or domain socket path for connections.
249 Multiple Listen directives can be provided to listen on multiple addresses.
250 The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
251 .\"#ListenBackLog
252 .TP 5
253 \fBListenBackLog \fInumber\fR
254 Specifies the number of pending connections that will be allowed.
255 This normally only affects very busy servers that have reached the MaxClients limit, but can also be triggered by large numbers of simultaneous connections.
256 When the limit is reached, the operating system will refuse additional connections until the scheduler can accept the pending ones.
257 The default is the OS-defined default limit, typically either "5" for older operating systems or "128" for newer operating systems.
258 .\"#Location
259 .TP 5
260 \fB<Location \fI/path\fB> \fR... \fB</Location>\fR
261 Specifies access control for the named location.
262 Paths are documented below in the section "LOCATION PATHS".
263 .\"#LogDebugHistory
264 .TP 5
265 \fBLogDebugHistory \fInumber\fR
266 Specifies the number of debugging messages that are retained for logging if an error occurs in a print job. Debug messages are logged regardless of the LogLevel setting.
267 .\"#LogLevel
268 .TP 5
269 \fBLogLevel \fRnone
270 .TP 5
271 \fBLogLevel \fRemerg
272 .TP 5
273 \fBLogLevel \fRalert
274 .TP 5
275 \fBLogLevel \fRcrit
276 .TP 5
277 \fBLogLevel \fRerror
278 .TP 5
279 \fBLogLevel \fRwarn
280 .TP 5
281 \fBLogLevel \fRnotice
282 .TP 5
283 \fBLogLevel \fRinfo
284 .TP 5
285 \fBLogLevel \fRdebug
286 .TP 5
287 \fBLogLevel \fRdebug2
288 Specifies the level of logging for the ErrorLog file.
289 The value "none" stops all logging while "debug2" logs everything.
290 The default is "warn".
291 .\"#LogTimeFormat
292 .TP 5
293 \fBLogTimeFormat \fRstandard
294 .TP 5
295 \fBLogTimeFormat \fRusecs
296 Specifies the format of the date and time in the log files.
297 The value "standard" is the default and logs whole seconds while "usecs" logs microseconds.
298 .\"#MaxClients
299 .TP 5
300 \fBMaxClients \fInumber\fR
301 Specifies the maximum number of simultaneous clients that are allowed by the scheduler.
302 The default is "100".
303 .\"#MaxClientPerHost
304 .TP 5
305 \fBMaxClientsPerHost \fInumber\fR
306 Specifies the maximum number of simultaneous clients that are allowed from a
307 single address.
308 The default is the MaxClients value.
309 .\"#MaxCopies
310 .TP 5
311 \fBMaxCopies \fInumber\fR
312 Specifies the maximum number of copies that a user can print of each job.
313 The default is "9999".
314 .\"#MaxHoldTime
315 .TP 5
316 \fBMaxHoldTime \fIseconds\fR
317 Specifies the maximum time a job may remain in the "indefinite" hold state before it is canceled.
318 The default is "0" which disables cancellation of held jobs.
319 .\"#MaxJobs
320 .TP 5
321 \fBMaxJobs \fInumber\fR
322 Specifies the maximum number of simultaneous jobs that are allowed.
323 Set to "0" to allow an unlimited number of jobs.
324 The default is "500".
325 .\"#MaxJobsPerPrinter
326 .TP 5
327 \fBMaxJobsPerPrinter \fInumber\fR
328 Specifies the maximum number of simultaneous jobs that are allowed per printer.
329 The default is "0" which allows up to MaxJobs jobs per printer.
330 .\"#MaxJobsPerUser
331 .TP 5
332 \fBMaxJobsPerUser \fInumber\fR
333 Specifies the maximum number of simultaneous jobs that are allowed per user.
334 The default is "0" which allows up to MaxJobs jobs per user.
335 .\"#MaxJobTime
336 .TP 5
337 \fBMaxJobTime \fIseconds\fR
338 Specifies the maximum time a job may take to print before it is canceled.
339 Set to "0" to disable cancellation of "stuck" jobs.
340 The default is "10800" (3 hours).
341 .\"#MaxLogSize
342 .TP 5
343 \fBMaxLogSize \fIsize\fR
344 Specifies the maximum size of the log files before they are rotated.
345 The value "0" disables log rotation.
346 The default is "1048576" (1MB).
347 .\"#MultipleOperationTimeout
348 .TP 5
349 \fBMultipleOperationTimeout \fIseconds\fR
350 Specifies the maximum amount of time to allow between files in a multiple file print job.
351 The default is "300" (5 minutes).
352 .\"#Policy
353 .TP 5
354 \fB<Policy \fIname\fB> \fR... \fB</Policy>\fR
355 Specifies access control for the named policy.
356 .\"#Port
357 .TP 5
358 \fBPort \fInumber\fR
359 Listens to the specified port number for connections.
360 .\"#PreserveJobFiles
361 .TP 5
362 \fBPreserveJobFiles Yes\fR
363 .TP 5
364 \fBPreserveJobFiles No\fR
365 .TP 5
366 \fBPreserveJobFiles \fIseconds\fR
367 Specifies whether job files (documents) are preserved after a job is printed.
368 If a numeric value is specified, job files are preserved for the indicated number of seconds after printing.
369 The default is "86400" (preserve 1 day).
370 .\"#PreserveJobHistory
371 .TP 5
372 \fBPreserveJobHistory Yes\fR
373 .TP 5
374 \fBPreserveJobHistory No\fR
375 .TP 5
376 \fBPreserveJobHistory \fIseconds\fR
377 Specifies whether the job history is preserved after a job is printed.
378 If a numeric value is specified, the job history is preserved for the indicated number of seconds after printing.
379 If "Yes", the job history is preserved until the MaxJobs limit is reached.
380 The default is "Yes".
381 .\"#ReloadTimeout
382 .TP 5
383 \fBReloadTimeout \fIseconds\fR
384 Specifies the amount of time to wait for job completion before restarting the scheduler.
385 The default is "30".
386 .\"#ServerAdmin
387 .TP 5
388 \fBServerAdmin \fIemail-address\fR
389 Specifies the email address of the server administrator.
390 The default value is "root@ServerName".
391 .\"#ServerAlias
392 .TP 5
393 \fBServerAlias \fIhostname \fR[ ... \fIhostname \fR]
394 .TP 5
395 \fBServerAlias *\fR
396 The ServerAlias directive is used for HTTP Host header validation when clients connect to the scheduler from external interfaces.
397 Using the special name "*" can expose your system to known browser-based DNS rebinding attacks, even when accessing sites through a firewall.
398 If the auto-discovery of alternate names does not work, we recommend listing each alternate name with a ServerAlias directive instead of using "*".
399 .\"#ServerName
400 .TP 5
401 \fBServerName \fIhostname\fR
402 Specifies the fully-qualified hostname of the server.
403 The default is the value reported by the
404 .BR hostname (1)
405 command.
406 .\"#ServerTokens
407 .TP 5
408 \fBServerTokens None\fR
409 .TP 5
410 \fBServerTokens ProductOnly\fR
411 .TP 5
412 \fBServerTokens Major\fR
413 .TP 5
414 \fBServerTokens Minor\fR
415 .TP 5
416 \fBServerTokens Minimal\fR
417 .TP 5
418 \fBServerTokens OS\fR
419 .TP 5
420 \fBServerTokens Full\fR
421 Specifies what information is included in the Server header of HTTP responses.
422 "None" disables the Server header.
423 "ProductOnly" reports "CUPS".
424 "Major" reports "CUPS 2".
425 "Minor" reports "CUPS 2.0".
426 "Minimal" reports "CUPS 2.0.0".
427 "OS" reports "CUPS 2.0.0 (UNAME)" where UNAME is the output of the
428 .BR uname (1)
429 command.
430 "Full" reports "CUPS 2.0.0 (UNAME) IPP/2.0".
431 The default is "Minimal".
432 .\"#SSLListen
433 .TP 5
434 \fBSSLListen \fIipv4-address\fB:\fIport\fR
435 .TP 5
436 \fBSSLListen [\fIipv6-address\fB]:\fIport\fR
437 .TP 5
438 \fBSSLListen *:\fIport\fR
439 Listens on the specified address and port for encrypted connections.
440 .\"#SSLOptions
441 .TP 5
442 .TP 5
443 \fBSSLOptions \fR[\fIAllowDH\fR] [\fIAllowRC4\fR] [\fIAllowSSL3\fR] [\fIDenyCBC\fR] [\fIDenyTLS1.0\fR] [\fIMaxTLS1.0\fR] [\fIMaxTLS1.1\fR] [\fIMaxTLS1.2\fR] [\fIMaxTLS1.3\fR] [\fIMinTLS1.0\fR] [\fIMinTLS1.1\fR] [\fIMinTLS1.2\fR] [\fIMinTLS1.3\fR]
444 .TP 5
445 \fBSSLOptions None\fR
446 Sets encryption options (only in /etc/cups/client.conf).
447 By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
448 Security is reduced when \fIAllow\fR options are used.
449 Security is enhanced when \fIDeny\fR options are used.
450 The \fIAllowDH\fR option enables cipher suites using plain Diffie-Hellman key negotiation (not supported on systems using GNU TLS).
451 The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients.
452 The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
453 The \fIDenyCBC\fR option disables all CBC cipher suites.
454 The \fIDenyTLS1.0\fR option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
455 The \fIMinTLS\fR options set the minimum TLS version to support.
456 The \fIMaxTLS\fR options set the maximum TLS version to support.
457 Not all operating systems support TLS 1.3 at this time.
458 .\"#SSLPort
459 .TP 5
460 \fBSSLPort \fIport\fR
461 Listens on the specified port for encrypted connections.
462 .\"#StrictConformance
463 .TP 5
464 \fBStrictConformance Yes\fR
465 .TP 5
466 \fBStrictConformance No\fR
467 Specifies whether the scheduler requires clients to strictly adhere to the IPP specifications.
468 The default is "No".
469 .\"#Timeout
470 .TP 5
471 \fBTimeout \fIseconds\fR
472 Specifies the HTTP request timeout.
473 The default is "300" (5 minutes).
474 .\"#WebInterface
475 .TP 5
476 \fBWebInterface yes\fR
477 .TP 5
478 \fBWebInterface no\fR
479 Specifies whether the web interface is enabled.
480 The default is "No".
481 .SS HTTP METHOD NAMES
482 The following HTTP methods are supported by
483 .BR cupsd (8):
484 .TP 5
485 GET
486 Used by a client to download icons and other printer resources and to access the CUPS web interface.
487 .TP 5
488 HEAD
489 Used by a client to get the type, size, and modification date of resources.
490 .TP 5
491 OPTIONS
492 Used by a client to establish a secure (SSL/TLS) connection.
493 .TP 5
494 POST
495 Used by a client to submit IPP requests and HTML forms from the CUPS web interface.
496 .TP 5
497 PUT
498 Used by a client to upload configuration files.
499 .SS IPP OPERATION NAMES
500 The following IPP operations are supported by
501 .BR cupsd (8):
502 .TP 5
503 CUPS\-Accept\-Jobs
504 Allows a printer to accept new jobs.
505 .TP 5
506 CUPS\-Add\-Modify\-Class
507 Adds or modifies a printer class.
508 .TP 5
509 CUPS\-Add\-Modify\-Printer
510 Adds or modifies a printer.
511 .TP 5
512 CUPS\-Authenticate\-Job
513 Releases a job that is held for authentication.
514 .TP 5
515 CUPS\-Delete\-Class
516 Deletes a printer class.
517 .TP 5
518 CUPS\-Delete\-Printer
519 Deletes a printer.
520 .TP 5
521 CUPS\-Get\-Classes
522 Gets a list of printer classes.
523 .TP 5
524 CUPS\-Get\-Default
525 Gets the server default printer or printer class.
526 .TP 5
527 CUPS\-Get\-Devices
528 Gets a list of devices that are currently available.
529 .TP 5
530 CUPS\-Get\-Document
531 Gets a document file for a job.
532 .TP 5
533 CUPS\-Get\-PPD
534 Gets a PPD file.
535 .TP 5
536 CUPS\-Get\-PPDs
537 Gets a list of installed PPD files.
538 .TP 5
539 CUPS\-Get\-Printers
540 Gets a list of printers.
541 .TP 5
542 CUPS\-Move\-Job
543 Moves a job.
544 .TP 5
545 CUPS\-Reject\-Jobs
546 Prevents a printer from accepting new jobs.
547 .TP 5
548 CUPS\-Set\-Default
549 Sets the server default printer or printer class.
550 .TP 5
551 Cancel\-Job
552 Cancels a job.
553 .TP 5
554 Cancel\-Jobs
555 Cancels one or more jobs.
556 .TP 5
557 Cancel\-My\-Jobs
558 Cancels one or more jobs creates by a user.
559 .TP 5
560 Cancel\-Subscription
561 Cancels a subscription.
562 .TP 5
563 Close\-Job
564 Closes a job that is waiting for more documents.
565 .TP 5
566 Create\-Job
567 Creates a new job with no documents.
568 .TP 5
569 Create\-Job\-Subscriptions
570 Creates a subscription for job events.
571 .TP 5
572 Create\-Printer\-Subscriptions
573 Creates a subscription for printer events.
574 .TP 5
575 Get\-Job\-Attributes
576 Gets information about a job.
577 .TP 5
578 Get\-Jobs
579 Gets a list of jobs.
580 .TP 5
581 Get\-Notifications
582 Gets a list of event notifications for a subscription.
583 .TP 5
584 Get\-Printer\-Attributes
585 Gets information about a printer or printer class.
586 .TP 5
587 Get\-Subscription\-Attributes
588 Gets information about a subscription.
589 .TP 5
590 Get\-Subscriptions
591 Gets a list of subscriptions.
592 .TP 5
593 Hold\-Job
594 Holds a job from printing.
595 .TP 5
596 Hold\-New\-Jobs
597 Holds all new jobs from printing.
598 .TP 5
599 Pause\-Printer
600 Stops processing of jobs by a printer or printer class.
601 .TP 5
602 Pause\-Printer\-After\-Current\-Job
603 Stops processing of jobs by a printer or printer class after the current job is finished.
604 .TP 5
605 Print\-Job
606 Creates a new job with a single document.
607 .TP 5
608 Purge\-Jobs
609 Cancels one or more jobs and deletes the job history.
610 .TP 5
611 Release\-Held\-New\-Jobs
612 Allows previously held jobs to print.
613 .TP 5
614 Release\-Job
615 Allows a job to print.
616 .TP 5
617 Renew\-Subscription
618 Renews a subscription.
619 .TP 5
620 Restart\-Job
621 Reprints a job, if possible.
622 .TP 5
623 Send\-Document
624 Adds a document to a job.
625 .TP 5
626 Set\-Job\-Attributes
627 Changes job information.
628 .TP 5
629 Set\-Printer\-Attributes
630 Changes printer or printer class information.
631 .TP 5
632 Validate\-Job
633 Validates options for a new job.
634 .SS LOCATION PATHS
635 The following paths are commonly used when configuring
636 .BR cupsd (8):
637 .TP 5
638 /
639 The path for all get operations (get-printers, get-jobs, etc.)
640 .TP 5
641 /admin
642 The path for all administration operations (add-printer, delete-printer, start-printer, etc.)
643 .TP 5
644 /admin/conf
645 The path for access to the CUPS configuration files (cupsd.conf, client.conf, etc.)
646 .TP 5
647 /admin/log
648 The path for access to the CUPS log files (access_log, error_log, page_log)
649 .TP 5
650 /classes
651 The path for all printer classes
652 .TP 5
653 /classes/name
654 The resource for the named printer class
655 .TP 5
656 /jobs
657 The path for all jobs (hold-job, release-job, etc.)
658 .TP 5
659 /jobs/id
660 The path for the specified job
661 .TP 5
662 /printers
663 The path for all printers
664 .TP 5
665 /printers/name
666 The path for the named printer
667 .TP 5
668 /printers/name.png
669 The icon file path for the named printer
670 .TP 5
671 /printers/name.ppd
672 The PPD file path for the named printer
673 .SS DIRECTIVES VALID WITHIN LOCATION AND LIMIT SECTIONS
674 The following directives may be placed inside Location and Limit sections in the \fBcupsd.conf\fR file:
675 .TP 5
676 \fBAllow all\fR
677 .TP 5
678 \fBAllow none\fR
679 .TP 5
680 \fBAllow \fIhost.domain.com\fR
681 .TP 5
682 \fBAllow *.\fIdomain.com\fR
683 .TP 5
684 \fBAllow \fIipv4-address\fR
685 .TP 5
686 \fBAllow \fIipv4-address\fB/\fInetmask\fR
687 .TP 5
688 \fBAllow \fIipv4-address\fB/\fImm\fR
689 .TP 5
690 \fBAllow [\fIipv6-address\fB]\fR
691 .TP 5
692 \fBAllow [\fIipv6-address\fB]/\fImm\fR
693 .TP 5
694 \fBAllow @IF(\fIname\fB)\fR
695 .TP 5
696 \fBAllow @LOCAL\fR
697 Allows access from the named hosts, domains, addresses, or interfaces.
698 The Order directive controls whether Allow lines are evaluated before or after Deny lines.
699 .TP 5
700 \fBAuthType None\fR
701 .TP 5
702 \fBAuthType Basic\fR
703 .TP 5
704 \fBAuthType Default\fR
705 .TP 5
706 \fBAuthType Negotiate\fR
707 Specifies the type of authentication required.
708 The value "Default" corresponds to the DefaultAuthType value.
709 .TP 5
710 \fBDeny all\fR
711 .TP 5
712 \fBDeny none\fR
713 .TP 5
714 \fBDeny \fIhost.domain.com\fR
715 .TP 5
716 \fBDeny *.\fIdomain.com\fR
717 .TP 5
718 \fBDeny \fIipv4-address\fR
719 .TP 5
720 \fBDeny \fIipv4-address\fB/\fInetmask\fR
721 .TP 5
722 \fBDeny \fIipv4-address\fB/\fImm\fR
723 .TP 5
724 \fBDeny [\fIipv6-address\fB]\fR
725 .TP 5
726 \fBDeny [\fIipv6-address\fB]/\fImm\fR
727 .TP 5
728 \fBDeny @IF(\fIname\fB)\fR
729 .TP 5
730 \fBDeny @LOCAL\fR
731 Denies access from the named hosts, domains, addresses, or interfaces.
732 The Order directive controls whether Deny lines are evaluated before or after Allow lines.
733 .TP 5
734 \fBEncryption IfRequested\fR
735 .TP 5
736 \fBEncryption Never\fR
737 .TP 5
738 \fBEncryption Required\fR
739 Specifies the level of encryption that is required for a particular location.
740 The default value is "IfRequested".
741 .TP 5
742 \fBOrder allow,deny\fR
743 Specifies that access is denied by default. Allow lines are then processed followed by Deny lines to determine whether a client may access a particular resource.
744 .TP 5
745 \fBOrder deny,allow\fR
746 Specifies that access is allowed by default. Deny lines are then processed followed by Allow lines to determine whether a client may access a particular resource.
747 .TP 5
748 \fBRequire group \fIgroup-name \fR[ \fIgroup-name \fR... ]
749 Specifies that an authenticated user must be a member of one of the named groups.
750 .TP 5
751 \fBRequire user {\fIuser-name\fR|\fB@\fIgroup-name\fR} ...
752 Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
753 The group name "@SYSTEM" corresponds to the list of groups defined by the SystemGroup directive in the
754 .BR cups-files.conf (5)
755 file.
756 The group name "@OWNER" corresponds to the owner of the resource, for example the person that submitted a print job.
757 Note: The 'root' user is not special and must be granted privileges like any other user account.
758 .TP 5
759 \fBRequire valid-user\fR
760 Specifies that any authenticated user is acceptable.
761 .TP 5
762 \fBSatisfy all\fR
763 Specifies that all Allow, AuthType, Deny, Order, and Require conditions must be satisfied to allow access.
764 .TP 5
765 \fBSatisfy any\fR
766 Specifies that any a client may access a resource if either the authentication (AuthType/Require) or address (Allow/Deny/Order) conditions are satisfied.
767 For example, this can be used to require authentication only for remote accesses.
768 .SS DIRECTIVES VALID WITHIN POLICY SECTIONS
769 The following directives may be placed inside Policy sections in the \fBcupsd.conf\fR file:
770 .TP 5
771 \fBJobPrivateAccess all\fR
772 .TP 5
773 \fBJobPrivateAccess default\fR
774 .TP 5
775 \fBJobPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
776 Specifies an access list for a job's private values.
777 The "default" access list is "@OWNER @SYSTEM".
778 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
779 "@OWNER" maps to the job's owner.
780 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
781 .BR cups-files.conf (5)
782 file.
783 .TP 5
784 \fBJobPrivateValues all\fR
785 .TP 5
786 \fBJobPrivateValues default\fR
787 .TP 5
788 \fBJobPrivateValues none\fR
789 .TP 5
790 \fBJobPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
791 Specifies the list of job values to make private.
792 The "default" values are "job-name", "job-originating-host-name", "job-originating-user-name", and "phone".
793 .TP 5
794 \fBSubscriptionPrivateAccess all\fR
795 .TP 5
796 \fBSubscriptionPrivateAccess default\fR
797 .TP 5
798 \fBSubscriptionPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
799 Specifies an access list for a subscription's private values.
800 The "default" access list is "@OWNER @SYSTEM".
801 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
802 "@OWNER" maps to the job's owner.
803 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
804 .BR cups-files.conf (5)
805 file.
806 .TP 5
807 \fBSubscriptionPrivateValues all\fR
808 .TP 5
809 \fBSubscriptionPrivateValues default\fR
810 .TP 5
811 \fBSubscriptionPrivateValues none\fR
812 .TP 5
813 \fBSubscriptionPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
814 Specifies the list of subscription values to make private.
815 The "default" values are "notify-events", "notify-pull-method", "notify-recipient-uri", "notify-subscriber-user-name", and "notify-user-data".
816 .SS DEPRECATED DIRECTIVES
817 The following directives are deprecated and will be removed in a future release of CUPS:
818 .\"#Classification
819 .TP 5
820 \fBClassification \fIbanner\fR
821 .br
822 Specifies the security classification of the server.
823 Any valid banner name can be used, including "classified", "confidential", "secret", "topsecret", and "unclassified", or the banner can be omitted to disable secure printing functions.
824 The default is no classification banner.
825 .\"#ClassifyOverride
826 .TP 5
827 \fBClassifyOverride Yes\fR
828 .TP 5
829 \fBClassifyOverride No\fR
830 .br
831 Specifies whether users may override the classification (cover page) of individual print jobs using the "job-sheets" option.
832 The default is "No".
833 .\"#PageLogFormat
834 .TP 5
835 \fBPageLogFormat \fIformat-string\fR
836 Specifies the format of PageLog lines.
837 Sequences beginning with percent (%) characters are replaced with the corresponding information, while all other characters are copied literally.
838 The following percent sequences are recognized:
839 .nf
840
841 "%%" inserts a single percent character.
842 "%{name}" inserts the value of the specified IPP attribute.
843 "%C" inserts the number of copies for the current page.
844 "%P" inserts the current page number.
845 "%T" inserts the current date and time in common log format.
846 "%j" inserts the job ID.
847 "%p" inserts the printer name.
848 "%u" inserts the username.
849
850 .fi
851 The default is the empty string, which disables page logging.
852 The string "%p %u %j %T %P %C %{job-billing} %{job-originating-host-name} %{job-name} %{media} %{sides}" creates a page log with the standard items.
853 Use "%{job-impressions-completed}" to insert the number of pages (sides) that were printed, or "%{job-media-sheets-completed}" to insert the number of sheets that were printed.
854 .\"#RIPCache
855 .TP 5
856 \fBRIPCache \fIsize\fR
857 Specifies the maximum amount of memory to use when converting documents into bitmaps for a printer.
858 The default is "128m".
859 .SH CONFORMING TO
860 The \fBcupsd.conf\fR file format is based on the Apache HTTP Server configuration file format.
861 .SH EXAMPLES
862 Log everything with a maximum log file size of 32 megabytes:
863 .nf
864
865 AccessLogLevel all
866 LogLevel debug2
867 MaxLogSize 32m
868
869 .fi
870 Require authentication for accesses from outside the 10. network:
871 .nf
872
873 <Location />
874 Order allow,deny
875 Allow from 10./8
876 AuthType Basic
877 Require valid-user
878 Satisfy any
879 </Location>
880 .fi
881 .SH SEE ALSO
882 .BR classes.conf (5),
883 .BR cups-files.conf (5),
884 .BR cupsd (8),
885 .BR mime.convs (5),
886 .BR mime.types (5),
887 .BR printers.conf (5),
888 .BR subscriptions.conf (5),
889 CUPS Online Help (http://localhost:631/help)
890 .SH COPYRIGHT
891 Copyright \[co] 2007-2018 by Apple Inc.