From: Matt Emmerton (no email)
Date: Tue Sep 27 2005 - 07:53:30 EDT
> On Tuesday, September 27, 2005 at 03:54 CEST, Matt Emmerton
<> wrote:
> > main.cf:
> > virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
> > virtual_mailbox_domains = compar.com
> >
> > vmailbox:
> > compar.com/matt
> >
> > virtual:
> > postmaster
> >
> > aliases:
> > postmaster: root
> > root:
> >
> > When I send mail to (via SMTP, from an external
> > machine), I get the following error:
> >
> > Sep 26 21:09:09 daisy postfix/virtual[38093]: 98D296104:
> > to=<>, relay=virtual, delay=0, status=bounced
> > (unknown user: "")
> >
> > Do I need to qualify the RHS of my virtual maps with "@localhost" so
> > that it will go through the proper rewrite mechanisms?
>
> Bingo. Unqualified RHSs get qualified with @$myorigin, which
> apparently is compar.com is your case.
Correct. Could I avoid having to qualify the RHSes with @localhost if I
were to set $myorigin to localhost? Would this break anything? Being able
to avoid having to qualify the RHSes would make automated administration
much simpler for me.
Regards,
-- Matt
|
|
|