Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-25-2009, 08:00 AM
Active Member
 
Posts: 25
Default [SOLVED] Help! All Email broke

Running Zimbra on Ubuntu 8.04. I Changed the IP address (and contacted my ISP with mx record change) and suddenly outgoing emails would not work. I installed postconf, rebooted and now nothing will send or recieve.
Reply With Quote
  #2 (permalink)  
Old 06-25-2009, 08:02 AM
Member
 
Posts: 11
Default

Did you check the host file to see if the old IP is still listed in it?
Reply With Quote
  #3 (permalink)  
Old 06-25-2009, 08:13 AM
Active Member
 
Posts: 25
Default

It has the new IP. However, I did see this as the entry:

10.10.10.10 hostname.domain.com hostname mail.domain.com

Shouldn't it just be:

10.10.10.10 hostname.domain.com

The all 10's is not the real IP, I've used it for reference
Reply With Quote
  #4 (permalink)  
Old 06-25-2009, 08:21 AM
Member
 
Posts: 11
Default

Is it just that you can't send or you can't send or receive? If you can't send or receive you may want to verify all of your basic IP settings. Check the default gateway and verify that dns lookups are working properly.

Can you send between local mailboxes?
Reply With Quote
  #5 (permalink)  
Old 06-25-2009, 08:22 AM
Active Member
 
Posts: 25
Default

Cannot even send between local mailboxes.

Last edited by tgeorge; 06-25-2009 at 08:36 AM..
Reply With Quote
  #6 (permalink)  
Old 06-25-2009, 09:01 AM
Advanced Member
 
Posts: 205
Default

Did you check zmibraMtaMyNetworks ?
Code:
su - zimbra
zmprove gas -v | grep MyNetwork
make sure your new IP is in there
Reply With Quote
  #7 (permalink)  
Old 06-25-2009, 09:12 AM
Active Member
 
Posts: 25
Default

You must have meant zmprov. And you are right! It's the old address.
Reply With Quote
  #8 (permalink)  
Old 06-25-2009, 09:13 AM
Active Member
 
Posts: 25
Default

How do I get my new IP in there? Sorry for the obviously newbie request
Reply With Quote
  #9 (permalink)  
Old 06-25-2009, 09:34 AM
Active Member
 
Posts: 25
Default

I should also mention that the new IP is on a different subnet, although there is nothing blocking traffic between the two.
Reply With Quote
  #10 (permalink)  
Old 06-25-2009, 09:44 AM
Advanced Member
 
Posts: 205
Default

I have a script that I use to set things up;
Code:
#!/bin/bash
# should be run as user zimbra
# su - zimbra
# change ServerName if run on a different zimbra server.
ServerName="My Server"
# list current settings
zmprov gas -v | grep MyNetwork
# make the change
# 123.123.123.123/32 use all IP addr bits for machine 123.123.123.123
# you can change the /32 to have an entire subnet if needed
# but be cautious as if a firewall is on the front end you may become 
# an open relay
zmprov modifyserver $ServerName zimbraMtaMyNetworks '127.0.0.0/8 
123.123.123.123/32'
# Confirm change
zmprov gas -v | grep MyNetwork
If you can get to the Admin web page then you can also set it there under "Configuration" "Servers"

Last edited by jrefl5; 06-25-2009 at 09:47 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.