Jonathan Selander wrote:
I tried a few variants and it seems multiple transports isn't possible (?)
Is there another way to accomplish something similar? I know i can use
two domains, but i don't want to configure this manually for every
domain i create
For multiple deliveries, you must have multiple recipients.
This is usually done with an entry in virtual_alias_maps.
# virtual_alias_maps
u...@example.com u...@example.com, u...@vacation.example.com
# transport
vacation.example.com vacation:dummy
where "vacation" is a pipe transport defined in master.cf.
-- Noel Jones