1classes.conf(5) Apple Inc. classes.conf(5)
2
3
4
6 classes.conf - class configuration file for cups
7
9 The classes.conf file defines the local printer classes that are avail‐
10 able. It is normally located in the /etc/cups directory and is gener‐
11 ated automatically by the cupsd(8) program when printer classes are
12 added or deleted.
13
14 Each line in the file can be a configuration directive, a blank line,
15 or a comment. Comment lines start with the # character.
16
18 <Class name> ... </Class>
19 Defines a specific printer class.
20
21 <DefaultClass name> ... </Class>
22 Defines a default printer class.
23
24 Accepting Yes
25
26 Accepting No
27 Specifies whether the printer is accepting new jobs.
28
29 AllowUser [ user @group ... ]
30 Allows specific users and groups to print to the printer.
31
32 DenyUser [ user @group ... ]
33 Prevents specific users and groups from printing to the printer.
34
35 Info text
36 Specifies human-readable text describing the printer.
37
38 JobSheets banner banner
39 Specifies the banner pages to use for the printer.
40
41 KLimit number
42 Specifies the job-k-limit value for the printer.
43
44 Location text
45 Specifies human-readable text describing the location of the
46 printer.
47
48 OpPolicy name
49 Specifies the operation policy for the printer.
50
51 PageLimit number
52 Specifies the job-page-limit value for the printer.
53
54 Printer
55 Specifies a printer that is a member of the printer class.
56
57 QuotaPeriod seconds
58 Specifies the job-quota-period value for the printer.
59
60 Shared Yes
61
62 Shared No
63 Specifies whether the printer is shared.
64
65 State idle
66
67 State stopped
68 Specifies the initial state of the printer (Idle or Stopped)
69
70 StateMessage text
71 Specifies the message associated with the state.
72
73 StateTime seconds
74 Specifies the date/time associated with the state.
75
77 cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), print‐
78 ers.conf(5),
79 http://localhost:631/help
80
82 Copyright 2007-2013 by Apple Inc.
83
84
85
8629 April 2009 CUPS classes.conf(5)