Would you happen to have an example on a vacation script that works
with virtual users, or do i need to create one to suit my needs?
I find it hard to believe that there isn't a script out there that
does something as simple as this without being dependant on big weird
setups
8 apr 2009 kl. 16.41 skrev Noel Jones:
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