1printers.conf(5) Apple Inc. printers.conf(5)
2
3
4
6 printers.conf - printer configuration file for cups
7
9 The printers.conf file defines the local printers that are available.
10 It is normally located in the /etc/cups directory and is generated
11 automatically by the cupsd(8) program when printers are added or
12 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 <Printer name> ... </Printer>
19 Defines a specific printer.
20
21 <DefaultPrinter name> ... </Printer>
22 Defines a default printer.
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 DeviceURI uri
36 Specifies the device URI for a printer.
37
38 ErrorPolicy abort-job
39
40 ErrorPolicy retry-current-job
41
42 ErrorPolicy retry-job
43
44 ErrorPolicy stop-printer
45 Specifies the error policy for the printer.
46
47 Info text
48 Specifies human-readable text describing the printer.
49
50 JobSheets banner banner
51 Specifies the banner pages to use for the printer.
52
53 KLimit number
54 Specifies the job-k-limit value for the printer.
55
56 Location text
57 Specifies human-readable text describing the location of the
58 printer.
59
60 OpPolicy name
61 Specifies the operation policy for the printer.
62
63 PageLimit number
64 Specifies the job-page-limit value for the printer.
65
66 PortMonitor monitor
67 Specifies the port monitor for a printer.
68
69 QuotaPeriod seconds
70 Specifies the job-quota-period value for the printer.
71
72 Shared Yes
73
74 Shared No
75 Specifies whether the printer is shared.
76
77 State idle
78
79 State stopped
80 Specifies the initial state of the printer (Idle or Stopped)
81
82 StateMessage text
83 Specifies the message associated with the state.
84
85 StateTime seconds
86 Specifies the date/time associated with the state.
87
89 classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5),
90 http://localhost:631/help
91
93 Copyright 2007-2009 by Apple Inc.
94
95
96
9729 April 2009 CUPS printers.conf(5)