]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupsd.conf.html
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / doc / help / man-cupsd.conf.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>cupsd.conf(5)</title>
7</head>
8<body>
9<h1 class="title">cupsd.conf(5)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11cupsd.conf - server configuration file for cups
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
c390f212
MS
13The
14<i>cupsd.conf</i>
15file configures the CUPS scheduler,
696f74ae 16<b>cupsd</b>(8).
651e0a22
MS
17It is normally located in the
18<i>/etc/cups</i>
25d0c3fe 19directory.
51c22b86 20Each line in the file can be a configuration directive, a blank line, or a comment.
25d0c3fe
MS
21Configuration directives typically consist of a name and zero or more values separated by whitespace.
22The configuration directive name and values are case-insensitive.
23Comment lines start with the # character.
24<h3><a name="TOP_LEVEL_DIRECTIVES">Top-level Directives</a></h3>
25The following top-level directives are understood by
696f74ae 26<b>cupsd</b>(8):
2909c66c 27<dl class="man">
37d9646b 28<dt><a name="AccessLogLevel"></a><b>AccessLogLevel config</b>
25d0c3fe
MS
29<dd style="margin-left: 5.0em"><dt><b>AccessLogLevel actions</b>
30<dd style="margin-left: 5.0em"><dt><b>AccessLogLevel all</b>
c390f212 31<dd style="margin-left: 5.0em">Specifies the logging level for the AccessLog file.
25d0c3fe
MS
32The "config" level logs when printers and classes are added, deleted, or modified and when configuration files are accessed or updated.
33The "actions" level logs when print jobs are submitted, held, released, modified, or canceled, and any of the conditions for "config".
34The "all" level logs all requests.
35The default access log level is "actions".
37d9646b 36<dt><a name="AutoPurgeJobs"></a><b>AutoPurgeJobs Yes</b>
25d0c3fe 37<dd style="margin-left: 5.0em"><dt><b>AutoPurgeJobs No</b>
2909c66c 38<dd style="margin-left: 5.0em"><br>
25d0c3fe
MS
39Specifies whether to purge job history data automatically when it is no longer required for quotas.
40The default is "No".
dda99de9
MS
41<dt><a name="BrowseDNSSDSubTypes"></a><b>BrowseDNSSDSubTypes</b><i>_subtype[,...]</i>
42<dd style="margin-left: 5.0em">Specifies a list of Bonjour sub-types to advertise for each shared printer.
43For example, "BrowseDNSSDSubTypes _cups,_print" will tell network clients that both CUPS sharing and IPP Everywhere are supported.
44The default is "_cups" which is necessary for printer sharing to work between systems using CUPS.
37d9646b 45<dt><a name="BrowseLocalProtocols"></a><b>BrowseLocalProtocols all</b>
25d0c3fe
MS
46<dd style="margin-left: 5.0em"><dt><b>BrowseLocalProtocols dnssd</b>
47<dd style="margin-left: 5.0em"><dt><b>BrowseLocalProtocols none</b>
48<dd style="margin-left: 5.0em">Specifies which protocols to use for local printer sharing.
49The default is "dnssd" on systems that support Bonjour and "none" otherwise.
37d9646b 50<dt><a name="BrowseWebIF"></a><b>BrowseWebIF Yes</b>
25d0c3fe 51<dd style="margin-left: 5.0em"><dt><b>BrowseWebIF No</b>
2909c66c 52<dd style="margin-left: 5.0em"><br>
25d0c3fe
MS
53Specifies whether the CUPS web interface is advertised.
54The default is "No".
37d9646b 55<dt><a name="Browsing"></a><b>Browsing Yes</b>
25d0c3fe 56<dd style="margin-left: 5.0em"><dt><b>Browsing No</b>
2909c66c 57<dd style="margin-left: 5.0em"><br>
25d0c3fe
MS
58Specifies whether shared printers are advertised.
59The default is "No".
37d9646b 60<dt><a name="DefaultAuthType"></a><b>DefaultAuthType Basic</b>
25d0c3fe 61<dd style="margin-left: 5.0em"><dt><b>DefaultAuthType Negotiate</b>
2909c66c 62<dd style="margin-left: 5.0em"><br>
c277f98c 63Specifies the default type of authentication to use.
25d0c3fe 64The default is "Basic".
37d9646b 65<dt><a name="DefaultEncryption"></a><b>DefaultEncryption Never</b>
25d0c3fe
MS
66<dd style="margin-left: 5.0em"><dt><b>DefaultEncryption IfRequested</b>
67<dd style="margin-left: 5.0em"><dt><b>DefaultEncryption Required</b>
68<dd style="margin-left: 5.0em">Specifies whether encryption will be used for authenticated requests.
69The default is "Required".
37d9646b 70<dt><a name="DefaultLanguage"></a><b>DefaultLanguage </b><i>locale</i>
c390f212 71<dd style="margin-left: 5.0em">Specifies the default language to use for text and web content.
25d0c3fe 72The default is "en".
37d9646b 73<dt><a name="DefaultPaperSize"></a><b>DefaultPaperSize Auto</b>
25d0c3fe
MS
74<dd style="margin-left: 5.0em"><dt><b>DefaultPaperSize None</b>
75<dd style="margin-left: 5.0em"><dt><b>DefaultPaperSize </b><i>sizename</i>
76<dd style="margin-left: 5.0em">Specifies the default paper size for new print queues. "Auto" uses a locale-specific default, while "None" specifies there is no default paper size.
77Specific size names are typically "Letter" or "A4".
78The default is "Auto".
37d9646b 79<dt><a name="DefaultPolicy"></a><b>DefaultPolicy </b><i>policy-name</i>
c390f212 80<dd style="margin-left: 5.0em">Specifies the default access policy to use.
25d0c3fe 81The default access policy is "default".
37d9646b 82<dt><a name="DefaultShared"></a><b>DefaultShared Yes</b>
25d0c3fe 83<dd style="margin-left: 5.0em"><dt><b>DefaultShared No</b>
c390f212 84<dd style="margin-left: 5.0em">Specifies whether local printers are shared by default.
25d0c3fe 85The default is "Yes".
37d9646b 86<dt><a name="DirtyCleanInterval"></a><b>DirtyCleanInterval </b><i>seconds</i>
25d0c3fe
MS
87<dd style="margin-left: 5.0em">Specifies the delay for updating of configuration and state files.
88A value of 0 causes the update to happen as soon as possible, typically within a few milliseconds.
89The default value is "30".
dda99de9
MS
90<dt><a name="DNSSDHostName"></a><b>DNSSDHostName</b><i>hostname.example.com</i>
91<dd style="margin-left: 5.0em">Specifies the fully-qualified domain name for the server that is used for Bonjour sharing.
92The default is typically the server's ".local" hostname.
37d9646b 93<dt><a name="ErrorPolicy"></a><b>ErrorPolicy abort-job</b>
240214ef 94<dd style="margin-left: 5.0em">Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
b95156db
MS
95<dt><b>ErrorPolicy retry-current-job</b>
96<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
240214ef
MS
97<dt><b>ErrorPolicy retry-job</b>
98<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
240214ef
MS
99<dt><b>ErrorPolicy stop-printer</b>
100<dd style="margin-left: 5.0em">Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
37d9646b 101<dt><a name="FilterLimit"></a><b>FilterLimit </b><i>limit</i>
25d0c3fe
MS
102<dd style="margin-left: 5.0em">Specifies the maximum cost of filters that are run concurrently, which can be used to minimize disk, memory, and CPU resource problems.
103A limit of 0 disables filter limiting.
104An average print to a non-PostScript printer needs a filter limit of about 200.
105A PostScript printer needs about half that (100).
106Setting the limit below these thresholds will effectively limit the scheduler to printing a single job at any time.
107The default limit is "0".
37d9646b 108<dt><a name="FilterNice"></a><b>FilterNice </b><i>nice-value</i>
25d0c3fe
MS
109<dd style="margin-left: 5.0em">Specifies the scheduling priority (
110<b>nice</b>(8)
111value) of filters that are run to print a job.
112The nice value ranges from 0, the highest priority, to 19, the lowest priority.
113The default is 0.
37d9646b 114<dt><a name="GSSServiceName"></a><b>GSSServiceName </b><i>name</i>
25d0c3fe
MS
115<dd style="margin-left: 5.0em">Specifies the service name when using Kerberos authentication.
116The default service name is "http."
117<dt><b>HostNameLookups On</b>
37d9646b 118<dd style="margin-left: 5.0em"><dt><a name="HostNameLookups"></a><b>HostNameLookups Off</b>
25d0c3fe
MS
119<dd style="margin-left: 5.0em"><dt><b>HostNameLookups Double</b>
120<dd style="margin-left: 5.0em">Specifies whether to do reverse lookups on connecting clients.
121The "Double" setting causes
696f74ae 122<b>cupsd</b>(8)
25d0c3fe
MS
123to verify that the hostname resolved from the address matches one of the addresses returned for that hostname.
124Double lookups also prevent clients with unregistered addresses from connecting to your server.
125The default is "Off" to avoid the potential server performance problems with hostname lookups.
126Only set this option to "On" or "Double" if absolutely required.
c4412c12 127<dt><a name="IdleExitTimeout"></a><b>IdleExitTimeout </b><i>seconds</i>
08d027c3
MS
128<dd style="margin-left: 5.0em">Specifies the length of time to wait before shutting down due to inactivity.
129The default is "60" seconds.
130Note: Only applicable when
696f74ae 131<b>cupsd</b>(8)
c4412c12 132is run on-demand (e.g., with <b>-l</b>).
37d9646b 133<dt><a name="JobKillDelay"></a><b>JobKillDelay </b><i>seconds</i>
25d0c3fe
MS
134<dd style="margin-left: 5.0em">Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
135The default is "30".
37d9646b 136<dt><a name="JobRetryInterval"></a><b>JobRetryInterval </b><i>seconds</i>
c390f212 137<dd style="margin-left: 5.0em">Specifies the interval between retries of jobs in seconds.
25d0c3fe
MS
138This 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".
139The default is "30".
37d9646b 140<dt><a name="JobRetryLimit"></a><b>JobRetryLimit </b><i>count</i>
c390f212 141<dd style="margin-left: 5.0em">Specifies the number of retries that are done for jobs.
25d0c3fe
MS
142This 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".
143The default is "5".
37d9646b 144<dt><a name="KeepAlive"></a><b>KeepAlive Yes</b>
25d0c3fe 145<dd style="margin-left: 5.0em"><dt><b>KeepAlive No</b>
c390f212 146<dd style="margin-left: 5.0em">Specifies whether to support HTTP keep-alive connections.
25d0c3fe 147The default is "Yes".
37d9646b 148<dt><a name="LimitIPP"></a><b>&lt;Limit </b><i>operation </i>...<b>> </b>... <b>&lt;/Limit></b>
47eb8d30 149<dd style="margin-left: 5.0em">Specifies the IPP operations that are being limited inside a Policy section. IPP operation names are listed below in the section "IPP OPERATION NAMES".
37d9646b
MS
150<dt><a name="Limit"></a><b>&lt;Limit </b><i>method </i>...<b>> </b>... <b>&lt;/Limit></b>
151<dd style="margin-left: 5.0em"><dt><a name="LimitExcept"></a><b>&lt;LimitExcept </b><i>method </i>...<b>> </b>... <b>&lt;/LimitExcept></b>
47eb8d30 152<dd style="margin-left: 5.0em">Specifies the HTTP methods that are being limited inside a Location section. HTTP method names are listed below in the section "HTTP METHOD NAMES".
37d9646b 153<dt><a name="LimitRequestBody"></a><b>LimitRequestBody </b><i>size</i>
25d0c3fe
MS
154<dd style="margin-left: 5.0em">Specifies the maximum size of print files, IPP requests, and HTML form data.
155The default is "0" which disables the limit check.
37d9646b 156<dt><a name="Listen"></a><b>Listen </b><i>ipv4-address</i><b>:</b><i>port</i>
25d0c3fe
MS
157<dd style="margin-left: 5.0em"><dt><b>Listen [</b><i>ipv6-address</i><b>]:</b><i>port</i>
158<dd style="margin-left: 5.0em"><dt><b>Listen *:</b><i>port</i>
159<dd style="margin-left: 5.0em"><dt><b>Listen </b><i>/path/to/domain/socket</i>
160<dd style="margin-left: 5.0em">Listens to the specified address and port or domain socket path for connections.
161Multiple Listen directives can be provided to listen on multiple addresses.
162The Listen directive is similar to the Port directive but allows you to restrict access to specific interfaces or networks.
37d9646b 163<dt><a name="Location"></a><b>&lt;Location </b><i>/path</i><b>> </b>... <b>&lt;/Location></b>
c390f212 164<dd style="margin-left: 5.0em">Specifies access control for the named location.
25d0c3fe 165Paths are documented below in the section "LOCATION PATHS".
37d9646b 166<dt><a name="LogDebugHistory"></a><b>LogDebugHistory </b><i>number</i>
25d0c3fe 167<dd style="margin-left: 5.0em">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.
37d9646b 168<dt><a name="LogLevel"></a><b>LogLevel </b>none
25d0c3fe
MS
169<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>emerg
170<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>alert
171<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>crit
172<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>error
173<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>warn
174<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>notice
175<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>info
176<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>debug
177<dd style="margin-left: 5.0em"><dt><b>LogLevel </b>debug2
178<dd style="margin-left: 5.0em">Specifies the level of logging for the ErrorLog file.
179The value "none" stops all logging while "debug2" logs everything.
180The default is "warn".
37d9646b 181<dt><a name="LogTimeFormat"></a><b>LogTimeFormat </b>standard
25d0c3fe 182<dd style="margin-left: 5.0em"><dt><b>LogTimeFormat </b>usecs
c390f212 183<dd style="margin-left: 5.0em">Specifies the format of the date and time in the log files.
25d0c3fe 184The value "standard" is the default and logs whole seconds while "usecs" logs microseconds.
37d9646b 185<dt><a name="MaxClients"></a><b>MaxClients </b><i>number</i>
25d0c3fe
MS
186<dd style="margin-left: 5.0em">Specifies the maximum number of simultaneous clients that are allowed by the scheduler.
187The default is "100".
37d9646b 188<dt><a name="MaxClientPerHost"></a><b>MaxClientsPerHost </b><i>number</i>
25d0c3fe 189<dd style="margin-left: 5.0em">Specifies the maximum number of simultaneous clients that are allowed from a
94436c5a 190single address.
25d0c3fe 191The default is the MaxClients value.
37d9646b 192<dt><a name="MaxCopies"></a><b>MaxCopies </b><i>number</i>
c390f212 193<dd style="margin-left: 5.0em">Specifies the maximum number of copies that a user can print of each job.
25d0c3fe 194The default is "9999".
37d9646b 195<dt><a name="MaxHoldTime"></a><b>MaxHoldTime </b><i>seconds</i>
25d0c3fe
MS
196<dd style="margin-left: 5.0em">Specifies the maximum time a job may remain in the "indefinite" hold state before it is canceled.
197The default is "0" which disables cancellation of held jobs.
37d9646b 198<dt><a name="MaxJobs"></a><b>MaxJobs </b><i>number</i>
25d0c3fe
MS
199<dd style="margin-left: 5.0em">Specifies the maximum number of simultaneous jobs that are allowed.
200Set to "0" to allow an unlimited number of jobs.
201The default is "500".
37d9646b 202<dt><a name="MaxJobsPerPrinter"></a><b>MaxJobsPerPrinter </b><i>number</i>
25d0c3fe
MS
203<dd style="margin-left: 5.0em">Specifies the maximum number of simultaneous jobs that are allowed per printer.
204The default is "0" which allows up to MaxJobs jobs per printer.
37d9646b 205<dt><a name="MaxJobsPerUser"></a><b>MaxJobsPerUser </b><i>number</i>
25d0c3fe
MS
206<dd style="margin-left: 5.0em">Specifies the maximum number of simultaneous jobs that are allowed per user.
207The default is "0" which allows up to MaxJobs jobs per user.
37d9646b 208<dt><a name="MaxJobTime"></a><b>MaxJobTime </b><i>seconds</i>
25d0c3fe
MS
209<dd style="margin-left: 5.0em">Specifies the maximum time a job may take to print before it is canceled.
210Set to "0" to disable cancellation of "stuck" jobs.
211The default is "10800" (3 hours).
37d9646b 212<dt><a name="MaxLogSize"></a><b>MaxLogSize </b><i>size</i>
25d0c3fe
MS
213<dd style="margin-left: 5.0em">Specifies the maximum size of the log files before they are rotated.
214The value "0" disables log rotation.
215The default is "1048576" (1MB).
37d9646b 216<dt><a name="MultipleOperationTimeout"></a><b>MultipleOperationTimeout </b><i>seconds</i>
25d0c3fe 217<dd style="margin-left: 5.0em">Specifies the maximum amount of time to allow between files in a multiple file print job.
d6395c6f 218The default is "900" (15 minutes).
37d9646b 219<dt><a name="Policy"></a><b>&lt;Policy </b><i>name</i><b>> </b>... <b>&lt;/Policy></b>
c390f212 220<dd style="margin-left: 5.0em">Specifies access control for the named policy.
37d9646b 221<dt><a name="Port"></a><b>Port </b><i>number</i>
25d0c3fe 222<dd style="margin-left: 5.0em">Listens to the specified port number for connections.
37d9646b 223<dt><a name="PreserveJobFiles"></a><b>PreserveJobFiles Yes</b>
25d0c3fe
MS
224<dd style="margin-left: 5.0em"><dt><b>PreserveJobFiles No</b>
225<dd style="margin-left: 5.0em"><dt><b>PreserveJobFiles </b><i>seconds</i>
226<dd style="margin-left: 5.0em">Specifies whether job files (documents) are preserved after a job is printed.
227If a numeric value is specified, job files are preserved for the indicated number of seconds after printing.
228The default is "86400" (preserve 1 day).
37d9646b 229<dt><a name="PreserveJobHistory"></a><b>PreserveJobHistory Yes</b>
25d0c3fe
MS
230<dd style="margin-left: 5.0em"><dt><b>PreserveJobHistory No</b>
231<dd style="margin-left: 5.0em"><dt><b>PreserveJobHistory </b><i>seconds</i>
232<dd style="margin-left: 5.0em">Specifies whether the job history is preserved after a job is printed.
233If a numeric value is specified, the job history is preserved for the indicated number of seconds after printing.
234If "Yes", the job history is preserved until the MaxJobs limit is reached.
235The default is "Yes".
37d9646b 236<dt><a name="ReloadTimeout"></a><b>ReloadTimeout </b><i>seconds</i>
25d0c3fe
MS
237<dd style="margin-left: 5.0em">Specifies the amount of time to wait for job completion before restarting the scheduler.
238The default is "30".
37d9646b 239<dt><a name="ServerAdmin"></a><b>ServerAdmin </b><i>email-address</i>
c390f212 240<dd style="margin-left: 5.0em">Specifies the email address of the server administrator.
25d0c3fe 241The default value is "root@ServerName".
37d9646b 242<dt><a name="ServerAlias"></a><b>ServerAlias </b><i>hostname </i>[ ... <i>hostname </i>]
25d0c3fe
MS
243<dd style="margin-left: 5.0em"><dt><b>ServerAlias *</b>
244<dd style="margin-left: 5.0em">The ServerAlias directive is used for HTTP Host header validation when clients connect to the scheduler from external interfaces.
245Using the special name "*" can expose your system to known browser-based DNS rebinding attacks, even when accessing sites through a firewall.
246If the auto-discovery of alternate names does not work, we recommend listing each alternate name with a ServerAlias directive instead of using "*".
37d9646b 247<dt><a name="ServerName"></a><b>ServerName </b><i>hostname</i>
c390f212 248<dd style="margin-left: 5.0em">Specifies the fully-qualified hostname of the server.
25d0c3fe
MS
249The default is the value reported by the
250<b>hostname</b>(1)
251command.
37d9646b 252<dt><a name="ServerTokens"></a><b>ServerTokens None</b>
25d0c3fe
MS
253<dd style="margin-left: 5.0em"><dt><b>ServerTokens ProductOnly</b>
254<dd style="margin-left: 5.0em"><dt><b>ServerTokens Major</b>
255<dd style="margin-left: 5.0em"><dt><b>ServerTokens Minor</b>
256<dd style="margin-left: 5.0em"><dt><b>ServerTokens Minimal</b>
257<dd style="margin-left: 5.0em"><dt><b>ServerTokens OS</b>
258<dd style="margin-left: 5.0em"><dt><b>ServerTokens Full</b>
259<dd style="margin-left: 5.0em">Specifies what information is included in the Server header of HTTP responses.
260"None" disables the Server header.
261"ProductOnly" reports "CUPS".
dc84a5a4
MS
262"Major" reports "CUPS/major IPP/2".
263"Minor" reports "CUPS/major.minor IPP/2.1".
264"Minimal" reports "CUPS/major.minor.patch IPP/2.1".
265"OS" reports "CUPS/major.minor.path (osname osversion) IPP/2.1".
266"Full" reports "CUPS/major.minor.path (osname osversion; architecture) IPP/2.1".
25d0c3fe 267The default is "Minimal".
37d9646b 268<dt><a name="SSLListen"></a><b>SSLListen </b><i>ipv4-address</i><b>:</b><i>port</i>
25d0c3fe
MS
269<dd style="margin-left: 5.0em"><dt><b>SSLListen [</b><i>ipv6-address</i><b>]:</b><i>port</i>
270<dd style="margin-left: 5.0em"><dt><b>SSLListen *:</b><i>port</i>
c390f212 271<dd style="margin-left: 5.0em">Listens on the specified address and port for encrypted connections.
dda99de9 272<dt><a name="SSLOptions"></a><dt><b>SSLOptions </b>[<i>AllowDH</i>] [<i>AllowRC4</i>] [<i>AllowSSL3</i>] [<i>DenyCBC</i>] [<i>DenyTLS1.0</i>] [<i>MaxTLS1.0</i>] [<i>MaxTLS1.1</i>] [<i>MaxTLS1.2</i>] [<i>MaxTLS1.3</i>] [<i>MinTLS1.0</i>] [<i>MinTLS1.1</i>] [<i>MinTLS1.2</i>] [<i>MinTLS1.3</i>]
63aefcd5 273<dd style="margin-left: 5.0em"><dt><b>SSLOptions None</b>
dda99de9 274<dd style="margin-left: 5.0em">Sets encryption options (only in /etc/cups/client.conf).
63aefcd5 275By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
dda99de9
MS
276Security is reduced when <i>Allow</i> options are used.
277Security is enhanced when <i>Deny</i> options are used.
278The <i>AllowDH</i> option enables cipher suites using plain Diffie-Hellman key negotiation (not supported on systems using GNU TLS).
279The <i>AllowRC4</i> option enables the 128-bit RC4 cipher suites, which are required for some older clients.
63aefcd5 280The <i>AllowSSL3</i> option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
345e10ca
MS
281The <i>DenyCBC</i> option disables all CBC cipher suites.
282The <i>DenyTLS1.0</i> option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
dda99de9
MS
283The <i>MinTLS</i> options set the minimum TLS version to support.
284The <i>MaxTLS</i> options set the maximum TLS version to support.
285Not all operating systems support TLS 1.3 at this time.
37d9646b 286<dt><a name="SSLPort"></a><b>SSLPort </b><i>port</i>
c390f212 287<dd style="margin-left: 5.0em">Listens on the specified port for encrypted connections.
37d9646b 288<dt><a name="StrictConformance"></a><b>StrictConformance Yes</b>
25d0c3fe
MS
289<dd style="margin-left: 5.0em"><dt><b>StrictConformance No</b>
290<dd style="margin-left: 5.0em">Specifies whether the scheduler requires clients to strictly adhere to the IPP specifications.
291The default is "No".
37d9646b 292<dt><a name="Timeout"></a><b>Timeout </b><i>seconds</i>
25d0c3fe 293<dd style="margin-left: 5.0em">Specifies the HTTP request timeout.
f49af670 294The default is "900" (15 minutes).
37d9646b 295<dt><a name="WebInterface"></a><b>WebInterface yes</b>
25d0c3fe 296<dd style="margin-left: 5.0em"><dt><b>WebInterface no</b>
c390f212 297<dd style="margin-left: 5.0em">Specifies whether the web interface is enabled.
25d0c3fe
MS
298The default is "No".
299</dl>
300<h3><a name="HTTP_METHOD_NAMES">Http Method Names</a></h3>
301The following HTTP methods are supported by
696f74ae 302<b>cupsd</b>(8):
25d0c3fe
MS
303<dl class="man">
304<dt>GET
305<dd style="margin-left: 5.0em">Used by a client to download icons and other printer resources and to access the CUPS web interface.
306<dt>HEAD
307<dd style="margin-left: 5.0em">Used by a client to get the type, size, and modification date of resources.
308<dt>OPTIONS
309<dd style="margin-left: 5.0em">Used by a client to establish a secure (SSL/TLS) connection.
310<dt>POST
311<dd style="margin-left: 5.0em">Used by a client to submit IPP requests and HTML forms from the CUPS web interface.
312<dt>PUT
313<dd style="margin-left: 5.0em">Used by a client to upload configuration files.
314</dl>
315<h3><a name="IPP_OPERATION_NAMES">Ipp Operation Names</a></h3>
316The following IPP operations are supported by
696f74ae 317<b>cupsd</b>(8):
25d0c3fe
MS
318<dl class="man">
319<dt>CUPS-Accept-Jobs
320<dd style="margin-left: 5.0em">Allows a printer to accept new jobs.
321<dt>CUPS-Add-Modify-Class
322<dd style="margin-left: 5.0em">Adds or modifies a printer class.
323<dt>CUPS-Add-Modify-Printer
324<dd style="margin-left: 5.0em">Adds or modifies a printer.
325<dt>CUPS-Authenticate-Job
326<dd style="margin-left: 5.0em">Releases a job that is held for authentication.
327<dt>CUPS-Delete-Class
328<dd style="margin-left: 5.0em">Deletes a printer class.
329<dt>CUPS-Delete-Printer
330<dd style="margin-left: 5.0em">Deletes a printer.
331<dt>CUPS-Get-Classes
332<dd style="margin-left: 5.0em">Gets a list of printer classes.
333<dt>CUPS-Get-Default
334<dd style="margin-left: 5.0em">Gets the server default printer or printer class.
335<dt>CUPS-Get-Devices
336<dd style="margin-left: 5.0em">Gets a list of devices that are currently available.
337<dt>CUPS-Get-Document
338<dd style="margin-left: 5.0em">Gets a document file for a job.
339<dt>CUPS-Get-PPD
340<dd style="margin-left: 5.0em">Gets a PPD file.
341<dt>CUPS-Get-PPDs
342<dd style="margin-left: 5.0em">Gets a list of installed PPD files.
343<dt>CUPS-Get-Printers
344<dd style="margin-left: 5.0em">Gets a list of printers.
345<dt>CUPS-Move-Job
346<dd style="margin-left: 5.0em">Moves a job.
347<dt>CUPS-Reject-Jobs
348<dd style="margin-left: 5.0em">Prevents a printer from accepting new jobs.
349<dt>CUPS-Set-Default
350<dd style="margin-left: 5.0em">Sets the server default printer or printer class.
351<dt>Cancel-Job
352<dd style="margin-left: 5.0em">Cancels a job.
353<dt>Cancel-Jobs
354<dd style="margin-left: 5.0em">Cancels one or more jobs.
355<dt>Cancel-My-Jobs
356<dd style="margin-left: 5.0em">Cancels one or more jobs creates by a user.
357<dt>Cancel-Subscription
358<dd style="margin-left: 5.0em">Cancels a subscription.
359<dt>Close-Job
360<dd style="margin-left: 5.0em">Closes a job that is waiting for more documents.
361<dt>Create-Job
362<dd style="margin-left: 5.0em">Creates a new job with no documents.
363<dt>Create-Job-Subscriptions
364<dd style="margin-left: 5.0em">Creates a subscription for job events.
365<dt>Create-Printer-Subscriptions
366<dd style="margin-left: 5.0em">Creates a subscription for printer events.
367<dt>Get-Job-Attributes
368<dd style="margin-left: 5.0em">Gets information about a job.
369<dt>Get-Jobs
370<dd style="margin-left: 5.0em">Gets a list of jobs.
371<dt>Get-Notifications
372<dd style="margin-left: 5.0em">Gets a list of event notifications for a subscription.
373<dt>Get-Printer-Attributes
374<dd style="margin-left: 5.0em">Gets information about a printer or printer class.
375<dt>Get-Subscription-Attributes
376<dd style="margin-left: 5.0em">Gets information about a subscription.
377<dt>Get-Subscriptions
378<dd style="margin-left: 5.0em">Gets a list of subscriptions.
379<dt>Hold-Job
380<dd style="margin-left: 5.0em">Holds a job from printing.
381<dt>Hold-New-Jobs
382<dd style="margin-left: 5.0em">Holds all new jobs from printing.
383<dt>Pause-Printer
384<dd style="margin-left: 5.0em">Stops processing of jobs by a printer or printer class.
385<dt>Pause-Printer-After-Current-Job
386<dd style="margin-left: 5.0em">Stops processing of jobs by a printer or printer class after the current job is finished.
387<dt>Print-Job
388<dd style="margin-left: 5.0em">Creates a new job with a single document.
389<dt>Purge-Jobs
390<dd style="margin-left: 5.0em">Cancels one or more jobs and deletes the job history.
391<dt>Release-Held-New-Jobs
392<dd style="margin-left: 5.0em">Allows previously held jobs to print.
393<dt>Release-Job
394<dd style="margin-left: 5.0em">Allows a job to print.
395<dt>Renew-Subscription
396<dd style="margin-left: 5.0em">Renews a subscription.
397<dt>Restart-Job
398<dd style="margin-left: 5.0em">Reprints a job, if possible.
399<dt>Send-Document
400<dd style="margin-left: 5.0em">Adds a document to a job.
401<dt>Set-Job-Attributes
402<dd style="margin-left: 5.0em">Changes job information.
403<dt>Set-Printer-Attributes
404<dd style="margin-left: 5.0em">Changes printer or printer class information.
405<dt>Validate-Job
406<dd style="margin-left: 5.0em">Validates options for a new job.
c390f212 407</dl>
25d0c3fe
MS
408<h3><a name="LOCATION_PATHS">Location Paths</a></h3>
409The following paths are commonly used when configuring
696f74ae 410<b>cupsd</b>(8):
c390f212 411<dl class="man">
25d0c3fe
MS
412<dt>/
413<dd style="margin-left: 5.0em">The path for all get operations (get-printers, get-jobs, etc.)
414<dt>/admin
415<dd style="margin-left: 5.0em">The path for all administration operations (add-printer, delete-printer, start-printer, etc.)
416<dt>/admin/conf
417<dd style="margin-left: 5.0em">The path for access to the CUPS configuration files (cupsd.conf, client.conf, etc.)
418<dt>/admin/log
419<dd style="margin-left: 5.0em">The path for access to the CUPS log files (access_log, error_log, page_log)
420<dt>/classes
421<dd style="margin-left: 5.0em">The path for all printer classes
422<dt>/classes/name
423<dd style="margin-left: 5.0em">The resource for the named printer class
424<dt>/jobs
425<dd style="margin-left: 5.0em">The path for all jobs (hold-job, release-job, etc.)
426<dt>/jobs/id
47eb8d30 427<dd style="margin-left: 5.0em">The path for the specified job
25d0c3fe
MS
428<dt>/printers
429<dd style="margin-left: 5.0em">The path for all printers
430<dt>/printers/name
431<dd style="margin-left: 5.0em">The path for the named printer
432<dt>/printers/name.png
433<dd style="margin-left: 5.0em">The icon file path for the named printer
434<dt>/printers/name.ppd
435<dd style="margin-left: 5.0em">The PPD file path for the named printer
c390f212 436</dl>
25d0c3fe
MS
437<h3><a name="DIRECTIVES_VALID_WITHIN_LOCATION_AND_LIMIT_SECTIONS">Directives Valid Within Location And Limit Sections</a></h3>
438The following directives may be placed inside Location and Limit sections in the <b>cupsd.conf</b> file:
c390f212 439<dl class="man">
25d0c3fe
MS
440<dt><b>Allow all</b>
441<dd style="margin-left: 5.0em"><dt><b>Allow none</b>
442<dd style="margin-left: 5.0em"><dt><b>Allow </b><i>host.domain.com</i>
443<dd style="margin-left: 5.0em"><dt><b>Allow *.</b><i>domain.com</i>
444<dd style="margin-left: 5.0em"><dt><b>Allow </b><i>ipv4-address</i>
445<dd style="margin-left: 5.0em"><dt><b>Allow </b><i>ipv4-address</i><b>/</b><i>netmask</i>
446<dd style="margin-left: 5.0em"><dt><b>Allow </b><i>ipv4-address</i><b>/</b><i>mm</i>
447<dd style="margin-left: 5.0em"><dt><b>Allow [</b><i>ipv6-address</i><b>]</b>
448<dd style="margin-left: 5.0em"><dt><b>Allow [</b><i>ipv6-address</i><b>]/</b><i>mm</i>
449<dd style="margin-left: 5.0em"><dt><b>Allow @IF(</b><i>name</i><b>)</b>
450<dd style="margin-left: 5.0em"><dt><b>Allow @LOCAL</b>
451<dd style="margin-left: 5.0em">Allows access from the named hosts, domains, addresses, or interfaces.
242b4b9b
MS
452The @IF(name) form uses the current subnets configured for the named interface.
453The @LOCAL form uses the current subnets configured for all interfaces that are not point-to-point, for example Ethernet and Wi-Fi interfaces are used but DSL and VPN interfaces are not.
25d0c3fe
MS
454The Order directive controls whether Allow lines are evaluated before or after Deny lines.
455<dt><b>AuthType None</b>
456<dd style="margin-left: 5.0em"><dt><b>AuthType Basic</b>
457<dd style="margin-left: 5.0em"><dt><b>AuthType Default</b>
458<dd style="margin-left: 5.0em"><dt><b>AuthType Negotiate</b>
459<dd style="margin-left: 5.0em">Specifies the type of authentication required.
460The value "Default" corresponds to the DefaultAuthType value.
461<dt><b>Deny all</b>
462<dd style="margin-left: 5.0em"><dt><b>Deny none</b>
463<dd style="margin-left: 5.0em"><dt><b>Deny </b><i>host.domain.com</i>
464<dd style="margin-left: 5.0em"><dt><b>Deny *.</b><i>domain.com</i>
465<dd style="margin-left: 5.0em"><dt><b>Deny </b><i>ipv4-address</i>
466<dd style="margin-left: 5.0em"><dt><b>Deny </b><i>ipv4-address</i><b>/</b><i>netmask</i>
467<dd style="margin-left: 5.0em"><dt><b>Deny </b><i>ipv4-address</i><b>/</b><i>mm</i>
468<dd style="margin-left: 5.0em"><dt><b>Deny [</b><i>ipv6-address</i><b>]</b>
469<dd style="margin-left: 5.0em"><dt><b>Deny [</b><i>ipv6-address</i><b>]/</b><i>mm</i>
470<dd style="margin-left: 5.0em"><dt><b>Deny @IF(</b><i>name</i><b>)</b>
471<dd style="margin-left: 5.0em"><dt><b>Deny @LOCAL</b>
472<dd style="margin-left: 5.0em">Denies access from the named hosts, domains, addresses, or interfaces.
242b4b9b
MS
473The @IF(name) form uses the current subnets configured for the named interface.
474The @LOCAL form uses the current subnets configured for all interfaces that are not point-to-point, for example Ethernet and Wi-Fi interfaces are used but DSL and VPN interfaces are not.
25d0c3fe
MS
475The Order directive controls whether Deny lines are evaluated before or after Allow lines.
476<dt><b>Encryption IfRequested</b>
477<dd style="margin-left: 5.0em"><dt><b>Encryption Never</b>
478<dd style="margin-left: 5.0em"><dt><b>Encryption Required</b>
479<dd style="margin-left: 5.0em">Specifies the level of encryption that is required for a particular location.
480The default value is "IfRequested".
481<dt><b>Order allow,deny</b>
482<dd style="margin-left: 5.0em">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.
483<dt><b>Order deny,allow</b>
484<dd style="margin-left: 5.0em">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.
485<dt><b>Require group </b><i>group-name </i>[ <i>group-name </i>... ]
486<dd style="margin-left: 5.0em">Specifies that an authenticated user must be a member of one of the named groups.
487<dt><b>Require user {</b><i>user-name</i>|<b>@</b><i>group-name</i>} ...
488<dd style="margin-left: 5.0em">Specifies that an authenticated user must match one of the named users or be a member of one of the named groups.
489The group name "@SYSTEM" corresponds to the list of groups defined by the SystemGroup directive in the
696f74ae 490<b>cups-files.conf</b>(5)
25d0c3fe
MS
491file.
492The group name "@OWNER" corresponds to the owner of the resource, for example the person that submitted a print job.
b73a566c 493Note: The 'root' user is not special and must be granted privileges like any other user account.
25d0c3fe
MS
494<dt><b>Require valid-user</b>
495<dd style="margin-left: 5.0em">Specifies that any authenticated user is acceptable.
496<dt><b>Satisfy all</b>
497<dd style="margin-left: 5.0em">Specifies that all Allow, AuthType, Deny, Order, and Require conditions must be satisfied to allow access.
498<dt><b>Satisfy any</b>
499<dd style="margin-left: 5.0em">Specifies that any a client may access a resource if either the authentication (AuthType/Require) or address (Allow/Deny/Order) conditions are satisfied.
500For example, this can be used to require authentication only for remote accesses.
2909c66c 501</dl>
25d0c3fe
MS
502<h3><a name="DIRECTIVES_VALID_WITHIN_POLICY_SECTIONS">Directives Valid Within Policy Sections</a></h3>
503The following directives may be placed inside Policy sections in the <b>cupsd.conf</b> file:
504<dl class="man">
505<dt><b>JobPrivateAccess all</b>
506<dd style="margin-left: 5.0em"><dt><b>JobPrivateAccess default</b>
507<dd style="margin-left: 5.0em"><dt><b>JobPrivateAccess </b>{<i>user</i>|<b>@</b><i>group</i>|<b>@ACL</b>|<b>@OWNER</b>|<b>@SYSTEM</b>} ...
508<dd style="margin-left: 5.0em">Specifies an access list for a job's private values.
509The "default" access list is "@OWNER @SYSTEM".
510"@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
511"@OWNER" maps to the job's owner.
512"@SYSTEM" maps to the groups listed for the SystemGroup directive in the
696f74ae 513<b>cups-files.conf</b>(5)
25d0c3fe
MS
514file.
515<dt><b>JobPrivateValues all</b>
516<dd style="margin-left: 5.0em"><dt><b>JobPrivateValues default</b>
517<dd style="margin-left: 5.0em"><dt><b>JobPrivateValues none</b>
518<dd style="margin-left: 5.0em"><dt><b>JobPrivateValues </b><i>attribute-name </i>[ ... <i>attribute-name </i>]
519<dd style="margin-left: 5.0em">Specifies the list of job values to make private.
520The "default" values are "job-name", "job-originating-host-name", "job-originating-user-name", and "phone".
521<dt><b>SubscriptionPrivateAccess all</b>
522<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateAccess default</b>
523<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateAccess </b>{<i>user</i>|<b>@</b><i>group</i>|<b>@ACL</b>|<b>@OWNER</b>|<b>@SYSTEM</b>} ...
524<dd style="margin-left: 5.0em">Specifies an access list for a subscription's private values.
525The "default" access list is "@OWNER @SYSTEM".
526"@ACL" maps to the printer's requesting-user-name-allowed or requesting-user-name-denied values.
527"@OWNER" maps to the job's owner.
528"@SYSTEM" maps to the groups listed for the SystemGroup directive in the
696f74ae 529<b>cups-files.conf</b>(5)
25d0c3fe
MS
530file.
531<dt><b>SubscriptionPrivateValues all</b>
532<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateValues default</b>
533<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateValues none</b>
534<dd style="margin-left: 5.0em"><dt><b>SubscriptionPrivateValues </b><i>attribute-name </i>[ ... <i>attribute-name </i>]
535<dd style="margin-left: 5.0em">Specifies the list of subscription values to make private.
536The "default" values are "notify-events", "notify-pull-method", "notify-recipient-uri", "notify-subscriber-user-name", and "notify-user-data".
537</dl>
7c7347a3
MS
538<h3><a name="DEPRECATED_DIRECTIVES">Deprecated Directives</a></h3>
539The following directives are deprecated and will be removed in a future release of CUPS:
540<dl class="man">
541<dt><a name="Classification"></a><b>Classification </b><i>banner</i>
542<dd style="margin-left: 5.0em"><br>
543Specifies the security classification of the server.
544Any valid banner name can be used, including "classified", "confidential", "secret", "topsecret", and "unclassified", or the banner can be omitted to disable secure printing functions.
545The default is no classification banner.
546<dt><a name="ClassifyOverride"></a><b>ClassifyOverride Yes</b>
547<dd style="margin-left: 5.0em"><dt><b>ClassifyOverride No</b>
548<dd style="margin-left: 5.0em"><br>
549Specifies whether users may override the classification (cover page) of individual print jobs using the "job-sheets" option.
550The default is "No".
696f74ae
MS
551<dt><a name="ListenBackLog"></a><b>ListenBackLog </b><i>number</i>
552<dd style="margin-left: 5.0em">Specified the number of pending connections that will be allowed.
553The scheduler now uses the value "128" on all platforms.
7c7347a3
MS
554<dt><a name="PageLogFormat"></a><b>PageLogFormat </b><i>format-string</i>
555<dd style="margin-left: 5.0em">Specifies the format of PageLog lines.
556Sequences beginning with percent (%) characters are replaced with the corresponding information, while all other characters are copied literally.
557The following percent sequences are recognized:
558<pre class="man">
559
560 "%%" inserts a single percent character.
561 "%{name}" inserts the value of the specified IPP attribute.
562 "%C" inserts the number of copies for the current page.
563 "%P" inserts the current page number.
564 "%T" inserts the current date and time in common log format.
565 "%j" inserts the job ID.
566 "%p" inserts the printer name.
567 "%u" inserts the username.
568
569</pre>
570The default is the empty string, which disables page logging.
571The 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.
dda99de9 572Use "%{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.
7c7347a3
MS
573<dt><a name="RIPCache"></a><b>RIPCache </b><i>size</i>
574<dd style="margin-left: 5.0em">Specifies the maximum amount of memory to use when converting documents into bitmaps for a printer.
575The default is "128m".
576</dl>
51c22b86
MS
577<h2 class="title"><a name="NOTES">Notes</a></h2>
578File, directory, and user configuration directives that used to be allowed in the <b>cupsd.conf</b> file are now stored in the
696f74ae 579<b>cups-files.conf</b>(5)
51c22b86
MS
580file instead in order to prevent certain types of privilege escalation attacks.
581<p>The scheduler MUST be restarted manually after making changes to the <b>cupsd.conf</b> file.
582On Linux this is typically done using the
583<b>systemctl</b>(8)
584command, while on macOS the
585<b>launchctl</b>(8)
586command is used instead.
242b4b9b
MS
587<p>The @LOCAL macro name can be confusing since the system running
588<b>cupsd</b>
589often belongs to a different set of subnets from its clients.
25d0c3fe
MS
590<h2 class="title"><a name="CONFORMING_TO">Conforming To</a></h2>
591The <b>cupsd.conf</b> file format is based on the Apache HTTP Server configuration file format.
592<h2 class="title"><a name="EXAMPLES">Examples</a></h2>
593Log everything with a maximum log file size of 32 megabytes:
594<pre class="man">
595
596 AccessLogLevel all
597 LogLevel debug2
598 MaxLogSize 32m
599
600</pre>
601Require authentication for accesses from outside the 10. network:
602<pre class="man">
603
604 &lt;Location />
605 Order allow,deny
606 Allow from 10./8
607 AuthType Basic
608 Require valid-user
609 Satisfy any
610 &lt;/Location>
611</pre>
94436c5a 612<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
87030afb 613<b>classes.conf</b>(5),
696f74ae
MS
614<b>cups-files.conf</b>(5),
615<b>cupsd</b>(8),
87030afb
MS
616<b>mime.convs</b>(5),
617<b>mime.types</b>(5),
618<b>printers.conf</b>(5),
619<b>subscriptions.conf</b>(5),
25d0c3fe 620CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
94436c5a 621<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
696f74ae 622Copyright &copy; 2007-2021 by Apple Inc.
94436c5a
MS
623
624</body>
625</html>