This directory contains a patch to allow qpsmtpd to run from xinetd
(and inetd, although this has only been lightly tested).

The files are:

    tcpserver-xinetd.patch
	A patch for lib/Qpsmtpd/TcpServer.pm
	apply with 
	    path $QPSMTPD/lib/Qpsmtpd/TcpServer.pm tcpserver-xinetd.patch
	(where QPSMTPD is the base directory of qpsmtpd, normally
	/home/smtpd/qpsmtpd-0.27.1 or something like that)

    run.xi
	A wrapper script which is called from xinetd. Copy to $QPSMTPD
	and customize to taste.

    smtp
	A config file for xinetd. Copy to /etc/xinetd.d (or whereever
	your xinetd is looking for config files)

    ts.c
	A timestamping utility. Just adds a timestamp to each line. Used
	in run.xi. Compile and copy to /usr/local/bin.
