diff options
| author | fukachan <fukachan> | 2002-07-25 22:42:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-25 22:42:33 +0000 |
| commit | 97b2f9cf97ffcfc508267f837fafe9e80ceb1060 (patch) | |
| tree | d1c890a4b071cc1b23d519dc1f197a2f989ec1a9 /fml/etc | |
| parent | 8dd17e45fd770472d65915919a1076acf28ed2c1 (diff) | |
| download | fml8-97b2f9cf97ffcfc508267f837fafe9e80ceb1060.tar.gz fml8-97b2f9cf97ffcfc508267f837fafe9e80ceb1060.tar.bz2 fml8-97b2f9cf97ffcfc508267f837fafe9e80ceb1060.zip | |
regen: define *moderator*map(s)
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index c308425a..b68d8a20 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -254,7 +254,7 @@ recipient_maps = $primary_recipient_map file:$ml_home_dir/actives -=head2 管理者メンバーとみなされるのは誰か? +=head2 リモート管理者メンバーとみなされるのは誰か? # Descriptions: 登録などの際に対象となるメンバーリスト # XXX map のタイプによっては書き込みできないこともある @@ -302,6 +302,38 @@ admin_member_password_maps = $primary_admin_member_password_map file:$ml_home_dir/etc/passwd +=head2 モデレータメンバーとみなされるのは誰か? + +# Descriptions: 登録などの際に対象となるメンバーリスト +# XXX map のタイプによっては書き込みできないこともある +# XXX (例: unix.group ) +# History: fml 4.0 の $MODERATOR_MEMBER_LIST +# Value: filename +# Examples: /var/spool/ml/elena/members-moderator +primary_moderator_member_map = file:$ml_home_dir/members-moderator + + +# Descriptions: メンバーかどうか認証する際に検索するすべてのメンバーリスト +# History: fml 4.0 には相当物がない、$MODERATOR_MEMBER_LIST のみだった +# Value: +# Examples: +moderator_member_maps = $primary_moderator_member_map + + +# Descriptions: とりあえず定義してあるけど、使われてはいない +# History: 4.0 にはない +# Value: file +# Examples: /var/spool/ml/elena/recipients-moderator +primary_moderator_recipient_map = file:$ml_home_dir/recipients-moderator + + +# Descriptions: とりあえず定義してあるけど、使われてはいない +# History: 4.0 にはない +# Value: file +# Examples: /var/spool/ml/elena/recipients-moderator +moderator_recipient_maps = $primary_moderator_recipient_map + + =head2 アカウントベースのアクセス制限をかける # Descriptions: OS が使っているようなアカウントや自動プログラムのリスト |
