summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/setup
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-12-21 03:19:13 +0000
committerfukachan <fukachan>2003-12-21 03:19:13 +0000
commit97a962494e84ee5b35ece47fc6b5082bd8065409 (patch)
tree6b0f0aff5b8547fcf4c36738ac58ab5859ee2898 /fml/doc/ja/tutorial/setup
parent5ea9def8518430505a54376bf4653757b235d4ff (diff)
downloadfml8-97a962494e84ee5b35ece47fc6b5082bd8065409.tar.gz
fml8-97a962494e84ee5b35ece47fc6b5082bd8065409.tar.bz2
fml8-97a962494e84ee5b35ece47fc6b5082bd8065409.zip
create newml recipes section.
add recipes on 1. $newml_command_ml_admin_default_address 2. $newml_command_mta_config_list
Diffstat (limited to 'fml/doc/ja/tutorial/setup')
-rw-r--r--fml/doc/ja/tutorial/setup/newml.recipes.sgml87
-rw-r--r--fml/doc/ja/tutorial/setup/newml.sgml5
2 files changed, 91 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/setup/newml.recipes.sgml b/fml/doc/ja/tutorial/setup/newml.recipes.sgml
new file mode 100644
index 00000000..46803e28
--- /dev/null
+++ b/fml/doc/ja/tutorial/setup/newml.recipes.sgml
@@ -0,0 +1,87 @@
+<!--
+ $FML: @recipe_template,v 1.1 2003/01/07 11:39:13 fukachan Exp $
+-->
+
+
+<sect1 id="setup.newml.recipies">
+ <title>
+ レシピ’s
+ </title>
+
+<qandaset>
+
+
+<!-- Q -->
+<qandaentry>
+
+<question>
+<para>
+newml 時に、aliasに使われるMLの管理者のメールアドレスを指定したい。
+</para>
+</question>
+
+<answer>
+<para>
+newml 時に、そのML用のエイリアスが準備されます。そのさい、
+<screen>
+${ml_name}-admin: 管理者のメールアドレス
+</screen>
+部分には
+$newml_command_ml_admin_default_address
+変数の値が入ります。
+
+デフォルトでは、どのMLでも
+/etc/fml/main.cf で定義されている管理者のアドレス $fml_owner
+が使われます。
+
+それ以外のものにしたい場合、
+$newml_command_ml_admin_default_address
+にメールアドレスを設定して下さい。
+<screen>
+$newml_command_ml_admin_default_address = メールアドレス
+</screen>
+
+また、$ml_name など、他の変数に依存した値も可です。
+<screen>
+$newml_command_ml_admin_default_address = $ml_name-owner@$ml_domain
+</screen>
+</para>
+
+</answer>
+
+</qandaentry>
+
+
+<!-- Q -->
+<qandaentry>
+
+<question>
+<para>
+使わないMTA用のファイルの生成を止めたい。
+</para>
+</question>
+
+<answer>
+<para>
+newml_command_mta_config_list に MTA のリストが定義されています。
+そこから、不要の MTA を抜いて下さい。
+</para>
+
+<para>
+たとえば、qmail が不要であれば
+<screen>
+newml_command_mta_config_list -= qmail
+</screen>
+
+</para>
+~/.qmail-* の生成が止まります。
+</answer>
+
+</qandaentry>
+
+
+
+
+</qandaset>
+
+</sect1>
diff --git a/fml/doc/ja/tutorial/setup/newml.sgml b/fml/doc/ja/tutorial/setup/newml.sgml
index a329abc2..f52ed5cc 100644
--- a/fml/doc/ja/tutorial/setup/newml.sgml
+++ b/fml/doc/ja/tutorial/setup/newml.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: newml.sgml,v 1.4 2003/11/22 06:09:55 fukachan Exp $
+ $FML: newml.sgml,v 1.5 2003/11/24 04:44:58 fukachan Exp $
-->
@@ -172,4 +172,7 @@ qmail や procmail にはバーチャル用の設定が特にあるわけではありません。
&sect.setup.config.cf;
+<!-- レシピ -->
+&sect.setup.newml.recipes;
+
</chapter>