blob: 4e583da84f752757ce3e66514c5c899621482928 (
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
|
=head1
# Descriptions: use libexe/fml/{error,mead} or not
# History:
# Value: yes
# Examples: yes / no
use_error_analyzer = yes
# 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
|