summaryrefslogtreecommitdiff
path: root/support/dktools/printqd.conf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
committerNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
commit1f457376b478257b88d4a857f5ec1b6155442dd7 (patch)
tree2a06a60551dea362cf8cb0cb0ba66c78608717c4 /support/dktools/printqd.conf
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/printqd.conf')
-rw-r--r--support/dktools/printqd.conf59
1 files changed, 59 insertions, 0 deletions
diff --git a/support/dktools/printqd.conf b/support/dktools/printqd.conf
new file mode 100644
index 0000000000..40170ff301
--- /dev/null
+++ b/support/dktools/printqd.conf
@@ -0,0 +1,59 @@
+[options]
+# run as user = daemon
+# run as group = lp
+# database = mem::/usr/local/var/lib/printqd/db/printqd.db
+# local socket = /usr/local/var/run/printqd/printqd.sock
+# local socket owner = daemon
+# local socket group = lp
+# local socket backlog = 5
+# max local connections = 7
+# udp port = 9100
+# tcp port = 9100
+# tcp port backlog = 5
+# max tcp connections = 50
+# info allow = 192.0.2.0/24
+# info allow = *
+# data allow = 127.0.0.1/32
+# admin allow = 127.0.0.1/32
+# log file = /usr/local/var/log/printqd/printqd.log
+# log features = -
+
+[class cl-mfd]
+user limit = Administrator unlimited
+user limit = Administ unlimited
+user limit = admin unlimited
+user limit = root unlimited
+group limit = fac_m unlimited
+default limit = 0
+deny action = remove
+
+[class cl-color]
+user limit = Administrator unlimited
+user limit = Administ unlimited
+user limit = admin unlimited
+user limit = root unlimited
+group limit = fac_m unlimited
+default limit = 0
+deny action = remove
+
+[class cl-lab]
+user limit = Administrator unlimited
+user limit = Administ unlimited
+user limit = admin unlimited
+user limit = root unlimited
+group limit = fac_m unlimited
+default limit = 200
+deny action = remove
+
+[printer lp1]
+alias = lp
+class = cl-lab
+
+[printer lp2]
+class = cl-lab
+
+[printer lpcolor]
+class = cl-color
+
+[printer mfd]
+class = cl-mfd