blob: b0aff32520a4c961446462ea925725e8156b36b2 (
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
|
# THE CHARSET OF THIS FILE IS EUC-JP.
# ���Υե������ʸ�������ɤ� EUC-JP �Ǥ���
#
# ����ˡ: (���Υե�������Խ��λ���)
# �ǽ�Σ��Ĥ��ѿ� ml_domain ml_name ���ͤ���ꤷ�Ʋ�������
# ���ȤϤȤꤢ�����ǥե���ȤǤ����Ǥ��礦��
# �ǥե�����Ͱʳ�����ꤷ��������
# ���Υե����������Ū���ͤ�����Ʋ�������
#
# �ɥᥤ��̾ (����: �ʲ��Υ��ɥ쥹�� $ml_domain �������ͤ�Ÿ�������)
ml_domain = home.fml.org
# ML ��̾��
ml_name = elena
# �����ԤΥ��ɥ쥹
maintainer = $ml_name-admin@$ml_domain
# ����ѤΥ��ɥ쥹
article_post_address = $ml_name@$ml_domain
# ���ޥ���ѤΥ��ɥ쥹
command_mail_address = $ml_name-ctl@$ml_domain
# tag test
article_header_rewrite_rules += rewrite_article_subject_tag
article_subject_tag = [\U$ml_name\E %05d)
#
# smtp test
#
smtp_servers += 127.0.0.1:3128
127.0.0.1:6025
#
# for error simulation
#
error_analyzer_function = simple_count
error_analyzer_simple_count_limit = 2
# thread test
article_post_restrictions = isolate_system_special_accounts
check_article_thread
permit_member_maps
isolate
[mysql:fml]
sql_server = mysql.home.fml.org
=cut
#
# write HOOKS (perl scripts) after here if needed.
#
|