This program creates a nifty transparent proxy to redirect POP requests
elsewhere.

Configuration
-------------

Take a look at the make file. tweak it to work on your platform.
Take a look at popproxy.h, it contains a number of #defines which you may
need to alter for your system.

The users who are allowed to use the proxy have an entry in a file (by
default called poprc) as follows (recommended file permissions 400): 
user_name_on_proxy:users_name_on_host:host:user_password 
These fields are ':' seperated.  

Note that if you enable encryption, all user passwords must be encrypted
using standard unix encryption (crypt()).  The program also creates a
database file called "popusers", which should have permissions 600. The
program should be run as root (as it listens on port 110 by default).

To Compile, just type 'make'.

GDBM is seriously recommended, as hashing in memory chews it up rather
badly.

If you have any problems, try to get hold of me at nir@global.co.za, and
I'll see what I can do.
Have fun
Nir Oren

