View Single Post
  #6 (permalink)  
Old 10-08-2009, 01:39 PM
Des Des is offline
Member
 
Posts: 12
Default

If I want my mail server to handle myfirstpublicdomain.com, I put a line in the /etc/hosts file like:

Code:
192.168.0.36   mail.mypublicdomain.com    mail
What happens when I want it to handle mail mynextpublicdomain.com as well?

Also, what address should I use for local clients that want to send mail via Zimbra? Assuming that they won't want to point to mail.mypublicdomain.com , I put a name in the local DNS that maps mail.localdomain to 192.168.0.36 and the clients use that name for local access.

Cheers,
Reply With Quote