blob: e6d48b09f95862c185d81a3e38cc19893f75daaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
=head1 MTA ������
# Descriptions: �ҤȤĤ� SMTP �ȥ�������� MTA ���Ϥ������Ԥο��ξ��
# �ǥե���Ȥ� postfix �ˤ��碌�� 1000
# History: 4.0 ��ľ���б������ΤϤʤ���
# $MCI_SMTP_HOSTS �ϻ��Ƥ��뤬����äȰ㤦
# Value: number
# Examples:
recipient_limit = 1000
# Descriptions: �ǥե�����Ȥ� MTA �ϼ�ʬ����( localhost )
# IPv6 �� loopback ���ǥե���ȤʤΤ�������� :-)
# History: fml 4.0 �� $HOST
# Value: host:port
# Examples:
smtp_servers = [::1]:25
127.0.0.1:25
# Descriptions: SMTP �� MAIL FROM:<$smtp_sender> �ǻȤ��ѥ���
# History: fml 4.0 �� $SMTP_SENDER
# Value: mail_address (RFC822 �� addrspec)
# Examples: elena-admin@fml.org
smtp_sender = $maintainer
|