diff options
| author | fukachan <fukachan> | 2008-08-24 08:26:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-24 08:26:25 +0000 |
| commit | 480302e74dc856afd432fff00d5ac16b27e8a4ef (patch) | |
| tree | aab8b1dbff8736ecbd94c8f51eed79e94ae1e80c /fml/doc/ja/tutorial/variables | |
| parent | b813ac37be0f2d73b4fa19290135d9829db48971 (diff) | |
| download | fml8-480302e74dc856afd432fff00d5ac16b27e8a4ef.tar.gz fml8-480302e74dc856afd432fff00d5ac16b27e8a4ef.tar.bz2 fml8-480302e74dc856afd432fff00d5ac16b27e8a4ef.zip | |
regen: isolation related changes.
*_restrictions: reject* -> isolate*
+ $isolated_queue_dir
+ $isolated_queue_expire_limit
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 2 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 56 |
2 files changed, 46 insertions, 12 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index bc877a84..1c7f5a51 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -951,6 +951,7 @@ _dir$ { $db_dir $etc_dir $event_queue_dir + $isolated_queue_dir $listinfo_base_dir $listinfo_dir $listinfo_template_dir @@ -965,6 +966,7 @@ _dir$ { *** unclassified *** ? $commands_for_ml_admin_cgi ? $file_default_mode + $isolated_queue_expire_limit ? $language_preference_order ? $unsafe_header_fields </screen> diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index 48524b1a..2b8a854d 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -325,9 +325,9 @@ article_post_restrictions</entry> <entry> 投稿への制限</entry> <entry> -reject_system_special_accounts +isolate_system_special_accounts permit_member_maps - reject + isolate </entry> </row> <row> @@ -692,10 +692,10 @@ command_mail_restrictions</entry> <entry> コマンドへの制限</entry> <entry> -reject_system_special_accounts +isolate_system_special_accounts permit_anonymous_command permit_user_command - reject + isolate </entry> </row> <row> @@ -744,7 +744,7 @@ createonpost_newml_maps</entry> <entry> CREATE-ON-POST で動的にMLを作ることができるユーザのリスト。</entry> <entry> -pcre:$ml_home_dir/newml.pcre +pcre:$ml_home_dir/newml.allow.pcre </entry> </row> <row> @@ -753,25 +753,39 @@ createonpost_newml_restrictions</entry> <entry> CREATE-ON-POST で動的にMLを作ることができるユーザ</entry> <entry> -permit_ml_domain +reject_system_special_accounts + reject_errormail + reject_fml8_managed_address + reject_createonpost_domain + permit_createonpost_maintainer_maps + permit_ml_domain </entry> </row> <row> <entry> -createonpost_sender_maps</entry> +createonpost_sender_restrictions</entry> <entry> - </entry> + CREATE-ON-POST なMLへ投稿できる人は誰か?</entry> <entry> -pcre:$ml_home_dir/sender.pcre +reject_system_special_accounts + reject_errormail + reject_list_header_field + reject_fml8_managed_address + reject_createonpost_domain + permit_anyone </entry> </row> <row> <entry> -createonpost_subscribe_maps</entry> +createonpost_subscribe_restrictions</entry> <entry> - </entry> + REATE-ON-POST なMLへ subscribe できる人は誰か?</entry> <entry> -pcre:$ml_home_dir/subscribe.pcre +reject_system_special_accounts + reject_errormail + reject_fml8_managed_address + reject_createonpost_domain + permit_anyone </entry> </row> <row> @@ -1257,6 +1271,24 @@ check_message_id </row> <row> <entry> +isolated_queue_dir</entry> +<entry> + top level directory to hold isolated messages</entry> +<entry> +$var_dir/mail/queue-isolated + </entry> +</row> +<row> +<entry> +isolated_queue_expire_limit</entry> +<entry> + expire messages in the queue after this limit.</entry> +<entry> +14d + </entry> +</row> +<row> +<entry> language_preference_order</entry> <entry> 言語の優先順位</entry> |
