ezmlm-web/examples/ezmlmwebrc.gnupg.dist
2006-04-20 00:35:36 +00:00

16 lines
575 B
Plaintext

# sample configuration file for encrypted mailing list support
# You do not need to change anything, if you do not want to
# manage encrypted mailing lists. See README.gnupg for details.
# Put this file besides ezmlmwebrc (just suffixed with ".gnupg").
# BEWARE: enable the following line ONLY if you installed the
# Mail::Ezmlm::Gpg module - otherwise ezmlm-web will not work!
#use Mail::Ezmlm::Gpg;
# turn support for encrypted mailing lists on or off
# defaults to 0 (off)
# you MUST enable the "use" line above, if you want to turn on gnupg support
$GPG_SUPPORT = 0;