blob: c57c1ea4492dd95aaa3f43be908641b5861b36a9 (
plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!--
$FML$
-->
<sect1 id="config.command.mail.check.pgp">
<title>
Case Study: Authenticate command mail by PGP/GPG
</title>
<qandaset>
<qandaentry>
<question>
<para>
Authenticate user mode command mail by PGP/GPG.
</para>
</question>
<answer>
<para>
<screen>
command_mail_restrictions = check_pgp_signature
reject
</screen>
Use CLI (
fmlgpg fmlgpgv fmlpgp fmlpgp5 fmlpgpe fmlpgpk fmlpgps fmlpgpv
) to manipulate PGP/GPG keys.
<screen>
Example: generate key for mailing list "ML_NAME".
% fmlpgp --command-mail-auth ML_NAME -kg
</screen>
See
<link linkend="config.post.check.pgp">
<xref linkend="config.post.check.pgp">
</link>
for more details.
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
Authenticate admin command mail by PGP/GPG.
</para>
</question>
<answer>
<para>
<screen>
admin_command_mail_restrictions = check_pgp_signature
reject
</screen>
Use CLI (
fmlgpg fmlgpgv fmlpgp fmlpgp5 fmlpgpe fmlpgpk fmlpgps fmlpgpv
) to manipulate PGP/GPG keys.
<screen>
Example: generate key for mailing list "ML_NAME".
% fmlpgp --admin-command-mail-auth ML_NAME -kg
</screen>
See
<link linkend="config.post.check.pgp">
<xref linkend="config.post.check.pgp">
</link>
for more details.
</para>
</answer>
</qandaentry>
</qandaset>
</sect1>
|