Tan Mientras:
> On Thu, Oct 20, 2022 at 5:00 PM Wietse Venema <[email protected]> wrote:
>
> >
> > You can do this with a main.cf:virtual_alias_maps lookup table that
> > takes as search key an email address in your domain like
> > user123@yourdomain. If their email should be delivered externally,
> > the lookup table returns the external email address like
> > [email protected], otherwise it returns not found.
> >
> > That could be an LDAP table, or any other table lookup mechanism
> > that Postfix has support for.
> >
>
> I think i understand what you mean.
> Would this be compatible with our "internal" users? ie: can postfix send
> some mails locally (to procmail/maildir) and others remotely (smtp),
> although all users are populated in the same LDAP?
For those users, the table returns not found, and therefore, email
deliveries do no change.
Wietse