blob: 331cb58061f4b7a69b7d4b9d34d6075d71c83794 (
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 ������������롼��
# Descriptions: ��Ƥؤ�����
# History: fml 4.0 �� PERMIT_POST_FROM �� REJECT_ADDR ����������
# Value: list of attributes
# Examples:
post_restrictions = reject_system_accounts
permit_members_only
reject
# Descriptions: ���ޥ�ɤؤ�����
# History: fml 4.0 �� PERMIT_COMMAND_FROM �� REJECT_ADDR ����������
# Value: list of attributes
# Examples:
command_restrictions = reject_system_accounts
permit_members_only
reject
=head2 ���С��Ȥߤʤ����Τ�ï����
# Descriptions: ��Ͽ�ʤɤκݤ��оݤȤʤ���С��ꥹ��
# XXX map �Υ����פˤ�äƤϽ��ߤǤ��ʤ����Ȥ⤢��
# XXX (��: unix.group )
# History: fml 4.0 �� $MEMBER_LIST
# Value: filename
# Examples: /var/spool/ml/elena/members
primary_member_map = file:$ml_home_dir/members
# Descriptions: ���С����ɤ���ǧ�ڤ���ݤ˸������뤹�٤ƤΥ��С��ꥹ��
# History: fml 4.0 �� $MEMBER_LIST @MEMBER_LIST ����
# Type:
# Examples:
member_maps = $primary_member_map
=head2 �����ԤΥꥹ��
# Descriptions: ��Ͽ�ʤɤκݤ��оݤȤ�������ԤΥꥹ��
# XXX map �Υ����פˤ�äƤϽ��ߤǤ��ʤ����Ȥ⤢��
# XXX (��: unix.group )
# History: fml 4.0 �� $ACTIVE_LIST
# Value: filename
# Examples: /var/spool/ml/elena/actives
primary_recipient_map = file:$ml_home_dir/actives
# Descriptions: ���٤Ƥμ����ԤΥꥹ��
# History: fml 4.0 �� $ACTIVE_LIST @ACTIVE_LIST ����
# Value: a list of filenames
# Examples: file:$ml_home_dir/recipients
# unix.group:fml
recipient_maps = $primary_recipient_map
file:$ml_home_dir/recipients
=head2 ��������ȥ١����Υ����������¤���
# Descriptions: OS ���ȤäƤ���褦�ʥ�������Ȥ伫ư�ץ������Υꥹ��
# �����Υ�������Ȥ�
# 1. ��������Ŀͤ�����Ǥ��ʤ��褦�ʥ�������ȤǤ��롣
# 2. ���Ƥ��Ƽ�ư�ץ������ʤɤˤʤäƤ��ꡢ
# ���롼�פʤɤ�Ҥ����������롣
# ��������ͳ�ˤ��˾�ޤ����ʤ���������Ȥ����Ȼפ��롣
# History: fml 4.0 �� $REJECT_ADDR
# Value: a list of strings
# Examples: see below
system_accounts = root
postmaster
MAILER-DAEMON
msgs
nobody
news
majordomo
listserv
listproc
\S+\-help
\S+\-subscribe
\S+\-unsubscribe
|