blob: 83b72ba33611193f1725ed0c0176b07389217080 (
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
|
## ����Ū�ʥ͡��ߥ�
## CLASS {
## use_CLASS_NAME
## CLASS_NAME
## CLASS_NAME_{type,size,limit,...}
## CLASS_default_NAME_{type,size,limit,...}
## }
## �� ��
## -----------------------------------------------------------
## ���ɥ쥹
# address_for_post article_post_address
# address_for_command command_mail_address
## libexec/ �ʲ��γƥץ������ε�ǽ�� off/on
#use_digest_program use_article_digest_function
#use_distribute_program use_article_post_function
#use_command_mail_program use_command_mail_function
#use_error_analyzer_program use_error_mail_analyzer_function
## restrictions
#post_restrictions article_post_restrictions
#command_restrictions command_mail_restrictions
#admin_command_restrictions admin_command_mail_restrictions
## ���ޥ�ɤΥꥹ��
#- ml_admin_cgi_allowed_commands
#commands_for_admin_cgi admin_cgi_allowed_commands
#commands_for_admin admin_command_mail_allowed_commands
#commands_for_privileged_user admin_command_mail_allowed_commands
#commands_for_stranger anonymous_command_mail_allowed_commands
#commands_for_user user_command_mail_allowed_commands
## ������
# reply_message_charset report_mail_charset
# reply_message_subject report_mail_subject
# reply_message_default_charset report_mail_default_charset
# default_message_subject report_mail_default_subject
# template_file_charset message_template_file_charset
## OS ��Ϣ (system_ prefix ������)
## path_* system_path_*
# has_* system_has_*
# system_accounts system_special_accounts
# timezone system_timezone
## newml command
# newml_command_init_private_dirs newml_command_init_private_directories
# newml_command_init_public_dirs newml_command_init_public_directories
## �إå�
# x_ml_name outgoing_mail_header_x_ml_name
## �ե��륿
# header_loop_check_rules incoming_mail_header_loop_check_rules
# use_header_loop_check use_incoming_mail_header_loop_check
# body_loop_check_rules incoming_mail_body_loop_check_rules
# use_body_loop_check use_incoming_mail_body_loop_check
# body_cksum_cache_dir incoming_mail_body_cksum_cache_dir
|