summaryrefslogtreecommitdiff
path: root/package/services=d
diff options
context:
space:
mode:
Diffstat (limited to 'package/services=d')
-rw-r--r--package/services=d24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/services=d b/package/services=d
new file mode 100644
index 0000000..6a7dac5
--- /dev/null
+++ b/package/services=d
@@ -0,0 +1,24 @@
+svc:send:qmail-send:run_send
+svc:smtp:qmail-smtpd:run_smtpd
+svc:smtps:qmail-smtpsd:run_smtpsd
+svc:submission:qmail-smtpsub:run_smtpsub
+svc:pop3:qmail-pop3d:run_pop3d
+svc:pop3s:qmail-pop3sd:run_pop3sd
+#svc:qmqp:qmail-qmqpd:run_qmqpd
+#svc:qmtp:qmail-qmtpd:run_qmtpd
+#svc:qmtps:qmail-qmtpsd:run_qmtpsd
+
+s/qmail supports those svc services listed after the fist colon.
+The part after the second colon referes to the service-name of the
+/service directory; eg. /service/qmail-send.
+
+After the the second colon follows the provided default
+'run' script for the service.
+
+Logging will be automatically actived with the
+service name under a common directory following the
+'log' service; e.g. /var/log/qmail-send.
+
+Services mentioned here will be auto-generated.
+
+Lines without the initial token 'svc' will be disregarded.