blob: 314b643471cfdf731a46fc8e1e8e07ac7c73ab61 (
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
|
=head1 ���顼������
=head2
# Descriptions: ���顼����ž���衣�ǥե���Ȥ�̤�����
# ���顼����ž����� mysql �����椷�����Ȥ�
# ��⡼�ȴ����λ��ϡ�admin_recipient_maps �ˤ������ʤɤ�
# ���פ�����Ȼפ��롣
# History: 4.0 �˳��������ΤϤʤ�
# Value: maps
# Examples: file:$ml_home_dir/recipients-maintainer
# $admin_recipient_maps
maintainer_recipient_maps =
=head2 �ץ�����
# Descriptions: ���顼���ϥץ�������Ȥ�����
# History: �ʤ�
# Value: yes
# Examples: yes / no
use_error_analyzer_program = yes
=head2 ������
# Descriptions: error messages �Υ���å�����Ǽ����ǥ��쥯�ȥ�
# History: /var/spool/ml/mead/errormaillog
# Value: directory
# Examples:
error_analyzer_cache_dir = $db_dir/error
# Descriptions: ����å���Υ�����
# History: none
# Value: string
# Examples: File::CacheDir
error_analyzer_cache_type = File::CacheDir
# Descriptions: ����å���Υ⡼��
# History: none
# Value: string
# Examples:
error_analyzer_cache_mode = temporal
# Descriptions: ����å���Υ�����
# mode �� temporal �ʤ���������
# History: none
# Value: number
# Examples:
error_analyzer_cache_size = 14
=head2 �ǡ�������Ϥ���
# Descriptions: FML::Error::Analyze ��δؿ�̾��
# History: none
# Value: simple_count / histgram
# Examples: simple_count
error_analyzer_function_list = simple_count
histgram
# Descriptions: FML::Error::Analyze ��δؿ�̾��
# History: none
# Value: simple_count / histgram
# Examples: simple_count
error_analyzer_function = histgram
# Descriptions: simple_count �Υ��顼����ξ��
# History: none
# Value: NUM
# Examples: 5
error_analyzer_simple_count_limit = 5
|