Welcome to the forums,
Simply null out the values/return them to their previous:
Code:
zmprov md domain.com zimbraMailCatchAllAddress ""
zmprov md domain.com zimbraMailCatchAllForwardingAddress ''
zmprov md domain.com zimbraMailTransport lmtp:server.domain.com:7025
Yes that's LMTP not SMTP.
If you continued on in that article, it goes:
Quote:
2. We also highly recommend that, in a secondary Zimbra system, you turn off DNS lookups and internet wide message routing from the secondary host and route all mail through the primary. You can accomplish this by:
$ zmprov mcf zimbraMtaRelayHost mail.example.com
$ zmprov mcf zimbraMtaDnsLookupsEnabled FALSE
|
So of course you will need to null/change those back to TRUE as well if you modified them.