How can I can force Zimbra to forward mails or newly created mails destined to a particular FQDN or IP (of the correct email server) ?
Like for example, i want to force my Zimbra to send all mails bearing "@mailserver.com" in its recipient's address to the IP address or FQDN of the email server hosting the said account.
All the rest shall take the normal path or what the DNS dictates.
Can someone explain further what this set of commands below do exactly?
Quote:
$ zmprov md example.com zimbraMailCatchAllAddress @example.com
$ zmprov md example.com zimbraMailCatchAllForwardingAddress @example.com
$ zmprov md example.com zimbraMailTransport smtp:mail.example.com |
Also, if ever I tried these scripts and failed and I simply want to revert back to the earlier config, how can I undo the said configurations?