/dev/rob0:
> On Fri, Sep 27, 2013 at 07:09:41AM -0400, Wietse Venema wrote:
> > DTNX Postmaster:
> > > > To sum up: there is no way for Postfix to map
> > > > "[email protected]" email to "[email protected]" system
> > > > account - did I understand correctly?
> >
> > To summarize:
> >
> > The local(8) delivery agent requires system account names
> > without @.
>
> Yes, but ...
>
> > The virtual(8) delivery agent requires user@domain account
> > names.
>
> Requires? Where/why? This is not so. I made at least two virtual
> accounts without "@". (Yes, I am strange.)
You *can* use virtual(8) for mydestination domains, but that does
not mean that it is a good idea. The intended use is like this:
{ mydestination, local_recipient_maps, local_transport = local }
{ virtual_mailbox_domains, virtual_mailbox_maps, virtual_transport = virtual }
{ relay_domains, relay_recipient_maps, relay_transport = relay }
Where the first class requires "account name without @", and where
the second class often delivers via Dovecot.
Wietse