It would be nice if the 'rcpt_to.aliases' plugin allowed you to target multiple users for an alias, therefore allowing groups. For instance: ``` "aliases": { "example.com": { "admins": ["root", "joe"], } } ```