IMAPFilter Version 0.8.4
========================

Requirements
------------
The OpenSSL library (http://www.openssl.org) is needed if SSL/TLS protocol
support or encrypted passwords are enabled.


Configuration
-------------
You can change compilation/installation options and/or toggle program's
features using the supplied "config" Bourne shell script.  Type...

	./config -h

... to see available options, their description and their default values.


Installation
------------
Compile and install the program by typing:

	make
	make install

You can install imapfilter suid root, in order to lock memory pages and
avoid swapping sensitive data.  By default it is not installed suid root,
so this must be done manually.

To uninstall type:

	make uninstall


Usage
-----
See imapfilter(1) and imapfilterrc(5) manual pages.


Website
-------
http://imapfilter.hellug.gr


Author
------
Lefteris Chatzibarbas <lefcha@hellug.gr>


License
-------
See LICENSE file.
