Am 17.05.2016 um 00:23 schrieb Viktor Dukhovni: > >> On May 16, 2016, at 6:16 PM, Johannes Bauer <[email protected]> wrote: >> >> I have multiple virtual mailboxes, fed from virtual_mailbox_maps. >> There's one main user and several aliases to that user. Mail needs to be >> dropped off at that user though. Stupid explanation, easily explained: >> >> [email protected] <-- main user >> [email protected] <-- alias >> [email protected] <-- alias > > This is what virtual_alias_maps is for, do not use generic_maps.
Exactly what I was looking for -- replaced lmtp_generic_maps by virtual_alias_maps and now everything's working as intended. Thanks, Viktor. Cheers, Johannes
