Hello, If I have a virtual alias map like this:
@domain.tld someaddr...@otherdomain.tld superaddr...@somedomain.tld Then all e-mails to domain.tld will be forwarded to the two given addresses, right? Fine. But then, I want those e-mails to be delivered to the original recipient too. For example, if s...@domain.tld receives an e-mail, I want it to be delivered to 3 addresses: someaddr...@otherdomain.tld, superaddr...@somedomain.tld, and s...@domain.tld itself. If I could add the address to the list, it would be fine, but... it's a variable. How can I substitute a variable there? Something like: @domain.tld someaddr...@otherdomain.tld superaddr...@somedomain.tld $originaladdress But I don't know what can I supply to substitute the original address with. I hope you understand my goal, as I didn't have much time to compose clearly. Best regards, MegaBrutal