Install
Before you install the CryptoMail Email System from a source distribution, you must have adequate permissions to publish HTML and execute CGI on the host Email system. For the latest information about the distributions, please read the README (src distribution) or the distributions.
For Source Distributions
You need to compile the server and the client separately for the CryptoMail Email System after you have unpacked the source distribution.
- Unpacking The Distribution
- gunzip cmes-0.99-source.tar.gz
- tar -xvf cmes-0.99-source.tar
- Compiling The Server
- ./configure.sh
- make all
- make install
- Compiling The Client
- read the JAVAClient/source/README file
|