mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 20:20:28 +01:00
ⓘ The Postfix module’s “Virtual Domains” page actually manages `virtual_alias_maps`, not `virtual_mailbox_domains`. This updates the UI labels, help text, ACL wording, and log message to call the feature "Virtual Alias Maps", reducing confusion without changing behavior. https://github.com/webmin/webmin/issues/1541
24 lines
505 B
HTML
24 lines
505 B
HTML
<header>Virtual alias lookup tables</header>
|
|
|
|
<center><tt>virtual_alias_maps</tt></center>
|
|
<hr>
|
|
|
|
This parameter specifies optional lookup tables to redirect specific virtual
|
|
addresses or even complete alias domains to another address.
|
|
|
|
<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>
|