Quote:
Originally Posted by bijo I installed zimbra on ubuntu 10.4 from a documentation. I configuered the hostname, dns as mail.example.com. I installed zimbra and its working perfect.
The only problem is i can send/receive email from/to admin@mail.example.com only not from/to admin@example.com. Can anyone help me how to resolve that issues.
I want to take out the mail part and want to keep only example.com as my domain. |
You have wrong DNS configuration so Zimbra create mail.example.com as domain instead of example.com.
To resolve this problem, you have 2 options :
1. Rename domain :
Code:
zmprov -l rd [mail.example.com] [example.com]
2. Create new domain, set is as default (Zimbra Admin |Global Setting) and then delete the mail.example.com domain
Don't forget to modify your DNS so example.com will have mail.example.com as A & MX records.