blob: 73af35dc8616d7ddd94eba64a883bfe2f114b616 (
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
=head1 CREATE-ON-POST
# Descriptions: CREATE-ON-POST ��ǽ��Ȥ����ݤ���
# �ʤ��������ѿ��� createonpost �ץ������ǤΤ߰�̣�����롣
# History: NONE
# Value: YES_OR_NO
# Examples: yes
use_createonpost_function = yes
=head2 CREATE-ON-POST ����Ʋ�ǽ�ʿ�
# Descriptions: CREATE-ON-POST �ʣ̤ͣ���ƤǤ���ͤ�ï����
# �ǥե���Ȥϥ롼�פ��ɤ�������㳰�������ï�Ǥ���Ʋġ�
# History: NONE
# Value: MIX (
# reject_errormail
# reject_fml8_managed_address
# reject_createonpost_domain
# reject_list_header_field
# reject_system_special_accounts
# permit_createonpost_sender_maps
# permit_anyone
# )
# Examples: permit_anyone
createonpost_sender_restrictions = reject_system_special_accounts
reject_errormail
reject_list_header_field
reject_fml8_managed_address
reject_createonpost_domain
permit_anyone
# Descriptions:
# �ե��������ϡ����Ȥ��� \S+\@example.com
# History: NONE
# Value: FILE
# Examples: pcre:$ml_home_dir/sender.allow.pcre
createonpost_sender_maps = pcre:$ml_home_dir/sender.allow.pcre
=head2 CREATE-ON-POST �� subscribe ��ǽ�ʿ�
# Descriptions: REATE-ON-POST �ʣ̤ͣ� subscribe �Ǥ���ͤ�ï����
# �ǥե���Ȥϥ롼�פ��ɤ�������㳰�������ï�Ǥ�ġ�
# History: NONE
# Value: MIX (
# reject_errormail
# reject_fml8_managed_address
# reject_createonpost_domain
# permit_createonpost_subscribe_maps
# permit_anyone
# )
# Examples: permit_anyone
createonpost_subscribe_restrictions = reject_system_special_accounts
reject_errormail
reject_fml8_managed_address
reject_createonpost_domain
permit_anyone
# Descriptions:
# �ե��������ϡ����Ȥ��� \S+\@example.com
# History: NONE
# Value: FILE
# Examples: pcre:$ml_home_dir/subscribe.allow.pcre
createonpost_subscribe_maps = pcre:$ml_home_dir/subscribe.allow.pcre
=head2 CREATE-ON-POST �ǣ̤ͣ������ǽ�ʿ�
# Descriptions: CREATE-ON-POST ��ưŪ�ˣ̤ͣ��뤳�Ȥ��Ǥ���桼��
# �����¤��롣
# �ǥե���ȤǤ� $ml_domain (�����ФΥǥե���ȥɥᥤ��)
# �Υ桼���Τ�(create-on-post �Ѥ��̤Υɥᥤ���Ȥ��Τǡ�
# ����������д����Ԥ����Ȥ�����̣)��
# ��äȺ٤�����������ʤ顢����ɽ����Ȥ���
# $createonpost_newml_maps �ǥɥᥤ�����¤ʤɤ�Ԥʤ����ɤ���
# History: fml4 �ˤϤʤ���
# fml8 �ν�������Ǥϡ����� restrictions �Ϥʤ���
# permit_anyone ��Ʊ����̣�Ǥ��ä���
# Value: MIX (
# reject_errormail
# reject_fml8_managed_address
# reject_createonpost_domain
# permit_createonpost_newml_maps
# permit_ml_domain
# permit_anyone
# )
# Examples: permit_anyone
createonpost_newml_restrictions = reject_system_special_accounts
reject_errormail
reject_fml8_managed_address
reject_createonpost_domain
permit_createonpost_maintainer_maps
permit_ml_domain
# Descriptions: CREATE-ON-POST ��ưŪ�ˣ̤ͣ��뤳�Ȥ��Ǥ���桼���Υꥹ�ȡ�
# pcre �ޥåפ�Ȥ�������ɽ����Ȥ��롣
# �ե��������ϡ����Ȥ��� \S+\@example.com
# History: NONE
# Value: FILE
# Examples: pcre:$ml_home_dir/newml.allow.pcre
createonpost_newml_maps = pcre:$ml_home_dir/newml.allow.pcre
|