In Postfix under PostfixAdmin, which I have used before Zimbra, I made it through transport table via one simple command in MySQL:
Code:
mysql> INSERT INTO transport (domain,destination) VALUES ('domain1.ru',':mail.domain2.ru'); Is is something like this in Zimbra? I'm pretty shure it should be...
But if it is not, what table in MySQL I can use to play around? Or it's not in MySQL?