-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
40 lines (26 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
GEAM Encrypts Automagically Mail
Version 0.8.3
BEWARE: GEAM has not been maintained for many years. IT should
still build fine and work with recent gpg versions. However we have
not done any tests. The source has been pout into a GIT repo for
convenience.
Installation:
./configure
make
make install
You need at least GnuPG version 1.0.6 and pth-1.2.1. We have tested
this software only on a GNU/Linux system and we know that the glibc is
required due to the use of "%m" in the printf format strings.
To test the daemon, you shoud do a "make checks". If this
fails, please make sure that there are no daemons from previous
test hanging around.
The man page is geamd(8).
A German manual is available as doc/manual.de.html or in
Postscript as doc/manual.de.ps .
We appreciate any bug report or feature suggestion but please
understand that we won't help with general installation problems
unless we have agreed on the terms to compensate us.
WARNING: To use this software you should first acquire a thorough
understanding of it's working and read the manual. The software is in
use for quite sometime now, but be prepared to find a lot of bugs and
strange behavior.