urqm - micro request queue manager
urqm [OPTIONS]
urqm [-h|-l|-V]
Micro Request Queue Manager is a request queue manager with a small footprint. It maintains a series of queues of "tickets", or support requests, which can be delegated, commented on, and have links made between them. Tickets can be managed via email and via the web interface.
urqm is the user interface / front end to the main daemon, and as such must be running on the same machine as a running instance of urqmd.
There are several different user interfaces available. The command line interface is the default, unless the environment variable REQUEST_METHOD exists, in which case the CGI (web) interface is used.
The following commands are available within the command line interface:
(TODO: more to follow)
To use the CGI interface, set up your web server to use urqm as a CGI script, and point your browser at it.
The page design can be modified by altering /var/lib/urqm/template.html - the simplest way is to add a <link rel="stylesheet" ...> tag referring to a stylesheet on your web server, which you can then customise.
The following stylesheet classes are used throughout urqm:
(TODO: list of stylesheet classes to follow)
Incoming email (supplied using the -e option) will either create a new ticket on that queue, with a status of "new" and no owner, or it will add to the history of the ticket it refers to and mark that ticket as "open".
Also, if it refers to a ticket, the email will be forwarded on to whoever is watching the ticket (i.e. the creator and the owner).
Andrew Wood
http://www.ivarch.com/
If you find any bugs, please contact the primary author, either by email or by using the contact form on the web site.
urqmd(8)
This is free software, distributed under the ARTISTIC license.
urqmd - micro request queue manager daemon
urqmd [-D DIR] [-d]
urqmd [-h|-l|-V]
Micro Request Queue Manager is a request queue manager with a small footprint. It maintains a series of queues of "tickets", or support requests, which can be delegated, commented on, and have links made between them. Tickets can be managed via email and via the web interface.
urqmd is the daemon that runs the main part of the Micro Request Queue Manager. It handles authentication, ticket management, and background maintenance (as opposed to urqm, which handles the user interface).
Please do not run urqmd as root; it is not necessary or wise. Instead, run it as some user ID that has access to the relevant files (see the FILES section below).
Andrew Wood
http://www.ivarch.com/
If you find any bugs, please contact the primary author, either by email or by using the contact form on the web site.
urqm(1)
This is free software, distributed under the ARTISTIC license.