diff options
Diffstat (limited to 'fml/etc/src/config.cf.ja/acl.cf')
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index be1f0a87..e62754b9 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -43,13 +43,16 @@ address_compare_function_domain_matching_level = 3 # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -article_post_restrictions = reject_system_special_accounts +article_post_restrictions = isolate_system_special_accounts permit_member_maps - reject + isolate # Descriptions: コマンドへの制限 # History: fml 4.0 の PERMIT_COMMAND_FROM と REJECT_ADDR を合体したもの @@ -62,14 +65,17 @@ article_post_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -command_mail_restrictions = reject_system_special_accounts +command_mail_restrictions = isolate_system_special_accounts permit_anonymous_command permit_user_command - reject + isolate # Descriptions: admin コマンドへの制限 @@ -82,6 +88,9 @@ command_mail_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# reject_system_special_accounts +# reject_spammer_maps +# reject # ) # Examples: # 1. members-admin だけで認証する |
