From 97a962494e84ee5b35ece47fc6b5082bd8065409 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 21 Dec 2003 03:19:13 +0000 Subject: create newml recipes section. add recipes on 1. $newml_command_ml_admin_default_address 2. $newml_command_mta_config_list --- fml/doc/ja/tutorial/setup/newml.recipes.sgml | 87 ++++++++++++++++++++++++++++ fml/doc/ja/tutorial/setup/newml.sgml | 5 +- 2 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 fml/doc/ja/tutorial/setup/newml.recipes.sgml (limited to 'fml/doc/ja/tutorial/setup') 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 @@ + + + + + + レシピ’s + + + + + + + + + + +newml 時に、aliasに使われるMLの管理者のメールアドレスを指定したい。 + + + + + +newml 時に、そのML用のエイリアスが準備されます。そのさい、 + +${ml_name}-admin: 管理者のメールアドレス + +部分には +$newml_command_ml_admin_default_address +変数の値が入ります。 + +デフォルトでは、どのMLでも +/etc/fml/main.cf で定義されている管理者のアドレス $fml_owner +が使われます。 + +それ以外のものにしたい場合、 +$newml_command_ml_admin_default_address +にメールアドレスを設定して下さい。 + +$newml_command_ml_admin_default_address = メールアドレス + + +また、$ml_name など、他の変数に依存した値も可です。 + +$newml_command_ml_admin_default_address = $ml_name-owner@$ml_domain + + + + + + + + + + + + + +使わないMTA用のファイルの生成を止めたい。 + + + + + +newml_command_mta_config_list に MTA のリストが定義されています。 +そこから、不要の MTA を抜いて下さい。 + + + +たとえば、qmail が不要であれば + +newml_command_mta_config_list -= qmail + + + +~/.qmail-* の生成が止まります。 + + + + + + + + + + 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 @@ @@ -172,4 +172,7 @@ qmail §.setup.config.cf; + +§.setup.newml.recipes; + -- cgit v1.2.1