summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/user.cf
blob: 58797918650428413aca59b3f11245d7d632ab86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=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.
#      History: NONE
#        Value: DIR
#     Examples: /var/spool/ml/elena/var/db/user_info
user_db_dir			=	$db_dir/user_info

# Descriptions: primary { address => gecos_field } map.
#      History: none
#        Value: MAP
#     Examples:
primary_user_db_gecos_map	=	$user_db_dir/gecos

# Descriptions: { address => gecos_field } maps.
#      History: none
#        Value: MAP_LIST
#     Examples:
user_db_gecos_maps		=	$primary_user_db_gecos_map

# Descriptions: primary { address => unix time when subscribed } map.
#      History: none
#        Value: MAP
#     Examples:
primary_user_db_subscribe_date_map	=	$user_db_dir/subscribe_date

# Descriptions: { address => unix time when subscribed } maps.
#      History: none
#        Value:  MAP_LIST
#     Examples:
user_db_subscribe_date_maps	=	$primary_user_db_subscribe_date_map