"$Id: printers.conf.man 11093 2013-07-03 20:48:42Z msweet $"

printers.conf man page for CUPS.

Copyright 2007-2013 by Apple Inc.
Copyright 1997-2006 by Easy Software Products.

These coded instructions, statements, and computer programs are the
property of Apple Inc. and are protected by Federal copyright
law. Distribution and use rights are outlined in the file "LICENSE.txt"
which should have been included with this file. If this file is
file is missing or damaged, see the license at "http://www.cups.org/".

printers.conf 5 "CUPS" "29 April 2009" "Apple Inc."
NAME
printers.conf - printer configuration file for cups
DESCRIPTION
The printers.conf file defines the local printers that are available. It is normally located in the /etc/cups directory and is generated automatically by the cupsd(8) program when printers are added or deleted.

Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.

DIRECTIVES

5 <Printer name> ... </Printer>

Defines a specific printer.

5 <DefaultPrinter name> ... </Printer>

Defines a default printer.

5 Accepting Yes

5 Accepting No

Specifies whether the printer is accepting new jobs.

5 AllowUser [ user @group ... ]

Allows specific users and groups to print to the printer.

5 DenyUser [ user @group ... ]

Prevents specific users and groups from printing to the printer.

5 DeviceURI uri

Specifies the device URI for a printer.

5 ErrorPolicy abort-job

5 ErrorPolicy retry-current-job

5 ErrorPolicy retry-job

5 ErrorPolicy stop-printer

Specifies the error policy for the printer.

5 Info text

Specifies human-readable text describing the printer.

5 JobSheets banner banner

Specifies the banner pages to use for the printer.

5 KLimit number

Specifies the job-k-limit value for the printer.

5 Location text

Specifies human-readable text describing the location of the printer.

5 OpPolicy name

Specifies the operation policy for the printer.

5 PageLimit number

Specifies the job-page-limit value for the printer.

5 PortMonitor monitor

Specifies the port monitor for a printer.

5 QuotaPeriod seconds

Specifies the job-quota-period value for the printer.

5 Shared Yes

5 Shared No

Specifies whether the printer is shared.

5 State idle

5 State stopped

Specifies the initial state of the printer (Idle or Stopped)

5 StateMessage text

Specifies the message associated with the state.

5 StateTime seconds

Specifies the date/time associated with the state.

SEE ALSO
classes.conf(5), cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5),

http://localhost:631/help

COPYRIGHT
Copyright 2007-2013 by Apple Inc.
End of "$Id: printers.conf.man 11093 2013-07-03 20:48:42Z msweet $".