summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-12-21 02:55:26 +0000
committerfukachan <fukachan>2003-12-21 02:55:26 +0000
commit1c5e99bd64a3ca4e2dd6f6a4e7116c2c950ff32a (patch)
tree63f5140ea7f9773608e4b6bc2b853b8a407af0ba /fml/etc
parent8d3e0357e9706c414f2fc9f0ecaf451fdb4f1164 (diff)
downloadfml8-1c5e99bd64a3ca4e2dd6f6a4e7116c2c950ff32a.tar.gz
fml8-1c5e99bd64a3ca4e2dd6f6a4e7116c2c950ff32a.tar.bz2
fml8-1c5e99bd64a3ca4e2dd6f6a4e7116c2c950ff32a.zip
regen:
+ $list_command_default_maps + $newml_command_ml_admin_default_address sort.
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/default_config.cf.ja.in255
1 files changed, 132 insertions, 123 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 4d250a32..8b4c8c12 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -514,17 +514,17 @@ moderator_recipient_maps = $primary_moderator_recipient_map
# Value: a list of strings
# Examples: see below
system_special_accounts = root
- postmaster
- MAILER-DAEMON
- msgs
- nobody
- news
- majordomo
- listserv
- listproc
- \S+\-help
- \S+\-subscribe
- \S+\-unsubscribe
+ postmaster
+ MAILER-DAEMON
+ msgs
+ nobody
+ news
+ majordomo
+ listserv
+ listproc
+ \S+\-help
+ \S+\-subscribe
+ \S+\-unsubscribe
@@ -1351,50 +1351,13 @@ html_archive_address_mask_type = all
use_command_mail_program = yes
-=head2 サイズ制限
-
-
-# Descriptions: MTA から fml が受けとる際のコマンドメールのヘッダサイズの上限値
-# History:
-# Value: NUM
-# Examples: 102400
-incoming_command_mail_header_size_limit = $default_mail_header_size_limit
-
-
-# Descriptions: MTA から fml が受けとる際のコマンドメールの本文サイズの上限値
-# History:
-# Value: NUM
-# Examples: 10240000
-incoming_command_mail_body_size_limit = $default_mail_body_size_limit
-
-
-# Descriptions: fml から MTA へ渡す際のコマンドメールのヘッダサイズの上限値
-# (ごめん、この機能は未実装;-)
-# History:
-# Value: NUM
-# Examples: 102400
-outgoing_command_mail_header_size_limit = $default_mail_header_size_limit
+=head2 コマンド プロンプト
-
-# Descriptions: fml から MTA へ渡す際のコマンドメールの本文サイズの上限値
-# (ごめん、この機能は未実装;-)
-# History:
-# Value: NUM
-# Examples: 10240000
-outgoing_command_mail_body_size_limit = $default_mail_body_size_limit
-
-
-=head2 特定のコマンドの制限
-
-
-# Descriptions: get コマンドで指定できる記事数の上限。
-# 一つの get コマンドの上限であり、かつ、
-# 複数の get コマンドのリクエスト記事数を全部足し合わせた値が
-# この値を越えていないか?もチェックされる。
-# History: $MGET_SEND_BACK_FILES_LIMIT
-# Value: NUM
-# Examples: 100
-get_command_request_limit = 100
+# Descriptions: command prompt in message reply
+# History: hard coded in fml (< 4.0)
+# Value: string without spaces
+# Examples: >>>
+command_mail_reply_prompt = >>>
=head2 フィルタ
@@ -1414,6 +1377,32 @@ use_command_mail_filter = yes
command_mail_filter_functions = command_mail_size_filter
+=head2 フィルタで弾かれたことを教える
+
+
+# Descriptions: フィルタで弾かれたことを教える
+# History: 4.0 ではハードコードだったような…
+# Value: yes / no
+# Examples: yes
+use_command_mail_filter_reject_notice = yes
+
+
+# Descriptions: エラーのお知らせの受信者
+# History: 4.0 ではハードコードだったような…
+# Value: maintainer | sender
+# Examples: maintainer sender
+command_mail_filter_reject_notice_recipients = maintainer
+ sender
+
+
+# Descriptions: 弾いたメールをどのようにフォワードするか?
+# ウィルスなどを考慮すると、文字列がいいとおもう
+# History: 4.0 では文字列で、これはハードコーディングされていた。
+# Value: multipart / string
+# Examples: string
+command_mail_filter_reject_notice_data_type = string
+
+
=head2 サイズ制限ベースのフィルタ
@@ -1436,6 +1425,38 @@ command_mail_size_filter_rules = check_header_size
permit
+
+# Descriptions: MTA から fml が受けとる際のコマンドメールのヘッダサイズの上限値
+# History:
+# Value: NUM
+# Examples: 102400
+incoming_command_mail_header_size_limit = $default_mail_header_size_limit
+
+
+# Descriptions: MTA から fml が受けとる際のコマンドメールの本文サイズの上限値
+# History:
+# Value: NUM
+# Examples: 10240000
+incoming_command_mail_body_size_limit = $default_mail_body_size_limit
+
+
+# Descriptions: fml から MTA へ渡す際のコマンドメールのヘッダサイズの上限値
+# (ごめん、この機能は未実装;-)
+# History:
+# Value: NUM
+# Examples: 102400
+outgoing_command_mail_header_size_limit = $default_mail_header_size_limit
+
+
+# Descriptions: fml から MTA へ渡す際のコマンドメールの本文サイズの上限値
+# (ごめん、この機能は未実装;-)
+# History:
+# Value: NUM
+# Examples: 10240000
+outgoing_command_mail_body_size_limit = $default_mail_body_size_limit
+
+
+
=head2 コマンドメール一通あたりに含まれているコマンドへの上限
@@ -1469,42 +1490,32 @@ command_mail_invalid_command_limit = 100
command_mail_line_length_limit = 128
-=head2 コマンドの定義
+=head2 CGI
-#
-# 注意: まだまだ考え中といえます
-#
-# Descriptions: command prompt in message reply
-# History: hard coded in fml (< 4.0)
-# Value: string without spaces
-# Examples: >>>
-command_mail_reply_prompt = >>>
+# Descriptions: listinfo template
+# History: /usr/local/fml/listinfo/
+# Value: directory
+# Examples: /usr/local/share/fml/$fml_version/listinfo/$language
+listinfo_template_dir = $fml_share_dir/listinfo/$template_file_default_charset
-# Descriptions: subscribe コマンドで confirmation 認証(コールバック認証)
-# を行なうか否か?
-# History:
-# Value: confirmation / ""
-# Examples:
-subscribe_command_auth_type = confirmation
+# Descriptions: information をおくディレクトリ (MLごと)
+# History: none
+# Value: directory
+# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
+listinfo_base_dir = $fml_owner_home_dir/public_html/fml/listinfo
-# Descriptions: chaddr コマンドで confirmation 認証(コールバック認証)
-# を行なうか否か?
-# History:
-# Value: confirmation / ""
-# Examples:
-chaddr_command_auth_type = confirmation
+# Descriptions: information をおくディレクトリ (MLごと)
+# History: none
+# Value: directory
+# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
+listinfo_dir = $listinfo_base_dir/$ml_domain/$ml_name
-# Descriptions: unsubscribe コマンドで confirmation 認証(コールバック認証)
-# を行なうか否か?
-# History:
-# Value: confirmation / ""
-# Examples:
-unsubscribe_command_auth_type = confirmation
+=head2 コンテキストごとのコマンドのリスト
# Descriptions: 有効なコマンド一覧を書く
@@ -1599,6 +1610,9 @@ commands_for_ml_admin_cgi = adduser
log
+=head2 特定のコマンドへの制限
+
+
# Descriptions: confirmation の返事を表す特別なコマンド
# Value: STR
# Examples:
@@ -1611,31 +1625,38 @@ confirm_command_prefix = confirm
privileged_command_prefix = admin
-=head2 CGI
-
-
-# Descriptions: listinfo template
-# History: /usr/local/fml/listinfo/
-# Value: directory
-# Examples: /usr/local/share/fml/$fml_version/listinfo/$language
-listinfo_template_dir = $fml_share_dir/listinfo/$template_file_default_charset
+# Descriptions: get コマンドで指定できる記事数の上限。
+# 一つの get コマンドの上限であり、かつ、
+# 複数の get コマンドのリクエスト記事数を全部足し合わせた値が
+# この値を越えていないか?もチェックされる。
+# History: $MGET_SEND_BACK_FILES_LIMIT
+# Value: NUM
+# Examples: 100
+get_command_request_limit = 100
-# Descriptions: information をおくディレクトリ (MLごと)
-# History: none
-# Value: directory
-# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
-listinfo_base_dir = $fml_owner_home_dir/public_html/fml/listinfo
+# Descriptions: subscribe コマンドで confirmation 認証(コールバック認証)
+# を行なうか否か?
+# History:
+# Value: confirmation / ""
+# Examples:
+subscribe_command_auth_type = confirmation
-# Descriptions: information をおくディレクトリ (MLごと)
-# History: none
-# Value: directory
-# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
-listinfo_dir = $listinfo_base_dir/$ml_domain/$ml_name
+# Descriptions: chaddr コマンドで confirmation 認証(コールバック認証)
+# を行なうか否か?
+# History:
+# Value: confirmation / ""
+# Examples:
+chaddr_command_auth_type = confirmation
-=head2 newml
+# Descriptions: unsubscribe コマンドで confirmation 認証(コールバック認証)
+# を行なうか否か?
+# History:
+# Value: confirmation / ""
+# Examples:
+unsubscribe_command_auth_type = confirmation
# Descriptions: ML作成時 (makefml newml)の際に作られる
@@ -1645,31 +1666,19 @@ listinfo_dir = $listinfo_base_dir/$ml_domain/$ml_name
newml_command_template_files = config.cf
-
-=head2 フィルタで弾かれたことを教える
-
-
-# Descriptions: フィルタで弾かれたことを教える
-# History: 4.0 ではハードコードだったような…
-# Value: yes / no
-# Examples: yes
-use_command_mail_filter_reject_notice = yes
-
-
-# Descriptions: エラーのお知らせの受信者
-# History: 4.0 ではハードコードだったような…
-# Value: maintainer | sender
-# Examples: maintainer sender
-command_mail_filter_reject_notice_recipients = maintainer
- sender
+# Descriptions: ML作成時の際に作われる fml_owner の値の指定。
+# -admin 宛のエラーメールなどが転送される先である。
+# デフォルトでは main.cf の fml_owner の値(通常ユーザ fml)。
+# Value: STR
+# Examples:
+newml_command_ml_admin_default_address = $fml_owner
-# Descriptions: 弾いたメールをどのようにフォワードするか?
-# ウィルスなどを考慮すると、文字列がいいとおもう
-# History: 4.0 では文字列で、これはハードコーディングされていた。
-# Value: multipart / string
-# Examples: string
-command_mail_filter_reject_notice_data_type = string
+# Descriptions: 引数で指定しない時に、list コマンドが表示するべきマップ
+# History: none
+# Value: ARRAY
+# Examples:
+list_command_default_maps = $recipient_maps
=head1 エラーメール解析