]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-subscriptions.conf.html
Save work.
[thirdparty/cups.git] / doc / help / man-subscriptions.conf.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>subscriptions.conf(5)</title>
7 </head>
8 <body>
9 <h1 class="title">subscriptions.conf(5)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 subscriptions.conf - subscriptions file for cups
12 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13 The <i>subscriptions.conf</i> file defines the local subscriptions
14 that are active. It is normally located in the <i>/etc/cups</i>
15 directory and is generated automatically by the <i>cupsd(8)</i>
16 program when subscriptions are created, renewed, or cancelled.
17 <p>Each line in the file can be a configuration directive, a blank line,
18 or a comment. Comment lines start with the # character.
19 <h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
20 <dl class="man">
21 <dt>&lt;Subscription NNN> ... &lt;/Subscription>
22 <dd style="margin-left: 5.0em"><br>
23 Defines a subscription.
24 <dt>Events name [ ... name ]
25 <dd style="margin-left: 5.0em"><br>
26 Specifies the events that are subscribed.
27 <dt>ExpirationTime unix-time
28 <dd style="margin-left: 5.0em"><br>
29 Specifies the expiration time of a subscription as a UNIX time
30 value in seconds since January 1st, 1970.
31 <dt>Interval seconds
32 <dd style="margin-left: 5.0em"><br>
33 Specifies the preferred time interval for event notifications in
34 seconds.
35 <dt>JobId job-id
36 <dd style="margin-left: 5.0em"><br>
37 Specifies the job ID associated with the subscription.
38 <dt>LeaseDuration seconds
39 <dd style="margin-left: 5.0em"><br>
40 Specifies the number of seconds that the subscription is valid
41 for. If 0, the subscription does not expire.
42 <dt>NextEventId number
43 <dd style="margin-left: 5.0em"><br>
44 Specifies the next notify-sequence-number to use for the
45 subscription.
46 <dt>NextSubscriptionId number
47 <dd style="margin-left: 5.0em"><br>
48 Specifies the next subscription-id to use.
49 <dt>Owner username
50 <dd style="margin-left: 5.0em"><br>
51 Specifies the user that owns the subscription.
52 <dt>PrinterName printername
53 <dd style="margin-left: 5.0em"><br>
54 Specifies the printer or class associated with the subscription.
55 <dt>Recipient uri
56 <dd style="margin-left: 5.0em"><br>
57 Specifies the notify-recipient-uri value for push-type notifications.
58 <dt>UserData hex-escaped-data
59 <dd style="margin-left: 5.0em"><br>
60 Specifies user data to be included in event notifications. This
61 is typically the "from" address in mailto: notifications.
62 </dl>
63 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
64 <i>classes.conf(5)</i>, <i>cupsd(8)</i>, <i>cupsd.conf(5)</i>,
65 <i>mime.convs(5)</i>, <i>mime.types(5)</i>, printers.conf(5)
66 <br>
67 <a href="http://localhost:631/help">http://localhost:631/help</a>
68 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
69 Copyright 2007-2013 by Apple Inc.
70
71 </body>
72 </html>