2 .\" cupsd.conf man page for CUPS.
4 .\" Copyright 2007-2016 by Apple Inc.
5 .\" Copyright 1997-2006 by Easy Software Products.
7 .\" These coded instructions, statements, and computer programs are the
8 .\" property of Apple Inc. and are protected by Federal copyright
9 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 .\" which should have been included with this file. If this file is
11 .\" file is missing or damaged, see the license at "http://www.cups.org/".
13 .TH cupsd.conf 5 "CUPS" "21 June 2016" "Apple Inc."
15 cupsd.conf \- server configuration file for cups
19 file configures the CUPS scheduler,
21 It is normally located in the
24 \fBNote:\fR File, directory, and user configuration directives that used to be allowed in the \fBcupsd.conf\fR file are now stored in the
25 .BR cups-files.conf (5)
26 file instead in order to prevent certain types of privilege escalation attacks.
28 Each line in the file can be a configuration directive, a blank line, or a comment.
29 Configuration directives typically consist of a name and zero or more values separated by whitespace.
30 The configuration directive name and values are case-insensitive.
31 Comment lines start with the # character.
32 .SS TOP-LEVEL DIRECTIVES
33 The following top-level directives are understood by
37 \fBAccessLogLevel config\fR
39 \fBAccessLogLevel actions\fR
41 \fBAccessLogLevel all\fR
42 Specifies the logging level for the AccessLog file.
43 The "config" level logs when printers and classes are added, deleted, or modified and when configuration files are accessed or updated.
44 The "actions" level logs when print jobs are submitted, held, released, modified, or canceled, and any of the conditions for "config".
45 The "all" level logs all requests.
46 The default access log level is "actions".
49 \fBAutoPurgeJobs Yes\fR
51 \fBAutoPurgeJobs No\fR
53 Specifies whether to purge job history data automatically when it is no longer required for quotas.
55 .\"#BrowseLocalProtocols
57 \fBBrowseLocalProtocols all\fR
59 \fBBrowseLocalProtocols dnssd\fR
61 \fBBrowseLocalProtocols none\fR
62 Specifies which protocols to use for local printer sharing.
63 The default is "dnssd" on systems that support Bonjour and "none" otherwise.
70 Specifies whether the CUPS web interface is advertised.
78 Specifies whether shared printers are advertised.
82 \fBClassification \fIbanner\fR
84 Specifies the security classification of the server.
85 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.
86 The default is no classification banner.
89 \fBClassifyOverride Yes\fR
91 \fBClassifyOverride No\fR
93 Specifies whether users may override the classification (cover page) of individual print jobs using the "job-sheets" option.
97 \fBDefaultAuthType Basic\fR
99 \fBDefaultAuthType Negotiate\fR
101 Specifies the default type of authentication to use.
102 The default is "Basic".
103 .\"#DefaultEncryption
105 \fBDefaultEncryption Never\fR
107 \fBDefaultEncryption IfRequested\fR
109 \fBDefaultEncryption Required\fR
110 Specifies whether encryption will be used for authenticated requests.
111 The default is "Required".
114 \fBDefaultLanguage \fIlocale\fR
115 Specifies the default language to use for text and web content.
119 \fBDefaultPaperSize Auto\fR
121 \fBDefaultPaperSize None\fR
123 \fBDefaultPaperSize \fIsizename\fR
124 Specifies the default paper size for new print queues. "Auto" uses a locale-specific default, while "None" specifies there is no default paper size.
125 Specific size names are typically "Letter" or "A4".
126 The default is "Auto".
129 \fBDefaultPolicy \fIpolicy-name\fR
130 Specifies the default access policy to use.
131 The default access policy is "default".
134 \fBDefaultShared Yes\fR
136 \fBDefaultShared No\fR
137 Specifies whether local printers are shared by default.
138 The default is "Yes".
139 .\"#DirtyCleanInterval
141 \fBDirtyCleanInterval \fIseconds\fR
142 Specifies the delay for updating of configuration and state files.
143 A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds.
144 The default value is "30".
147 \fBErrorPolicy abort-job\fR
148 Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
150 \fBErrorPolicy retry-job\fR
151 Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
153 \fBErrorPolicy retry-this-job\fR
154 Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
156 \fBErrorPolicy stop-printer\fR
157 Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
160 \fBFilterLimit \fIlimit\fR
161 Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems.
162 A limit of 0 disables filter limiting.
163 An average print to a non-PostScript printer needs a filter limit of about 200.
164 A PostScript printer needs about half that (100).
165 Setting the limit below these thresholds will effectively limit the scheduler to printing a single job at any time.
166 The default limit is "0".
169 \fBFilterNice \fInice-value\fR
170 Specifies the scheduling priority (
172 value) of filters that are run to print a job.
173 The nice value ranges from 0, the highest priority, to 19, the lowest priority.
177 \fBGSSServiceName \fIname\fR
178 Specifies the service name when using Kerberos authentication.
179 The default service name is "http."
182 \fBHostNameLookups On\fR
184 \fBHostNameLookups Off\fR
186 \fBHostNameLookups Double\fR
187 Specifies whether to do reverse lookups on connecting clients.
188 The "Double" setting causes
190 to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
191 Double lookups also prevent clients with unregistered addresses from connecting to your server.
192 The default is "Off" to avoid the potential server performance problems with hostname lookups.
193 Only set this option to "On" or "Double" if absolutely required.
196 \fBIdleExitTimeout \fIseconds\fR
197 Specifies the length of time to wait before shutting down due to inactivity.
198 The default is "60" seconds.
199 Note: Only applicable when
201 is run on-demand (e.g., with \fB-l\fR).
204 \fBJobKillDelay \fIseconds\fR
205 Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
209 \fBJobRetryInterval \fIseconds\fR
210 Specifies the interval between retries of jobs in seconds.
211 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".
215 \fBJobRetryLimit \fIcount\fR
216 Specifies the number of retries that are done for jobs.
217 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".
224 Specifies whether to support HTTP keep-alive connections.
225 The default is "Yes".
228 \fBKeepAliveTimeout \fIseconds\fR
229 Specifies how long an idle client connection remains open.
233 \fB<Limit \fIoperation \fR...\fB> \fR... \fB</Limit>\fR
234 Specifies the IPP operations that are being limited inside a Policy section. IPP operation names are listed below in the section "IPP OPERATIONS".
237 \fB<Limit \fImethod \fR...\fB> \fR... \fB</Limit>\fR
240 \fB<LimitExcept \fImethod \fR...\fB> \fR... \fB</LimitExcept>\fR
241 Specifies the HTTP methods that are being limited inside a Location section. HTTP method names are listed below in the section "HTTP METHODS".
244 \fBLimitRequestBody \fIsize\fR
245 Specifies the maximum size of print files, IPP requests, and HTML form data.
246 The default is "0" which disables the limit check.
249 \fBListen \fIipv4-address\fB:\fIport\fR
251 \fBListen [\fIipv6-address\fB]:\fIport\fR
253 \fBListen *:\fIport\fR
255 \fBListen \fI/path/to/domain/socket\fR
256 Listens to the specified address and port or domain socket path for connections.
257 Multiple Listen directives can be provided to listen on multiple addresses.
258 The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
261 \fBListenBackLog \fInumber\fR
262 Specifies the number of pending connections that will be allowed.
263 This normally only affects very busy servers that have reached the MaxClients limit, but can also be triggered by large numbers of simultaneous connections.
264 When the limit is reached, the operating system will refuse additional connections until the scheduler can accept the pending ones.
265 The default is the OS-defined default limit, typically either "5" for older operating systems or "128" for newer operating systems.
268 \fB<Location \fI/path\fB> \fR... \fB</Location>\fR
269 Specifies access control for the named location.
270 Paths are documented below in the section "LOCATION PATHS".
273 \fBLogDebugHistory \fInumber\fR
274 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.
289 \fBLogLevel \fRnotice
295 \fBLogLevel \fRdebug2
296 Specifies the level of logging for the ErrorLog file.
297 The value "none" stops all logging while "debug2" logs everything.
298 The default is "warn".
301 \fBLogTimeFormat \fRstandard
303 \fBLogTimeFormat \fRusecs
304 Specifies the format of the date and time in the log files.
305 The value "standard" is the default and logs whole seconds while "usecs" logs microseconds.
308 \fBMaxClients \fInumber\fR
309 Specifies the maximum number of simultaneous clients that are allowed by the scheduler.
310 The default is "100".
313 \fBMaxClientsPerHost \fInumber\fR
314 Specifies the maximum number of simultaneous clients that are allowed from a
316 The default is the MaxClients value.
319 \fBMaxCopies \fInumber\fR
320 Specifies the maximum number of copies that a user can print of each job.
321 The default is "9999".
324 \fBMaxHoldTime \fIseconds\fR
325 Specifies the maximum time a job may remain in the "indefinite" hold state before it is canceled.
326 The default is "0" which disables cancellation of held jobs.
329 \fBMaxJobs \fInumber\fR
330 Specifies the maximum number of simultaneous jobs that are allowed.
331 Set to "0" to allow an unlimited number of jobs.
332 The default is "500".
333 .\"#MaxJobsPerPrinter
335 \fBMaxJobsPerPrinter \fInumber\fR
336 Specifies the maximum number of simultaneous jobs that are allowed per printer.
337 The default is "0" which allows up to MaxJobs jobs per printer.
340 \fBMaxJobsPerUser \fInumber\fR
341 Specifies the maximum number of simultaneous jobs that are allowed per user.
342 The default is "0" which allows up to MaxJobs jobs per user.
345 \fBMaxJobTime \fIseconds\fR
346 Specifies the maximum time a job may take to print before it is canceled.
347 Set to "0" to disable cancellation of "stuck" jobs.
348 The default is "10800" (3 hours).
351 \fBMaxLogSize \fIsize\fR
352 Specifies the maximum size of the log files before they are rotated.
353 The value "0" disables log rotation.
354 The default is "1048576" (1MB).
355 .\"#MultipleOperationTimeout
357 \fBMultipleOperationTimeout \fIseconds\fR
358 Specifies the maximum amount of time to allow between files in a multiple file print job.
359 The default is "300" (5 minutes).
362 \fBPageLogFormat \fIformat-string\fR
363 Specifies the format of PageLog lines.
364 Sequences beginning with percent (%) characters are replaced with the corresponding information, while all other characters are copied literally.
365 The following percent sequences are recognized:
368 "%%" inserts a single percent character.
369 "%{name}" inserts the value of the specified IPP attribute.
370 "%C" inserts the number of copies for the current page.
371 "%P" inserts the current page number.
372 "%T" inserts the current date and time in common log format.
373 "%j" inserts the job ID.
374 "%p" inserts the printer name.
375 "%u" inserts the username.
378 The default is the empty string, which disables page logging.
379 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.
382 \fBPassEnv \fIvariable \fR[ ... \fIvariable \fR]
383 Passes the specified environment variable(s) to child processes.
386 \fB<Policy \fIname\fB> \fR... \fB</Policy>\fR
387 Specifies access control for the named policy.
391 Listens to the specified port number for connections.
394 \fBPreserveJobFiles Yes\fR
396 \fBPreserveJobFiles No\fR
398 \fBPreserveJobFiles \fIseconds\fR
399 Specifies whether job files (documents) are preserved after a job is printed.
400 If a numeric value is specified, job files are preserved for the indicated number of seconds after printing.
401 The default is "86400" (preserve 1 day).
402 .\"#PreserveJobHistory
404 \fBPreserveJobHistory Yes\fR
406 \fBPreserveJobHistory No\fR
408 \fBPreserveJobHistory \fIseconds\fR
409 Specifies whether the job history is preserved after a job is printed.
410 If a numeric value is specified, the job history is preserved for the indicated number of seconds after printing.
411 If "Yes", the job history is preserved until the MaxJobs limit is reached.
412 The default is "Yes".
415 \fBReloadTimeout \fIseconds\fR
416 Specifies the amount of time to wait for job completion before restarting the scheduler.
420 \fBRIPCache \fIsize\fR
421 Specifies the maximum amount of memory to use when converting documents into bitmaps for a printer.
422 The default is "128m".
425 \fBServerAdmin \fIemail-address\fR
426 Specifies the email address of the server administrator.
427 The default value is "root@ServerName".
430 \fBServerAlias \fIhostname \fR[ ... \fIhostname \fR]
433 The ServerAlias directive is used for HTTP Host header validation when clients connect to the scheduler from external interfaces.
434 Using the special name "*" can expose your system to known browser-based DNS rebinding attacks, even when accessing sites through a firewall.
435 If the auto-discovery of alternate names does not work, we recommend listing each alternate name with a ServerAlias directive instead of using "*".
438 \fBServerName \fIhostname\fR
439 Specifies the fully-qualified hostname of the server.
440 The default is the value reported by the
445 \fBServerTokens None\fR
447 \fBServerTokens ProductOnly\fR
449 \fBServerTokens Major\fR
451 \fBServerTokens Minor\fR
453 \fBServerTokens Minimal\fR
455 \fBServerTokens OS\fR
457 \fBServerTokens Full\fR
458 Specifies what information is included in the Server header of HTTP responses.
459 "None" disables the Server header.
460 "ProductOnly" reports "CUPS".
461 "Major" reports "CUPS 2".
462 "Minor" reports "CUPS 2.0".
463 "Minimal" reports "CUPS 2.0.0".
464 "OS" reports "CUPS 2.0.0 (UNAME)" where UNAME is the output of the
467 "Full" reports "CUPS 2.0.0 (UNAME) IPP/2.0".
468 The default is "Minimal".
471 \fBSetEnv \fIvariable value\fR
472 Set the specified environment variable to be passed to child processes.
475 \fBSSLListen \fIipv4-address\fB:\fIport\fR
477 \fBSSLListen [\fIipv6-address\fB]:\fIport\fR
479 \fBSSLListen *:\fIport\fR
480 Listens on the specified address and port for encrypted connections.
483 \fBSSLOptions \fR[\fIAllowRC4\fR] [\fIAllowSSL3\fR]
485 \fBSSLOptions None\fR
486 Sets encryption options.
487 By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
488 The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients that do not implement newer ones.
489 The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
492 \fBSSLPort \fIport\fR
493 Listens on the specified port for encrypted connections.
494 .\"#StrictConformance
496 \fBStrictConformance Yes\fR
498 \fBStrictConformance No\fR
499 Specifies whether the scheduler requires clients to strictly adhere to the IPP specifications.
503 \fBTimeout \fIseconds\fR
504 Specifies the HTTP request timeout.
505 The default is "300" (5 minutes).
508 \fBWebInterface yes\fR
510 \fBWebInterface no\fR
511 Specifies whether the web interface is enabled.
513 .SS HTTP METHOD NAMES
514 The following HTTP methods are supported by
518 Used by a client to download icons and other printer resources and to access the CUPS web interface.
521 Used by a client to get the type, size, and modification date of resources.
524 Used by a client to establish a secure (SSL/TLS) connection.
527 Used by a client to submit IPP requests and HTML forms from the CUPS web interface.
530 Used by a client to upload configuration files.
531 .SS IPP OPERATION NAMES
532 The following IPP operations are supported by
536 Allows a printer to accept new jobs.
538 CUPS\-Add\-Modify\-Class
539 Adds or modifies a printer class.
541 CUPS\-Add\-Modify\-Printer
542 Adds or modifies a printer.
544 CUPS\-Authenticate\-Job
545 Releases a job that is held for authentication.
548 Deletes a printer class.
550 CUPS\-Delete\-Printer
554 Gets a list of printer classes.
557 Gets the server default printer or printer class.
560 Gets a list of devices that are currently available.
563 Gets a document file for a job.
569 Gets a list of installed PPD files.
572 Gets a list of printers.
578 Prevents a printer from accepting new jobs.
581 Sets the server default printer or printer class.
587 Cancels one or more jobs.
590 Cancels one or more jobs creates by a user.
593 Cancels a subscription.
596 Closes a job that is waiting for more documents.
599 Creates a new job with no documents.
601 Create\-Job\-Subscriptions
602 Creates a subscription for job events.
604 Create\-Printer\-Subscriptions
605 Creates a subscription for printer events.
608 Gets information about a job.
614 Gets a list of event notifications for a subscription.
616 Get\-Printer\-Attributes
617 Gets information about a printer or printer class.
619 Get\-Subscription\-Attributes
620 Gets information about a subscription.
623 Gets a list of subscriptions.
626 Holds a job from printing.
629 Holds all new jobs from printing.
632 Stops processing of jobs by a printer or printer class.
634 Pause\-Printer\-After\-Current\-Job
635 Stops processing of jobs by a printer or printer class after the current job is finished.
638 Creates a new job with a single document.
641 Cancels one or more jobs and deletes the job history.
643 Release\-Held\-New\-Jobs
644 Allows previously held jobs to print.
647 Allows a job to print.
650 Renews a subscription.
653 Reprints a job, if possible.
656 Adds a document to a job.
659 Changes job information.
661 Set\-Printer\-Attributes
662 Changes printer or printer class information.
665 Validates options for a new job.
667 The following paths are commonly used when configuring
671 The path for all get operations (get-printers, get-jobs, etc.)
674 The path for all administration operations (add-printer, delete-printer, start-printer, etc.)
677 The path for access to the CUPS configuration files (cupsd.conf, client.conf, etc.)
680 The path for access to the CUPS log files (access_log, error_log, page_log)
683 The path for all printer classes
686 The resource for the named printer class
689 The path for all jobs (hold-job, release-job, etc.)
692 The path for the specified job.
695 The path for all printers
698 The path for the named printer
701 The icon file path for the named printer
704 The PPD file path for the named printer
705 .SS DIRECTIVES VALID WITHIN LOCATION AND LIMIT SECTIONS
706 The following directives may be placed inside Location and Limit sections in the \fBcupsd.conf\fR file:
712 \fBAllow \fIhost.domain.com\fR
714 \fBAllow *.\fIdomain.com\fR
716 \fBAllow \fIipv4-address\fR
718 \fBAllow \fIipv4-address\fB/\fInetmask\fR
720 \fBAllow \fIipv4-address\fB/\fImm\fR
722 \fBAllow [\fIipv6-address\fB]\fR
724 \fBAllow [\fIipv6-address\fB]/\fImm\fR
726 \fBAllow @IF(\fIname\fB)\fR
729 Allows access from the named hosts, domains, addresses, or interfaces.
730 The Order directive controls whether Allow lines are evaluated before or after Deny lines.
736 \fBAuthType Default\fR
738 \fBAuthType Negotiate\fR
739 Specifies the type of authentication required.
740 The value "Default" corresponds to the DefaultAuthType value.
746 \fBDeny \fIhost.domain.com\fR
748 \fBDeny *.\fIdomain.com\fR
750 \fBDeny \fIipv4-address\fR
752 \fBDeny \fIipv4-address\fB/\fInetmask\fR
754 \fBDeny \fIipv4-address\fB/\fImm\fR
756 \fBDeny [\fIipv6-address\fB]\fR
758 \fBDeny [\fIipv6-address\fB]/\fImm\fR
760 \fBDeny @IF(\fIname\fB)\fR
763 Denies access from the named hosts, domains, addresses, or interfaces.
764 The Order directive controls whether Deny lines are evaluated before or after Allow lines.
766 \fBEncryption IfRequested\fR
768 \fBEncryption Never\fR
770 \fBEncryption Required\fR
771 Specifies the level of encryption that is required for a particular location.
772 The default value is "IfRequested".
774 \fBOrder allow,deny\fR
775 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.
777 \fBOrder deny,allow\fR
778 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.
780 \fBRequire group \fIgroup-name \fR[ \fIgroup-name \fR... ]
781 Specifies that an authenticated user must be a member of one of the named groups.
783 \fBRequire user {\fIuser-name\fR|\fB@\fIgroup-name\fR} ...
784 Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
785 The group name "@SYSTEM" corresponds to the list of groups defined by the SystemGroup directive in the
786 .BR cups-files.conf (5)
788 The group name "@OWNER" corresponds to the owner of the resource, for example the person that submitted a print job.
789 Note: The 'root' user is not special and must be granted privileges like any other user account.
791 \fBRequire valid-user\fR
792 Specifies that any authenticated user is acceptable.
795 Specifies that all Allow, AuthType, Deny, Order, and Require conditions must be satisfied to allow access.
798 Specifies that any a client may access a resource if either the authentication (AuthType/Require) or address (Allow/Deny/Order) conditions are satisfied.
799 For example, this can be used to require authentication only for remote accesses.
800 .SS DIRECTIVES VALID WITHIN POLICY SECTIONS
801 The following directives may be placed inside Policy sections in the \fBcupsd.conf\fR file:
803 \fBJobPrivateAccess all\fR
805 \fBJobPrivateAccess default\fR
807 \fBJobPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
808 Specifies an access list for a job's private values.
809 The "default" access list is "@OWNER @SYSTEM".
810 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
811 "@OWNER" maps to the job's owner.
812 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
813 .BR cups-files.conf (5)
816 \fBJobPrivateValues all\fR
818 \fBJobPrivateValues default\fR
820 \fBJobPrivateValues none\fR
822 \fBJobPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
823 Specifies the list of job values to make private.
824 The "default" values are "job-name", "job-originating-host-name", "job-originating-user-name", and "phone".
826 \fBSubscriptionPrivateAccess all\fR
828 \fBSubscriptionPrivateAccess default\fR
830 \fBSubscriptionPrivateAccess \fR{\fIuser\fR|\fB@\fIgroup\fR|\fB@ACL\fR|\fB@OWNER\fR|\fB@SYSTEM\fR} ...
831 Specifies an access list for a subscription's private values.
832 The "default" access list is "@OWNER @SYSTEM".
833 "@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
834 "@OWNER" maps to the job's owner.
835 "@SYSTEM" maps to the groups listed for the SystemGroup directive in the
836 .BR cups-files.conf (5)
839 \fBSubscriptionPrivateValues all\fR
841 \fBSubscriptionPrivateValues default\fR
843 \fBSubscriptionPrivateValues none\fR
845 \fBSubscriptionPrivateValues \fIattribute-name \fR[ ... \fIattribute-name \fR]
846 Specifies the list of subscription values to make private.
847 The "default" values are "notify-events", "notify-pull-method", "notify-recipient-uri", "notify-subscriber-user-name", and "notify-user-data".
849 The \fBcupsd.conf\fR file format is based on the Apache HTTP Server configuration file format.
851 Log everything with a maximum log file size of 32 megabytes:
859 Require authentication for accesses from outside the 10. network:
871 .BR classes.conf (5),
872 .BR cups-files.conf (5),
876 .BR printers.conf (5),
877 .BR subscriptions.conf (5),
878 CUPS Online Help (http://localhost:631/help)
880 Copyright \[co] 2007-2016 by Apple Inc.