No description
Find a file
Konstantin Ryabitsev 1ed9841f76 remail/gpg: Allow specifying path to the gpgbinary to use
We want to be able to support ECC subkeys, which limits us to gnupg
versions 2.2 and above. CentOS-7 ships with gnupg-2.0, which cannot be
easily upgraded to 2.2 due to a slew of potential problems, so we
install the newer version into /opt/gnupg22 and must call it as
/opt/gnupg22/bin/gpg.

Allow specifying gpg binary path to use instead of the default "gpg" in
$PATH.

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2019-11-11 22:49:35 +01:00
Documentation remail/gpg: Allow specifying path to the gpgbinary to use 2019-11-11 22:49:35 +01:00
LICENSES remail: Initial import 2019-09-22 22:38:59 +02:00
remail remail/gpg: Allow specifying path to the gpgbinary to use 2019-11-11 22:49:35 +01:00
.gitignore remail: Initial import 2019-09-22 22:38:59 +02:00
__init__.py remail: Initial import 2019-09-22 22:38:59 +02:00
COPYING remail: Initial import 2019-09-22 22:38:59 +02:00
README.md remail: Initial import 2019-09-22 22:38:59 +02:00
remail.service remail: Add TODO and a hacky service file 2019-09-22 22:48:52 +02:00
remail_chkcfg remail: Initial import 2019-09-22 22:38:59 +02:00
remail_daemon remail: Initial import 2019-09-22 22:38:59 +02:00
remail_pipe remail: Add remail_pipe script 2019-11-01 13:30:25 +01:00
TODO remail: Add TODO and a hacky service file 2019-09-22 22:48:52 +02:00

remail - A set of tools for crypted mailing lists

A simplistic but powerfull crypted mailing list tool set. The following tools are available:

remail_daemon - The crypto mailing list processor remail_chkcfg - Tool to check the configuration

Install

It's recommended to generate the appropriate package for your system and install it via the package manager.

Usage

See Documentation and man pages