summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-05-16 13:58:09 +0000
committerfukachan <fukachan>2006-05-16 13:58:09 +0000
commitda3f2a00770bc52f24644487c767ca3f87163a41 (patch)
tree1193a364f1543a9186b08cdec73ca2b1f90af97e /fml/etc
parentcee6790a2f9ddd9886a6f529102f57eae62eee60 (diff)
downloadfml8-da3f2a00770bc52f24644487c767ca3f87163a41.tar.gz
fml8-da3f2a00770bc52f24644487c767ca3f87163a41.tar.bz2
fml8-da3f2a00770bc52f24644487c767ca3f87163a41.zip
regen: *_total_limit
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/default_config.cf.en.in31
-rw-r--r--fml/etc/default_config.cf.ja.in34
2 files changed, 64 insertions, 1 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 66c94a38..e3bb56a4 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -617,6 +617,37 @@ article_post_address = $address_for_post
# Examples:
command_mail_address = $address_for_command
+=head1 limitation for number of users
+
+
+# Descriptions: upper limit of recipients. no limitation by default.
+# History: $MAX_MEMBER_LIMIT
+# Value: YES_OR_NO
+# Examples: no
+use_recipient_total_limit = no
+
+
+# Descriptions: upper limit of recipients.
+# History: $MAX_MEMBER_LIMIT
+# Value: NUM
+# Examples: 3000
+recipient_total_limit = 3000
+
+
+# Descriptions: upper limit of posters. no limitation by default.
+# History: $MAX_MEMBER_LIMIT
+# Value: YES_OR_NO
+# Examples: no
+use_member_total_limit = no
+
+
+# Descriptions: upper limit of posters.
+# History: $MAX_MEMBER_LIMIT
+# Value: NUM
+# Examples: 3000
+member_total_limit = 3000
+
+
=head1 User Information
# Descriptions: user database directory.
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index 179311f5..7581e5a6 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -628,8 +628,40 @@ command_mail_address = $address_for_command
-=head1 ユーザ情報
+=head1 ユーザ数制限
+
+
+# Descriptions: ユーザ数(正確には受信者数)の上限を設けるか?
+# デフォルトは設けない
+# History: $MAX_MEMBER_LIMIT
+# Value: YES_OR_NO
+# Examples: no
+use_recipient_total_limit = no
+
+
+# Descriptions: ユーザ数(正確には受信者数)の上限
+# History: $MAX_MEMBER_LIMIT
+# Value: NUM
+# Examples: 3000
+recipient_total_limit = 3000
+
+# Descriptions: ユーザ数(正確には投稿可能数)の上限を設けるか?
+# デフォルトは設けない
+# History: $MAX_MEMBER_LIMIT
+# Value: YES_OR_NO
+# Examples: no
+use_member_total_limit = no
+
+
+# Descriptions: ユーザ数(正確には投稿可能数)の上限
+# History: $MAX_MEMBER_LIMIT
+# Value: NUM
+# Examples: 3000
+member_total_limit = 3000
+
+
+=head1 ユーザ情報
=head2 データベース