summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-12-15 03:07:24 +0000
committerfukachan <fukachan>2005-12-15 03:07:24 +0000
commita9615fc1a6cd90649d2227adcdc4742b504e7892 (patch)
tree0a268e7b1b02b6217701e3b6a2ee9a7e79757211 /fml/doc/en/tutorial/customize
parentf885690c188fbfea36f6f45bb9b9b66471899745 (diff)
downloadfml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.tar.gz
fml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.tar.bz2
fml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.zip
*command_mail_restrictions supports pgp/gpg auth
Diffstat (limited to 'fml/doc/en/tutorial/customize')
-rw-r--r--fml/doc/en/tutorial/customize/chapter.ml_style.sgml3
-rw-r--r--fml/doc/en/tutorial/customize/command_check_pgp_signature.sgml85
2 files changed, 87 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/customize/chapter.ml_style.sgml b/fml/doc/en/tutorial/customize/chapter.ml_style.sgml
index d1c0a0ca..70c294b0 100644
--- a/fml/doc/en/tutorial/customize/chapter.ml_style.sgml
+++ b/fml/doc/en/tutorial/customize/chapter.ml_style.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: chapter.ml_style.sgml,v 1.2 2005/07/20 10:37:43 fukachan Exp $
+ $FML: chapter.ml_style.sgml,v 1.3 2005/09/24 13:53:41 fukachan Exp $
$jaFML: chapter.ml_style.sgml,v 1.4 2003/02/16 13:07:15 fukachan Exp $
-->
<chapter id="cuctomize">
@@ -15,6 +15,7 @@
&sect.config.post.permit.anyone;
&sect.config.post.check.article.thread;
&sect.config.post.check.pgp;
+&sect.config.command.mail.check.pgp;
&sect.config.ml.hier;
<!-- procmail -->
diff --git a/fml/doc/en/tutorial/customize/command_check_pgp_signature.sgml b/fml/doc/en/tutorial/customize/command_check_pgp_signature.sgml
new file mode 100644
index 00000000..c57c1ea4
--- /dev/null
+++ b/fml/doc/en/tutorial/customize/command_check_pgp_signature.sgml
@@ -0,0 +1,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>