Thanks. Exactly what I needed. al...@example.com us...@example.com, us...@example.com Why don't drop RHS domain here (if example.com is local)?
> Whenever possible, for mapping an inpu address to a set of users, use > virtual aliases instead. > > virtual(5): > # Drop the LHS domain, if it is $myorigin or in $mydestination, AND > # you want the alias to work all local domains. Do not drop the RHS > # domains. > # > al...@example.com us...@example.com, us...@example.com > > main.cf: > # If you have CDB support, use it! > # default_database_type = cdb > # > indexed = ${default_database_type}:${config_directory}/ > virtual_alias_maps = ${indexed}virtual > > and drop the alias from the local aliases(5) file. Use aliases(5) sparingly, > for running commands, and supporting list managers via ":include:". > > There are work-arounds with local aliases(5), but they are less elegant. > > -- Vladimir Vassiliev <v...@edu.yar.ru>