On 05/05/16 12:50 PM, Viktor Dukhovni wrote:
On Thu, May 05, 2016 at 12:04:09PM -0700, Jack Bates wrote:
Is there an address rewriting step that affects only virtual_alias_domains?
No.
The following achieved my desired behavior:
virtual_alias_domains = nottheoilrig.com
virtual_alias_maps = inline:{ @nottheoilrig.com=nottheoilrig }
You can similarly limit the domains in scope for lookup via the
"domain = ..." setting in ldap_table(5), mysql_table(5), pgsql_table(5),
...
Got it, thank you for these explanations!