blob: e563d11f3737c628f965bc9ffe1c38c00117f1b9 (
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
|
=head1 �����åȥ����ƥ�
# Descriptions: �����åȥ����ƥ��Ȥ���
# History: fml 5.0 new
# Value: yes / no
# Examples:
use_ticket = yes
# Descriptions: �����åȥ����ƥ�Υ�ǥ�
# �ɥ饤��̾�Ȥ⤤��
# History: fml 5.0 new
# Value: string
# Examples:
ticket_model = minimal_by_db
# Descriptions: �����åȤˤĤ���ͣ�̾
# ʣ���Σ̤ͣˤޤ����ä������åȤ����פ��뤿���
# ɬ��
# History: fml 5.0 new
# Value: string
# Examples: elena
ticket_subject_tag_name = $ml_name
# Descriptions: �����å��ֹ�Υ��å���
# History: fml 5.0 new
# Value:
# Examples: elena_#00001010
ticket_id_syntax = $ml_name_#%08d
# Descriptions: Subject �ˤĤ�������å��ֹ�Υ��å���
# [] () {} �ʤɤ� $ticket_id_syntax ��
# ����ˤĤ��Ƥ�餦�Ȥ狼��䤹����
# History: fml 5.0 new
# Value:
# Examples: [elena_#00001010]
ticket_subject_tag = [$ticket_id_syntax]
# Descriptions: �����å��ֹ����¸����ե�����
# History: fml 5.0 new
# Value: filename
# Examples: /var/spool/ml/elena/ticket.seq
ticket_sequence_file = $ml_home_dir/ticket.seq
# Descriptions: �����åȴ�Ϣ�ǡ�������¸����ǥ��쥯�ȥ�
# �ºݤˤϤ��β��� elena/article.db �Τ褦��
# ���֥ǥ��쥯�ȥ꤬�������
# History: fml 5.0 new
# Value: directory
# Examples: /var/spool/ml/@db@/ticket
ticket_db_dir = $shared_db_dir/ticket
|