blob: 96ee78f1abfb23be5ff7bdd148d5a913a259ce7a (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
=head1 ���ޥ�ɤ����
=head2 ���ޥ�ɤ����
#
# ����: �ޤ��ޤ��ͤ���Ȥ����ޤ�
#
# Descriptions: command prompt in message reply
# History: hard coded in fml (< 4.0)
# Value: string without spaces
# Examples: >>>
command_prompt = >>>
# Descriptions: subscribe ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
subscribe_command_auth_type = confirmation
# Descriptions: chaddr ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
chaddr_command_auth_type = confirmation
# Descriptions: unsubscribe ���ޥ�ɤ� confirmation ǧ��(������Хå�ǧ��)
# ��Ԥʤ����ݤ���
# History:
# Value: confirmation / ""
# Examples:
unsubscribe_command_auth_type = confirmation
# Descriptions: ͭ���ʥ��ޥ�ɰ������
# History: fml 4.0 �Ǥϥǥե���ȤΥ��ޥ������������Ф�
# @PERMIT_PROCEDURE @DENY_PROCEDURE �ʤɤ�
# �ѹ���ä���
# Value:
# Examples:
commands_for_user = help
get
mget
get
mget
send
subscribe
add
unsubscribe
bye
remove
resign
signoff
chaddr
confirm
guide
info
admin
objective
summary
commands_for_stranger = guide
info
add
subscribe
chaddr
$confirm_command_prefix
commands_for_privileged_user = subscribe
add
unsubscribe
bye
remove
resign
signoff
chaddr
addadmin
addpriv
byeadmin
byepriv
get
mget
send
password
pass
dir
ls
file
list
commands_for_admin_cgi = adduser
deluser
addadmin
deladmin
list
log
newml
rmml
# Descriptions: confirmation ���ֻ���ɽ�����̤ʥ��ޥ��
# Value: STR
# Examples:
confirm_command_prefix = confirm
# Descriptions: �����ѤΥ��ޥ�ɤ�ɽ�����̤ʥ��ޥ��
# Value: STR
# Examples:
privileged_command_prefix = admin
=head2 CGI
# Descriptions: listinfo template
# History: /usr/local/fml/listinfo/
# Value: directory
# Examples: /usr/local/share/fml/$fml_version/listinfo/$language
listinfo_template_dir = $fml_share_dir/listinfo/$template_file_charset
# Descriptions: information ���ǥ��쥯�ȥ� (�̤ͣ���)
# History: none
# Value: directory
# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
listinfo_base_dir = $fml_owner_home_dir/public_html/fml/listinfo
# Descriptions: information ���ǥ��쥯�ȥ� (�̤ͣ���)
# History: none
# Value: directory
# Examples: ~fml/public_html/fml/listinfo/fml.org/elena
listinfo_dir = $listinfo_base_dir/$ml_domain/$ml_name
=head2 newml
# Descriptions: �̺ͣ����� (makefml newml)�κݤ˺����
# �ƥ�ץ졼�ȥե�����
# Value: ARRAY
# Examples:
newml_command_template_files = config.cf
|