POP3Lite
========

	This is  POP3Lite, a flexible, RFC 1939  compliant Post Office
	Protocol 3 daemon.

	It  implements   everything  mentioned  in   the  RFC  (either
	natively, or via modules), and  some other things that are not
	strictly  POP3  related  capabilities  (such as  modules,  PAM
	support, SQL configuration, etc).

	It  was written  because I  found no  other POP3  daemon, that
	would suit my needs. The ones I found were either buggy or not
	flexible enough. I could try to hack my enhancements in one of
	them, but writing a brand new one seemed to be an easier task.

	As far as I know, POP3Lite is the only daemon that is designed
	to be extensible.
	
	If  you like  it, please  drop me  an e-mail.  If  don't, drop
	two. More  information is available  in the doc/  directory of
	the source tree.

Obtaining
---------

	The latest  release will (hopefully) always  be available from
	ftp://ftp.sourceforge.net/pub/pop3lite/.

	Debian (unstable) users can simply apt-get install it.

	FreeBSD CURRENT users can use the ports collection.
	
	Intermediate releases & CVS snapshots are available from
	http://people.debian.org/~algernon/.

	Debian users  may follow the instructions  given there, others
	should switch to Debian (the  preferred way), or they can find
	the latest release in debian/dists/sid/madhouse/source/mail.

Requirements
------------

	For building the base daemon:

		+ GNU Make (version 3.79 or later)
		+ GLib (version 1.2.x)

	For building some extra modules & docs:

		+ PAM
		+ liblockfile (version 1.0 or later)
		+ Texinfo (version 4.0 or later)
		+ TeX

	For building from CVS:

		+ automake (version 1.5)
		+ autoconf (version 2.50)
		+ libtool (version 1.4)

Gergely Nagy <8@free.bsd.hu>
