diff options
| author | fukachan <fukachan> | 2008-08-02 21:15:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-02 21:15:59 +0000 |
| commit | 1daea8f73f0183a65b36705bd3405b090dda0a02 (patch) | |
| tree | ef1e837de2b4c1cabfb3e569a29d92b8345a77c2 /fml/etc | |
| parent | 321b3ceb63106a1a60f4b43f899a9ab4d644716b (diff) | |
| download | fml8-1daea8f73f0183a65b36705bd3405b090dda0a02.tar.gz fml8-1daea8f73f0183a65b36705bd3405b090dda0a02.tar.bz2 fml8-1daea8f73f0183a65b36705bd3405b090dda0a02.zip | |
support directives (isolate_system_special_accounts
isolate_spammer_maps isolate) for $article_post_restrictions and
$command_mail_restrictions.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 17 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 17 |
2 files changed, 26 insertions, 8 deletions
diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index 7f6a4092..b67804b9 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -38,13 +38,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: restrictions for command mail # History: fml 4.0's PERMIT_COMMAND_FROM + REJECT_ADDR @@ -57,14 +60,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: restrictions for admin command mail @@ -77,6 +83,9 @@ command_mail_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ) # Examples: # 1. if auth by members-admin only 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 だけで認証する |
