Quote:
Originally Posted by butzkies For zmprov md example.com zimbraMailTransport smtp:mail.example.com
I got an error message
ERROR: account.NO_SUCH_DOMAIN (no such domain: example.com) |
Sorry, I make a mistake. The above command intended to send all of email into secondary mail server (you must replace the example.com with your domain).
For your purpose, you must use the command as below :
Code:
zmprov ma bar@example.com zimbraMailTransport smtp:mail.example.com:25
Don't forget to replace
bar@example.com with specified account, mail.example.com with your Open-Xchange mail server and 25 with your Open-Xchange SMTP port.