ezmlm-web/README.crypto
lars e5c2e25bf1 ezmlm-web documentation:
* fixed issues pointed out by albinootje - thanks!
2008-10-28 18:26:11 +00:00

51 lines
1.3 KiB
Plaintext

This file describes how to manage encrypted mailing lists with ezmlm-web.
$Id$
Content:
1) Requirements
2) Installation of gpgpy-ezmlm
3) Setup of ezmlm-web
4) Notes
------------------------------
1) Requirements
To use encrypted mailing lists, you need to install gpg-ezmlm (see
http://www.synacklabs.net/projects/crypt-ml/).
gpg-ezmlm will handle your incoming and outgoing mails. It does not
support all the features of ezmlm-idx, but it should suffice for the
specialized needs of encrypted communication for small groups.
Install the perl module Mail::Ezmlm (>=0.08) to access gpg-ezmlm. You can
download it from
https://systemausfall.org/toolforge/ezmlm-web/downloads/Ezmlm.
Of course, you also need gnupg (it is required by gpg-ezmlm, too).
2) Installation
Grab gpg-ezmlm:
http://www.synacklabs.net/projects/crypt-ml/
Follow the instructions in the README file of gpg-ezmlm.
It boils down to the following commands:
perl Makefile.PL
make
make install
3) Setup of ezmlm-web
Support for encrypted mailing lists can be enabled by setting the
ENCRYPTION_SUPPORT configuration setting in ezmlmwebrc to "1".
4) Notes
As soon as you installed all the necessary programs you will find a new
link in the navigation bar of ezmlm-web named "Encryption".