<!--
   $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>
### &lt;ALIASES elena@home.fml.org ML&gt; ###

# 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

### &lt;/ALIASES elena@home.fml.org ML&gt; ###
</screen>
In the case of virtual domain, 
$ml_home_prefix varies with $virtual_maps.
</para>

</sect2>


</sect1>
