summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/customize/chapter.ml_style.sgml20
-rw-r--r--fml/doc/ja/tutorial/customize/recipes.auth.sgml83
-rw-r--r--fml/doc/ja/tutorial/customize/recipes.subscribe.sgml136
3 files changed, 238 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 a6c500c2..6ce4618c 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.6 2004/10/28 13:18:25 fukachan Exp $
+ $FML: chapter.ml_style.sgml,v 1.7 2005/06/25 12:08:40 fukachan Exp $
-->
@@ -25,4 +25,22 @@
&sect.customize.casestudies;
+<sect1 id="cuctomize.recipes.auth">
+ <title>
+ レシピ’s [認証]
+ </title>
+
+&sect.customize.auth.recipes;
+
+</sect1>
+
+<sect1 id="cuctomize.recipes.subscribe">
+ <title>
+ レシピ’s [登録関連]
+ </title>
+
+&sect.customize.subscribe.recipes;
+
+</sect1>
+
</chapter>
diff --git a/fml/doc/ja/tutorial/customize/recipes.auth.sgml b/fml/doc/ja/tutorial/customize/recipes.auth.sgml
new file mode 100644
index 00000000..a38e2bf3
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipes.auth.sgml
@@ -0,0 +1,83 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+
+<qandaentry>
+
+<question>
+<para>
+メールアドレスの From 認証を厳しくしたい
+</para>
+</question>
+
+<answer>
+<para>
+デフォルトの From アドレス認証で
+ドメインの比較するレベルを変更したい場合は、
+config.cf で
+address_compare_function_domain_matching_level を設定して下さい。
+<footnote>
+<para>
+&fml4; の ADDRESS_CHECK_MAX です。
+</para>
+</footnote>
+<screen>
+[/var/spool/ml/elena/config.cf]
+
+address_compare_function_domain_matching_level = 4
+
+</screen>
+たとえば、user@mail.example.co.jp というアドレスに対して、
+3 なら example.co.jp までが比較の対象、
+4 なら mail.example.co.jp までが比較の対象ということになります。
+</para>
+
+<para>
+From アドレス認証以外に PGP/GPG 認証を使うことも出来ます。
+くわしくは
+<link linkend="config.post.check.pgp">
+<xref linkend="config.post.check.pgp">
+</link>
+の節を見て下さい。
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+メールアドレスの From アドレス認証を行なわない
+</para>
+</question>
+
+<answer>
+<para>
+<screen>
+[/var/spool/ml/elena/config.cf]
+
+use_address_compare_function = no
+
+</screen>
+とすれば From アドレス認証の際に、メールアドレスに関わらず正当なアドレ
+スとみなされます(常に認証が成功します)。
+</para>
+
+<para>
+もちろん、これは From アドレス認証にまつわる部分だけで、PGP/GPG 認証な
+どとは別の話です(つまり、この変数を no にしても PGP/GPG 認証を使うこと
+が出来ます)。
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+</qandaset>
diff --git a/fml/doc/ja/tutorial/customize/recipes.subscribe.sgml b/fml/doc/ja/tutorial/customize/recipes.subscribe.sgml
new file mode 100644
index 00000000..05d3b9c6
--- /dev/null
+++ b/fml/doc/ja/tutorial/customize/recipes.subscribe.sgml
@@ -0,0 +1,136 @@
+<!--
+ $FML$
+-->
+
+<qandaset>
+
+<qandaentry>
+
+<question>
+<para>
+closed + confirm をしたい(自動登録でない時の subscribe コマンドの挙動)
+</para>
+</question>
+
+<answer>
+<para>
+未実装です。
+subscribe は confirmation つきの自動登録がデフォルトです。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+unsubscribe コマンドでも confirmation を使いたい
+</para>
+</question>
+
+<answer>
+<para>
+&fml8; では confirmation がデフォルトの挙動です。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+chaddr コマンドでも confirmation を使いたい。
+</para>
+</question>
+
+<answer>
+<para>
+&fml8; では confirmation がデフォルトの挙動です。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+自動登録と自己紹介を同時に行ないたい
+</para>
+</question>
+
+<answer>
+<para>
+未実装です。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+特定のメールアドレスのみを自動登録可能にする。
+</para>
+</question>
+
+<answer>
+<para>
+未実装です。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+<qandaentry>
+
+<question>
+<para>
+fml 3.0 以前の auto_regist を使い続けたい
+</para>
+</question>
+
+<answer>
+<para>
+未実装です(?)。
+<screen>
+
+</screen>
+
+</para>
+</answer>
+
+</qandaentry>
+
+
+
+</qandaset>
+