
Originally Posted by
nickwuk
I believe I can copy email by setting up a forwarding rule, but how do I set it up to redirect email from one alias to two other aliases, eg:
send email for info@ to jim@ and john@ without leaving email in an info@ mailbox.
The described scenario is possible by simply adding each e-mail forwarder via cPanel one at a time, like the following example:
First, setup info@domain.tld to forward to jim@domain.tld
Second, setup info@domain.tld to forward to john@domain.tld
After adding the second forwarder you should be able to see both listed, though you can also confirm the same by viewing the domain's "valiases" configuration file:
Code:
# cat /etc/valiases/domain.tld
In the valiases configuration file(s) forwarders with multiple recipients should have the destination addresses comma-separated, as seen below:
Code:
test1@domain.tld: test2@domain.tld,test3@domain.tld