diff options
| author | fukachan <fukachan> | 2005-12-15 03:07:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-15 03:07:24 +0000 |
| commit | a9615fc1a6cd90649d2227adcdc4742b504e7892 (patch) | |
| tree | 0a268e7b1b02b6217701e3b6a2ee9a7e79757211 /fml/doc/ja/tutorial/customize | |
| parent | f885690c188fbfea36f6f45bb9b9b66471899745 (diff) | |
| download | fml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.tar.gz fml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.tar.bz2 fml8-a9615fc1a6cd90649d2227adcdc4742b504e7892.zip | |
*command_mail_restrictions supports pgp/gpg auth
Diffstat (limited to 'fml/doc/ja/tutorial/customize')
| -rw-r--r-- | fml/doc/ja/tutorial/customize/chapter.ml_style.sgml | 3 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/customize/command_check_pgp_signature.sgml | 86 |
2 files changed, 88 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml b/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml index 1656cc63..67fc360e 100644 --- a/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml +++ b/fml/doc/ja/tutorial/customize/chapter.ml_style.sgml @@ -1,5 +1,5 @@ <!-- - $FML: chapter.ml_style.sgml,v 1.9 2005/11/19 03:45:05 fukachan Exp $ + $FML: chapter.ml_style.sgml,v 1.10 2005/11/28 11:16:47 fukachan Exp $ --> @@ -16,6 +16,7 @@ §.config.post.permit.anyone; §.config.post.check.article.thread; §.config.post.check.pgp; +§.config.command.mail.check.pgp; §.config.ml.hier; <!-- procmail --> diff --git a/fml/doc/ja/tutorial/customize/command_check_pgp_signature.sgml b/fml/doc/ja/tutorial/customize/command_check_pgp_signature.sgml new file mode 100644 index 00000000..758d0c3b --- /dev/null +++ b/fml/doc/ja/tutorial/customize/command_check_pgp_signature.sgml @@ -0,0 +1,86 @@ +<!-- + $FML$ +--> + + +<sect1 id="config.command.mail.check.pgp"> + <title> + ケーススタディ: PGP/GPG でコマンドメールを認証する + </title> + +<qandaset> + +<qandaentry> + +<question> +<para> +PGP/GPG で(ユーザモードの)コマンドメールを認証したい +</para> +</question> + +<answer> +<para> +<screen> + +command_mail_restrictions = check_pgp_signature + reject + +</screen> +鍵は +fmlgpg fmlgpgv fmlpgp fmlpgp5 fmlpgpe fmlpgpk fmlpgps fmlpgpv +コマンドを使って設定して下さい。 +<screen> +例: ML名用のキーを生成する + +% fmlpgp --command-mail-auth ML名 -kg + +</screen> +また +<link linkend="config.post.check.pgp"> +<xref linkend="config.post.check.pgp"> +</link> +を参考にしてみて下さい。 +</para> +</answer> + +</qandaentry> + + +<qandaentry> + +<question> +<para> +PGP/GPG で admin コマンドメールを認証したい +</para> +</question> + +<answer> +<para> +<screen> + +admin_command_mail_restrictions = check_pgp_signature + reject + +</screen> +鍵は +fmlgpg fmlgpgv fmlpgp fmlpgp5 fmlpgpe fmlpgpk fmlpgps fmlpgpv +コマンドを使って設定して下さい。 +<screen> +例: ML名用のキーを生成する + +% fmlpgp --admin-command-mail-auth ML名 -kg + +</screen> +また +<link linkend="config.post.check.pgp"> +<xref linkend="config.post.check.pgp"> +</link> +を参考にしてみて下さい。 +</para> +</answer> + +</qandaentry> + +</qandaset> + +</sect1> |
