diff options
| author | fukachan <fukachan> | 2003-11-30 09:59:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-30 09:59:17 +0000 |
| commit | ba63f5f3b7154c090f72b898ecf48255ff48b874 (patch) | |
| tree | 5bc92ce58582d5f98911bd15a9adb7f002fe005d /fml/etc | |
| parent | 4934a4bd50caf85890f30cfcc08734bc159f600f (diff) | |
| download | fml8-ba63f5f3b7154c090f72b898ecf48255ff48b874.tar.gz fml8-ba63f5f3b7154c090f72b898ecf48255ff48b874.tar.bz2 fml8-ba63f5f3b7154c090f72b898ecf48255ff48b874.zip | |
system_accounts -> system_special_accounts.
XXX xxx_restrictions supports "reject_system_accounts" for backward
XXX compatiblity.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 14 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index 2d246570..b52ea882 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -23,11 +23,11 @@ address_compare_function_type = user_part_case_insensitive # Value: list of attributes ( # permit_anyone # permit_member_maps -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: -post_restrictions = reject_system_accounts +post_restrictions = reject_system_special_accounts permit_member_maps reject @@ -37,11 +37,11 @@ post_restrictions = reject_system_accounts # permit_anyone # permit_commands_for_stranger # permit_member_maps -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: -command_restrictions = reject_system_accounts +command_restrictions = reject_system_special_accounts permit_commands_for_stranger permit_member_maps reject @@ -53,7 +53,7 @@ command_restrictions = reject_system_accounts # permit_anyone # permit_admin_member_maps # check_admin_member_password -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: @@ -62,7 +62,7 @@ command_restrictions = reject_system_accounts # 2. password auth (members-admin + password) # check_admin_member_password reject # -admin_command_restrictions = reject_system_accounts +admin_command_restrictions = reject_system_special_accounts check_admin_member_password reject @@ -235,7 +235,7 @@ moderator_recipient_maps = $primary_moderator_recipient_map # History: fml 4.0's $REJECT_ADDR # Value: a list of strings # Examples: see below -system_accounts = root +system_special_accounts = root postmaster MAILER-DAEMON msgs diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index 7a0c19c8..751809ea 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -27,11 +27,11 @@ address_compare_function_type = user_part_case_insensitive # Value: list of attributes ( # permit_anyone # permit_member_maps -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: -post_restrictions = reject_system_accounts +post_restrictions = reject_system_special_accounts permit_member_maps reject @@ -41,11 +41,11 @@ post_restrictions = reject_system_accounts # permit_anyone # permit_commands_for_stranger # permit_member_maps -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: -command_restrictions = reject_system_accounts +command_restrictions = reject_system_special_accounts permit_commands_for_stranger permit_member_maps reject @@ -57,7 +57,7 @@ command_restrictions = reject_system_accounts # permit_anyone # permit_admin_member_maps # check_admin_member_password -# reject_system_accounts +# reject_system_special_accounts # reject # ) # Examples: @@ -66,7 +66,7 @@ command_restrictions = reject_system_accounts # 2. パスワード認証 (members-admin &&パスワード認証) # check_admin_member_password reject # -admin_command_restrictions = reject_system_accounts +admin_command_restrictions = reject_system_special_accounts check_admin_member_password reject @@ -238,7 +238,7 @@ moderator_recipient_maps = $primary_moderator_recipient_map # History: fml 4.0 の $REJECT_ADDR # Value: a list of strings # Examples: see below -system_accounts = root +system_special_accounts = root postmaster MAILER-DAEMON msgs |
