I need to allow my customers to use e-mails in format of 4ca2bc00-6789-4161-bae7-c11c5b91454e@example.com, where the username part is sort of UUID. Those emails should be delivered to certain (single) e-mail address (for example - inbound@example.com) to be processed later on, and the recipient address is used to distinguish among users. Generally, it's not possible to write those UUIDs into the /etc/mail/aliases
because there's no way to know the list of those UUIDs in advance.
How can I configure routers for system aliases or local users to accept those e-mail addresses?