View Single Post
  #9 (permalink)  
Old 09-27-2007, 06:28 AM
sean.lutner sean.lutner is offline
Member
 
Posts: 10
Default

Quote:
Originally Posted by mmorse View Post
Are the accounts in xyz currently? (like you removed xyz from a virtual host, made it a new domain of it's own, and moved users to it?)

(You never mentioned your DNS/MX or hostname records so I assume you have no trouble with that.)

Also-If you want the Zimbra server to relay all mail destined for a particular domain to another mta, you can forward the domain.
ManagingDomains - ZimbraWiki

to set the default domain there's:
zmprov mcf zimbraDefaultDomain domainthatyouwantdefault.com
I have a similar situation in my configuration currently. We had started a migration off Gmail to Zimbra and had to back out. I had attempted to setup forwarding for my domain via:
Code:
zmprov md mydomain.com zimbraMailCatchAllAddress @mydomain.com
zmprov md mydomain.com zimbraMailCatchAllForwardingAddress @mydomain.com 
zmprov md mydomain.com zimbraMailTransport smtp:aspmx.l.google.com
Now that we are set to move forward with our migration again, I'd like to remove this setup. Do I need to do anything other that change the value of 'zimbraMailTransport'? Or do I need to remove the CatchAll parameters as well? How would I do that?
Reply With Quote