mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
25 lines
546 B
HTML
25 lines
546 B
HTML
<header>Domain mapping lookup tables</header>
|
|
|
|
<center><tt>virtual_maps</tt></center>
|
|
<hr>
|
|
|
|
This parameter specifies optional lookup tables to redirect specific addresses
|
|
or even complete domains to another address. This is typically used to
|
|
implement virtual domain support.
|
|
|
|
<p>
|
|
|
|
By default, no address redirection is done.
|
|
|
|
<p>
|
|
|
|
Examples:
|
|
<ul>
|
|
<li><tt>dbm:/etc/postfix/virtual</tt>
|
|
<li><tt>hash:/etc/postfix/virtual</tt>
|
|
<li><tt>hash:/etc/postfix/virtual, nis:virtual</tt>
|
|
<li><tt>hash:/etc/postfix/virtual, netinfo:/virtual</tt>
|
|
</ul>
|
|
|
|
<hr>
|