blob: 88de29692e02e54a3337f5d9f16daffe61825973 (
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
|
<!--
$FML: postfix.sgml,v 1.1 2003/07/25 17:05:47 fukachan Exp $
$jaFML: postfix.sgml,v 1.3 2003/04/15 14:51:44 fukachan Exp $
-->
<sect1 id="setup.postfix.aliases">
<title>
MTA Configuration (postfix)
</title>
<important>
<para>
If $alias_maps of Postfix is properly set up, "makefml newml"
automatically prepares fml and postfix configuration for the new ML.
</para>
<para>
See
<link linkend="install.postfix">
<xref linkend="install.postfix">
</link>
for the detail of postfix configuration.
</para>
</important>
<para>
"makefml" does not update system aliases (e.g. /etc/mail/aliases), but
updates only alias file $ml_home_prefix/etc/mail/aliases file, which
is used only for fml.
"makefml" rebuilds $ml_home_prefix/etc/mail/aliases.db automatically, too.
</para>
<sect2>
<title>
NOTE: Format Of /var/spool/ml/etc/mail/aliases
</title>
<para>
$ml_home_prefix/etc/mail/aliases has the following entry
for elena@home.fml.org ML.
<screen>
### <ALIASES elena@home.fml.org ML> ###
# address for post
elena: :include:/var/spool/ml/elena/include
owner-elena: fukachan
# address for command
elena-ctl: :include:/var/spool/ml/elena/include-ctl
owner-elena-ctl: fukachan
# maintainer
elena-request: elena-admin
elena-admin: fukachan, elena-error
# error analyzer
elena-error: :include:/var/spool/ml/elena/include-error
owner-elena-error: fukachan
### </ALIASES elena@home.fml.org ML> ###
</screen>
In the case of virtual domain,
$ml_home_prefix varies with $virtual_maps.
</para>
</sect2>
</sect1>
|