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

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 09-13-2009, 07:00 AM
Junior Member
 
Posts: 5
Default How to resolve this

Hello.. I am nubie here and I got problem with my debian server :

I have domain at godaddy.com (bluevisionnetworks.net) and I have pointing it to my own server by the Static IP (115.124.67.164)

I also build second server as mail server for this domain, it's also static IP (115.124.67.166) (mail.bluevisionnetworks.net)

OS Web server is debian etch x64 and Plesk 9.2 as control panel
OS Mail server is debian etch x68 and zimbra 5 (ZCS)

the problem is I can send email to inside and outside of the network, but I cannot receiving email from outside of my network and domain and here's some configuration at Mail Server

Quote:
/etc/bind/named.conf.local
zone "bluevisionnetworks.net" {
type master;
file "/etc/named.bluevisionnetworks.fwd";
};
zone "67.124.115.in-addr.arpa" {
type master;
file "/etc/named.bluevisionnetworks.rev";
};
options {
forwarders { 202.182.48.18; 202.182.48.19; } ;};
Quote:
/etc/bind/named.bluevisionnetworks.fwd
bluevisionnetworks.net IN SOA mail.bluevisionnetworks.net. root.bluevisionnetworks.net. (
2009011501 ; Serial in YYYYMMDDXX - tab indented
28800 ; Refresh
3600 ; Retry
604800 ; Expire
14400 ; Default TTL
)

bluevisionnetworks.net. IN NS mail.bluevisionnetworks.net.
bluevisionnetworks.net. IN MX 10 mail.bluevisionnetworks.net.
mta IN A 115.124.67.166
server IN A 115.124.67.166
Quote:
/etc/bind/named.bluevisionnetworks.rev
@ IN SOA mail.bluevisionnetworks.net. root.bluevisionnetworks.net. (
2009011501 ; Serial
28800 ; Refresh
3600 ; Retry
604800 ; Expire
38400 ; Default TTL
)

IN NS mail.bluevisionnetworks.net.
66 IN PTR mail.bluevisionnetworks.net.
64 IN PTR bluevisionnetworks.net.
Quote:
/etc/bind/db.mail.bluevisionnetworks.net
; Addresses and other host information.
;
@ IN SOA mail.bluevisionnetworks.net. hostmaster.bluevisionnetworks.net. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 115.124.67.166
IN A 115.124.67.166
IN MX 10 mail.bluevisionnetworks.net.
Quote:
/etc/resolv.conf
search mail.bluevisionnetworks.net
nameserver 115.124.67.166
nameserver 202.182.48.18 << this is my ISP DNS
nameserver 202.182.48.19 << this is my ISP DNS
Quote:
127.0.0.1 localhost.localdomain localhost
115.124.67.166 mail.bluevisionnetworks.net mail

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
since I cannot receiving emails so temporary I change IP of mail server at Total DNS at Godaddy to my web server (115.124.67.164)



and here's DNS zone at Web Server (115.124.67.164)




I have searching on the zimbra forum for this, I have checked that port 25 has not blocked by my ISP, I have try re-install zimbra twice and I disable DNS relay also rejected SMTP is unchecked but not working

almost forgot, if I trying to restart bind it's always failed, and cannot be restarted : failed to connect 127.0.0.1:953 connection refused

somebody please help me for resolve this problem?
many thanks and excuse me for my bad english
Reply With Quote
  #2 (permalink)  
Old 09-13-2009, 09:16 AM
Moderator
 
Posts: 7,929
Default

Welcome to the forums

You should run a Split DNS - Zimbra :: Wiki to avoid that problem.
__________________
Reply With Quote
  #3 (permalink)  
Old 09-13-2009, 10:55 AM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by uxbod View Post
Welcome to the forums

You should run a Split DNS - Zimbra :: Wiki to avoid that problem.
Hello, Thanks for reply, I have run Slip DNS, but it's still same problem, but I don't run chroot'ed directory, should I run chroot'ed ?
Reply With Quote
  #4 (permalink)  
Old 09-13-2009, 10:59 AM
Moderator
 
Posts: 7,929
Default

No need
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote
  #5 (permalink)  
Old 09-13-2009, 11:56 AM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by uxbod View Post
No need
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
Here's :

Quote:
/etc/host

127.0.0.1 localhost.localdomain localhost
115.124.67.166 mail.bluevisionnetworks.net mail
Quote:
/etc/resolv.conf
search mail.bluevisionnetworks.net
nameserver 115.124.67.166
nameserver 202.182.48.18 << this is my ISP DNS
nameserver 202.182.48.19 << this is my ISP DNS
Quote:
; <<>> DiG 9.3.4-P1.1 <<>> bluevisionnetworks.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21469
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;bluevisionnetworks.net. IN MX

