NAME
qmail-deliverabled - Deliverabitily check daemon
USAGE
qmail-deliverabled [LISTEN [PIDFILE]]
qmail-deliverabled stop PIDFILE
LISTEN is the IP address and port to listen on. Defaults to "127.0.0.1:8998" if no arguments are given.
PIDFILE is the absolute path where you want qmail-deliverabled to store (or read) its process ID. If no PIDFILE is given, none is written.
DESCRIPTION
Exposes the Qmail::Deliverable functions qmail_local
and deliverable
over HTTP. Typically requires root access for file permissions.
Requires the HTTP::Daemon module, available from CPAN.
Use only with a ::Client of the same version. Returns 403 FORBIDDEN on error, any error.
A simple init.d-style script is provided in the .tar.gz, in the init.d directory.
CAVEATS
The PIDFILE is not used to avoid concurrent processes: it's perfectly fine to have multiple qmail-deliverableds running on different addresses or ports, but make sure each combination has its own PIDFILE.
LEGAL
This software is released into the public domain, and does not come with warranty or guarantee of any kind. Use it at your own risk.
AUTHOR
Juerd Waalboer <#####@juerd.nl>