On Wed, Feb 03, 2021 at 03:33:01PM +1100, Mike Guelfi wrote:

> > This is an easy question, that I was hoping someone else would field for
> > a change.
> >
> >     1. Rewriting via virtual(5) is recursive, with recursion stopping
> >        either when there's no result, or a key maps to itself.
> >     2. Unqualified RHS values are qualified by appending @$myorigin
> >
> > Each of these independently makes your table not sufficient for your
> > needs, in combination it is doubly unsuitable.  The correct syntax is:
> >
> >     @d1.tld         owner...@d1.tld
> >     a...@d1.tld        d...@d1.tld
> >     b...@d1.tld        d...@d1.tld
> >     owner...@d1.tld owner...@d1.tld
> >
> >     @d2.tld         owner...@d2.tld
> >     owner...@d2.tld owner...@d2.tld
> >
> 
> If they're all local accounts, and local domain is d1.tld, should that  
> last line be?:
> >     owner...@d2.tld owner...@d1.tld

Sure, you're probably right, but then it needs to be:

    @d2.tld         owner...@d1.tld
    owner...@d1.tld owner...@d1.tld

-- 
    Viktor.

Reply via email to