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 01-27-2011, 03:10 PM
Junior Member
 
Posts: 7
Default Incoming Mail Problem

Hello Just wondering if anyone could give me any Ideas. I can Send mail from internal account to the outside world but cannot receive email from internal or external accounts not sure what is the problem if I go to the admin console my mx record passes check. I do not see my Private ip in the "dig my.domain all" only my external IP do I need to add into it somehow.
Reply With Quote
  #2 (permalink)  
Old 01-27-2011, 06:04 PM
Elite Member
 
Posts: 334
Default

Check your Zimbra Admin | Queue and /var/log/zimbra.log for information regarding your problem.
__________________
Best Regards
---
Masim "Vavai" Sugianto
Vavai Personal Blog
Personal Blog [ID]

Release 7.1.3_GA_3346.SLES11_64_20110930001521 SLES11_64 FOSS edition.
Reply With Quote
  #3 (permalink)  
Old 01-27-2011, 07:58 PM
Junior Member
 
Posts: 7
Default

Could you give me some info on how to do this and what to look for.
Reply With Quote
  #4 (permalink)  
Old 01-27-2011, 11:39 PM
Zimbra Consultant & Moderator
 
Posts: 20,315
Default

Quote:
Originally Posted by teottenbacher View Post
Hello Just wondering if anyone could give me any Ideas. I can Send mail from internal account to the outside world but cannot receive email from internal or external accounts not sure what is the problem if I go to the admin console my mx record passes check. I do not see my Private ip in the "dig my.domain all" only my external IP do I need to add into it somehow.
Go to the Split DNS article and read what's necessary for you DNS, you can confirm your settings by running all the commands in the 'Verify....' section of that article.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 01-28-2011, 08:10 AM
Junior Member
 
Posts: 7
Default

OK I had seen this thread already but I am using the Zimbra Virtual Appliance and the commands do not seem to work properly. I am doing an apt-get update and apt-get upgrade not sure if that will work but I cannot run apt-get install bind9 says it is not available that dnsutils and do not see /etc/bind folder on my server.
Reply With Quote
  #6 (permalink)  
Old 01-28-2011, 08:11 AM
Junior Member
 
Posts: 7
Default

After the update and upgrade bind9 now is installing I will let you know if I have further problems thanks.
Reply With Quote
  #7 (permalink)  
Old 01-28-2011, 09:27 AM
Junior Member
 
Posts: 7
Default

OK have tried this but when I go to restart dnsmasq I get "dnsmasq: failed to create listening socket: Address already in use" Any Ideas of what I may have done wrong.
Reply With Quote
  #8 (permalink)  
Old 01-28-2011, 09:35 AM
Zimbra Consultant & Moderator
 
Posts: 20,315
Default

Quote:
Originally Posted by teottenbacher View Post
OK have tried this but when I go to restart dnsmasq I get "dnsmasq: failed to create listening socket: Address already in use" Any Ideas of what I may have done wrong.
You don't run dnsmasq if you have BIND installed.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 01-28-2011, 10:32 AM
Junior Member
 
Posts: 7
Default

Ok did not see the last part of the DNSMASQ oops ok still having some issues with commands. I am not a linux guy so I am just not sure what I should do here are my /etc/bind/named.conf and /etc/bind/named.conf.options files could you let me know how to modify these also if I try the command /etc/init.d/named start it says file or directory not found.

NAMED.CONF
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local

include "/etc/bind/named.conf.options";

// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "localhost" {
type master;
file "/etc/bind/db.local";
};



NAMED.CONF.OPTIONS
ptions {
directory "/var/cache/bind";

// If there is a firewall between you and nameservers you want
// to talk to, you might need to uncomment the query-source
// directive below. Previous versions of BIND always asked
// questions using port 53, but BIND 8.1 and later use an unprivileged
// port by default.

// query-source address * port 53;

// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.

// forwarders {
// 0.0.0.0;
// };

auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
Reply With Quote
  #10 (permalink)  
Old 01-28-2011, 10:39 AM
Zimbra Consultant & Moderator
 
Posts: 20,315
Default

Details of what goes in the config files is in the Split DNS article, you also need to enter the IP address of a couple of DNS servers that you wish to use as 'forwarders' i.e. the servers that will resolve external DNS requests for you.
__________________
Regards


Bill
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.