diff options
| author | fukachan <fukachan> | 2002-08-19 12:45:58 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-08-19 12:45:58 +0000 |
| commit | 33cf52951ca56cd519520b49992dfb3efcb3ee35 (patch) | |
| tree | ed2db50e8e9806a031958d3ff0bb0eb7522c6c7b /fml | |
| parent | 3ed6ffc8c934a3384ab84476ff89c6e60d2999f6 (diff) | |
| download | fml8-33cf52951ca56cd519520b49992dfb3efcb3ee35.tar.gz fml8-33cf52951ca56cd519520b49992dfb3efcb3ee35.tar.bz2 fml8-33cf52951ca56cd519520b49992dfb3efcb3ee35.zip | |
regen: define $use_*
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 24420732..c8224c26 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -779,6 +779,17 @@ log_format_type = process[pid] # Examples: log_dir = $var_dir/log +=head1 配送プロセス + +=head2 プロセス + + +# Descriptions: 配送処理プログラムをそもそも使うか? +# History: なし +# Value: yes +# Examples: yes / no +use_distribute_program = yes + =head1 記事および記事のスプール # Descriptions: 記事を配送する機能を使うか否か? @@ -843,6 +854,16 @@ html_archive_dir = $fml_owner_home_dir/public_html/fml/mlarchive/$ml_domain/$ml_ =head1 コマンドの定義 +=head2 プロセス + + +# Descriptions: コマンドメールを使うか? +# History: なし +# Value: yes +# Examples: yes / no +use_command_mail_program = yes + + =head2 コマンドの定義 # @@ -999,11 +1020,14 @@ newml_command_template_files = config.cf =head1 エラーメール解析 -# Descriptions: use libexe/fml/{error,mead} or not -# History: +=head2 プロセス + + +# Descriptions: エラー解析プログラムを使うか? +# History: なし # Value: yes # Examples: yes / no -use_error_analyzer = yes +use_error_analyzer_program = yes =head2 キャッシュ |
