]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/client.conf
Load cups into easysw/current.
[thirdparty/cups.git] / conf / client.conf
1 #
2 # "$Id: client.conf 4494 2005-02-18 02:18:11Z mike $"
3 #
4 # Sample client configuration file for the Common UNIX Printing System
5 # (CUPS).
6 #
7 # Copyright 1997-2005 by Easy Software Products, all rights reserved.
8 #
9 # These coded instructions, statements, and computer programs are the
10 # property of Easy Software Products and are protected by Federal
11 # copyright law. Distribution and use rights are outlined in the file
12 # "LICENSE.txt" which should have been included with this file. If this
13 # file is missing or damaged please contact Easy Software Products
14 # at:
15 #
16 # Attn: CUPS Licensing Information
17 # Easy Software Products
18 # 44141 Airport View Drive, Suite 204
19 # Hollywood, Maryland 20636 USA
20 #
21 # Voice: (301) 373-9600
22 # EMail: cups-info@cups.org
23 # WWW: http://www.cups.org
24 #
25
26 ########################################################################
27 # #
28 # This is the CUPS client configuration file. This file is used to #
29 # define client-specific parameters, such as the default server or #
30 # default encryption settings. #
31 # #
32 ########################################################################
33
34 #
35 # ServerName: the hostname of your server. By default CUPS will use the
36 # hostname of the system or the value of the CUPS_SERVER environment
37 # variable. ONLY ONE SERVER NAME MAY BE SPECIFIED AT A TIME. To use
38 # more than one server you must use a local scheduler with browsing
39 # and possibly polling.
40 #
41
42 #ServerName myhost.domain.com
43
44 #
45 # Encryption: whether or not to use encryption; this depends on having
46 # the OpenSSL library linked into the CUPS library.
47 #
48 # Possible values:
49 #
50 # Always - Always use encryption (SSL)
51 # Never - Never use encryption
52 # Required - Use TLS encryption upgrade
53 # IfRequested - Use encryption if the server requests it
54 #
55 # The default value is "IfRequested". This parameter can also be set
56 # using the CUPS_ENCRYPTION environment variable.
57 #
58
59 #Encryption Always
60 #Encryption Never
61 #Encryption Required
62 #Encryption IfRequested
63
64
65 #
66 # End of "$Id: client.conf 4494 2005-02-18 02:18:11Z mike $".
67 #