;; ANSWER SECTION:
bluevisionnetworks.net. 14279 IN MX 10 bluevisionnetworks.net.

;; AUTHORITY SECTION:
bluevisionnetworks.net. 64130 IN NS ns.bluevisionnetworks.net.

;; ADDITIONAL SECTION:
bluevisionnetworks.net. 11107 IN A 115.124.67.164
mail 11102 IN A 115.124.67.166

;; Query time: 122 msec
;; SERVER: 202.182.48.18#53(202.182.48.18)
;; WHEN: Sun Sep 13 14:45:36 2009
;; MSG SIZE rcvd: 157
Quote:
; <<>> DiG 9.3.4-P1.1 <<>> bluevisionnetworks.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7139
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 4

;; QUESTION SECTION:
;bluevisionnetworks.net. IN ANY

;; ANSWER SECTION:
bluevisionnetworks.net. 10966 IN A 115.124.67.166
bluevisionnetworks.net. 63989 IN NS ns.bluevisionnetworks.net.
bluevisionnetworks.net. 14138 IN MX 10 bluevisionnetworks.net.

;; AUTHORITY SECTION:
bluevisionnetworks.net. 63989 IN NS ns.bluevisionnetworks.net.
bluevisionnetworks.net. 63989 IN NS ns.bluevisionnetworks.net.

;; ADDITIONAL SECTION:

mail.bluevisionnetworks.net. 63989 IN NS 115.124.67.166.
mail.bluevisionnetworks.net. 63989 IN NS 115.124.67.166.

;; Query time: 65 msec
;; SERVER: 202.182.48.18#53(202.182.48.18)
;; WHEN: Sun Sep 13 14:47:58 2009
;; MSG SIZE rcvd: 217
Quote:
host 'mail.bluevisionnetworks.net'
mail.bluevisionnetworks.net has address 115.124.67.166
mail.bluevisionnetworks.net mail is handled by 10 mail.bluevisionnetworks.net.
Sending email is succesfully but I try to send from my yahoo email, it's bounced
Reply With Quote
  #6 (permalink)  
Old 09-14-2009, 12:17 AM
Moderator
 
Posts: 7,929
Default

Your external MX for your domain is not pointed at your ZCS server. You should also remove your ISPs DNS servers from /etc/resolv.conf. They should be added as forwarders in your local BIND install.
__________________
Reply With Quote
  #7 (permalink)  
Old 09-15-2009, 05:57 AM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by uxbod View Post
Your external MX for your domain is not pointed at your ZCS server. You should also remove your ISPs DNS servers from /etc/resolv.conf. They should be added as forwarders in your local BIND install.
Hay, thanks for reply, I have remove DNS from resolv.conf

Quote:
/etc/resolv.conf/

nameserver 115.124.67.166
search bluevisionnetworks.net
and how can I pointed external MX to my ZCS server?

/etc/bind/db.bluevisionnetworks.net

Quote:
;
; BIND data file for mydomain.com
;
$TTL 604800
@ IN SOA mail.bluevisionnetworks.net. admin.mail.bluevisionnetwor ks.net. (
091409 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@
mail. A 115.124.67.166
mail. MX 10 115.124.67.166
mail. MX 0 mail.bluevisionnetworks.net

is that correct? please advise.. thanks
Reply With Quote
  #8 (permalink)  
Old 09-15-2009, 06:25 AM
Moderator
 
Posts: 7,929
Default

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
Please provide all this information again so that we can see it in context.
__________________
Reply With Quote
  #9 (permalink)  
Old 09-15-2009, 06:44 AM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by uxbod View Post
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
Please provide all this information again so that we can see it in context.
Here's it :

Quote:
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
115.124.67.166 mail.bluevisionnetworks.net mail

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
root@mail:~#
Quote:
cat /etc/resolv.conf
nameserver 115.124.67.166
Quote:
dig bluevisionnetworks.net mx

; <<>> DiG 9.4.2-P2 <<>> bluevisionnetworks.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58834
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;bluevisionnetworks.net. IN MX

;; Query time: 0 msec
;; SERVER: 115.124.67.166#53(115.124.67.166)
;; WHEN: Tue Sep 15 09:34:39 2009
;; MSG SIZE rcvd: 40

Quote:
dig bluevisionnetworks.net any

; <<>> DiG 9.4.2-P2 <<>> bluevisionnetworks.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 57879
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;bluevisionnetworks.net. IN ANY

;; Query time: 0 msec
;; SERVER: 115.124.67.166#53(115.124.67.166)
;; WHEN: Tue Sep 15 09:34:57 2009
;; MSG SIZE rcvd: 40
and this is plesk zone from the another one server 115.124.67.164




and this is Total DNS from Domain Manager at Godaddy.Com [bluevisionnetworks.net]



Please let me know... thx

Last edited by b1nt4ngz; 09-15-2009 at 07:40 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.