Go to file
2017-03-18 13:38:46 +01:00
Changes Version 0.3.3 2017-03-18 13:37:07 +01:00
config init 2016-07-22 21:57:59 +02:00
gpg-ezmlm-convert.pl Version 0.3.3 2017-03-18 13:37:07 +01:00
gpg-ezmlm-manage.pl Version 0.3.3 2017-03-18 13:37:07 +01:00
gpg-ezmlm-send.pl Version 0.3.3 2017-03-18 13:37:07 +01:00
GpgEzmlm.pm Version 0.3.3 2017-03-18 13:37:07 +01:00
LICENSE init 2016-07-22 21:57:59 +02:00
Makefile.PL init 2016-07-22 21:57:59 +02:00
MANIFEST Version 0.3.3 2017-03-18 13:37:07 +01:00
META.yml Version 0.3.3 2017-03-18 13:37:07 +01:00
README Version 0.3.3 2017-03-18 13:37:07 +01:00
README.md Update README.md 2017-03-18 13:38:46 +01:00
TODO init 2016-07-22 21:57:59 +02:00

GpgEzmlm version 0.3.3

INSTALLATION

To install this module type the following:

perl Makefile.PL make make install

To convert an existing ezmlm mailing list to a gpg-ezmlm mailing list, run:

gpg-ezmlm-convert.pl

Where

is the directory the current ezmlm list lives in, and is in the form of ~/.qmail-mlname, for a mailing list named mlname. Same as the dot that you used in ezmlm-make(1). Edit the config file created in the directory to your preferences.

To convert an existing gpg-ezmlm list to this version, just point the dotfiles (.qmail- and .qmail--default) to the new gpg-ezmlm-send.pl and gpg-ezmlm-manage.pl. If you want to change the default configuration settings, a sample config file has been included, edit to taste.

DEPENDENCIES

This suite requires these other modules, libraries, and tools:

GnuPG ( http://www.gnupg.org ) ezmlm ( http://cr.yp.to/ezmlm.html ) qmail ( http://cr.yp.to/qmail.html ) perl ( http://www.cpan.org ) Digest::MD5 ( http://search.cpan.org/search?module=Digest::MD5 ) File::Sync ( http://search.cpan.org/search?module=File::Sync )

Sorry about all the requirements. I did try to avoid Gnome syndrome...