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
  #11 (permalink)  
Old 10-19-2009, 12:51 AM
Junior Member
 
Posts: 7
Default reply post

Quote:
Originally Posted by uxbod View Post
Code:
host `hostname` <- copy 'n' paste
As you are behind a FW/Router on a private IP then you would be better to use your upstream ISP's SMTP relay server instead of attempting to send direct.

Secondly, it would appear you have no external MX record for your domain!
i have given my ISP's SMTP in global setting--->MTA-->Relay MTA for external delivery.
but still i m not able to send mail outside.

what should i do to create a external MX record for my domain??
Reply With Quote
  #12 (permalink)  
Old 10-19-2009, 01:05 AM
Moderator
 
Posts: 7,928
Default

If you manage your domain are you not able to add it from a web GUI ? if not who handles your domain resource records ?
__________________
Reply With Quote
  #13 (permalink)  
Old 10-19-2009, 03:53 AM
Loyal Member
 
Posts: 87
Lightbulb See this

Quote:
Originally Posted by blrk_macet View Post
this is my named.conf file. please check whether i have configured correctly or should i hav to change anything else in this

//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
listen-on port 53 { 127.0.0.1; 192.168.0.202; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { 192.168.0.0/24; 127.0.0.1;};
allow-recursion { 192.168.0.0/24; 127.0.0.1;};
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside . trust-anchor dlv.isc.org.;
};

logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};

zone "." IN {
type hint;
file "named.ca";
};


zone "macet.com" {
type master;
file "/var/named/macet.com.db";
};

include "/etc/named.rfc1912.zones";

include "/etc/named.dnssec.keys";
include "/etc/pki/dnssec-keys/dlv/dlv.isc.org.conf";
-------------------------------------------------------------------

; Zone File for macet.com
$TTL 86400
@ IN SOA @ mail.macet.com. (
42 ; serial (d.adams)
3H ; refresh
15M ; retry
1W ; expiry
1D
)

@ IN NS mail.macet.com.
IN MX 10 mail.macet.com.
IN A 192.168.0.202
mail IN A 192.168.0.202
www IN A 192.168.0.202






EDIT YOUR NAMED.CONF FILES AND ADD THE HIGHLIGHTED:

options {
directory "/var/named";

forwarders {
10.1.1.3;
};

};



Note that the "forwarder should be inside the options.

Or Preferably configure another DNS server and use it as a forwarder. Your Mail server should then be configured to query the new DNS, make it the first nameserver.

NOTE: make a backup of your named.conf before editing it!
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.