blob: 93d7acd0816e36c5d522aadec3deb1c2654fe5c9 (
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
|
=head1 ���顼������
=head2
# Descriptions: ���顼����ž���衣�ǥե���Ȥ�̤�����
# ���顼����ž����� mysql �����椷�����Ȥ�
# ��⡼�ȴ����λ��ϡ�admin_recipient_maps �ˤ������ʤɤ�
# ���פ�����Ȼפ��롣
# History: 4.0 �˳��������ΤϤʤ�
# Value: MAP_LIST
# Examples: file:$ml_home_dir/recipients-maintainer
# $admin_recipient_maps
maintainer_recipient_maps =
=head2 �ץ�����
# Descriptions: ���顼���ϥץ�������Ȥ�����
# History: �ʤ�
# use_error_analyzer_program (fml8 pre alpha)
# Value: YES_OR_NO
# Examples: yes / no
use_error_mail_analyzer_function = ${use_error_analyzer_program:-yes}
=head2 ������
# Descriptions: error messages �Υ���å�����Ǽ����ǥ��쥯�ȥ�
# History: /var/spool/ml/mead/errormaillog
# Value: DIR
# Examples:
error_mail_analyzer_cache_dir = $db_dir/error
# Descriptions: ����å���Υ�����
# History: none
# Value: CLASS
# Examples: File::CacheDir
error_mail_analyzer_cache_type = File::CacheDir
# Descriptions: ����å���Υ⡼��
# History: none
# Value: SELECT ( temporal )
# Examples:
error_mail_analyzer_cache_mode = temporal
# Descriptions: ����å���Υ�����
# mode �� temporal �ʤ���������
# History: none
# Value: NUM
# Examples:
error_mail_analyzer_cache_size = 14
=head2 �ǡ�������Ϥ���
# Descriptions: FML::Error::Analyze ��δؿ�̾��
# History: none
# Value: MIX ( simple_count histgram )
# Examples: simple_count
error_mail_analyzer_function_select_list = simple_count
histgram
# Descriptions: FML::Error::Analyze ��δؿ�̾��
# History: none
# Value: SELECT ( simple_count histgram )
# Examples: simple_count
error_mail_analyzer_function = histgram
# Descriptions: simple_count �Υ��顼����ξ��
# History: none
# Value: NUM
# Examples: 5
error_mail_analyzer_simple_count_limit = 5
|