Files
webmin/postfix/help/opt_alias_maps.html
2007-04-12 20:24:50 +00:00

23 lines
563 B
HTML

<header>Alias databases used by the local delivery agent </header>
<center><tt>alias_maps</tt></center>
<hr>
This parameter specifies the list of alias databases used by the local delivery
agent. The default list is system dependent. On systems with NIS, the default
is to search the local alias database, then the NIS alias database. See
<a href=aliases>aliases</a> for syntax details.
<p>
Typical configurations are:
<ul>
<li> <tt>dbm:/etc/aliases</tt>
<li> <tt>hash:/etc/postfix/aliases</tt>
<li> <tt>hash:/etc/aliases, nis:mail.aliases</tt>
</ul>
<hr>