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 02-08-2012, 04:33 AM
Junior Member
 
Posts: 9
Unhappy lost connection after CONNECT from smtp4.mail.ru[94.100.176.44]

Hi all!

I just installed Zimbra CS 7.1.4 and set up domains. Now i can send mail from Zimbra to my mailbox in free mail hosting mail.ru but when i reply the messages do not reach mailbox and i see in logs this:

Feb 8 16:21:24 mx postfix/smtpd[12693]: connect from smtp4.mail.ru[94.100.176.44]
Feb 8 16:21:24 mx postfix/smtpd[12693]: lost connection after CONNECT from smtp4.mail.ru[94.100.176.44]
Feb 8 16:21:24 mx postfix/smtpd[12693]: disconnect from smtp4.mail.ru[94.100.176.44]

I have simple mail server (postfix+dovecot) and it works great. Now i'd like to try zimbra but i cant solve this problem...

PS I thought it is something wrong with zimbra`s postfix main.cf - by default it was mydomain=localdomain. I changed it to my real domain an make "postfix reload" but this solves nothing
Reply With Quote
  #2 (permalink)  
Old 02-08-2012, 04:53 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

I'll move this to the correct forum as it's not a question aboit Installation of Zimbra (which is where you posted).

Quote:
Originally Posted by NODE49 View Post
I just installed Zimbra CS 7.1.4 and set up domains.
Is this server behind a firewall and/or NAT router? If it is, have you set-up a Split DNS (you should)? Whether you have a Split DNS or not, post the output of all the commands in the 'Verify...' section of that article.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 02-09-2012, 01:56 AM
Junior Member
 
Posts: 9
Default

Quote:
Originally Posted by phoenix View Post
Is this server behind a firewall and/or NAT router? If it is, have you set-up a Split DNS (you should)? Whether you have a Split DNS or not, post the output of all the commands in the 'Verify...' section of that article.
Yes, this server is behind the NAT router. I just have done set-up masqdns like in Split DNS, but this not helped me. I still have this in zimbra.log:

Feb 9 13:43:03 mx postfix/smtpd[58613]: connect from smtp20.mail.ru[94.100.176.173]
Feb 9 13:43:03 mx postfix/smtpd[58613]: lost connection after CONNECT from smtp20.mail.ru[94.100.176.173]
Feb 9 13:43:03 mx postfix/smtpd[58613]: disconnect from smtp20.mail.ru[94.100.176.173]

PS The server has an internal address 192.168.78.19 and name mx. kirov.rus.coop is real domain name.

PPS root@mx:/var/log# dig kirov.rus.coop mx

; <<>> DiG 9.7.1-P2 <<>> kirov.rus.coop mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53029
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;kirov.rus.coop. IN MX

;; ANSWER SECTION:
kirov.rus.coop. 0 IN MX 5 mx.kirov.rus.coop.

;; ADDITIONAL SECTION:
mx.kirov.rus.coop. 0 IN A 192.168.78.19

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Feb 9 13:54:06 2012
;; MSG SIZE rcvd: 81
Reply With Quote
  #4 (permalink)  
Old 02-09-2012, 03:42 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by NODE49 View Post
Yes, this server is behind the NAT router. I just have done set-up masqdns like in Split DNS, but this not helped me.
You haven't posted the output of all the commands in the verify section, it's needed to verify your configuration.
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 02-09-2012, 04:10 AM
Junior Member
 
Posts: 9
Default

Quote:
Originally Posted by phoenix View Post
You haven't posted the output of all the commands in the verify section, it's needed to verify your configuration.
Here they are:

root@mx:/var/log# dig kirov.rus.coop mx

; <<>> DiG 9.7.1-P2 <<>> kirov.rus.coop mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56039
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;kirov.rus.coop. IN MX

;; ANSWER SECTION:
kirov.rus.coop. 0 IN MX 5 mx.kirov.rus.coop.

;; ADDITIONAL SECTION:
mx.kirov.rus.coop. 0 IN A 192.168.78.19

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Feb 9 16:01:59 2012
;; MSG SIZE rcvd: 81


root@mx:/var/log# dig kirov.rus.coop any

; <<>> DiG 9.7.1-P2 <<>> kirov.rus.coop any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45708
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;kirov.rus.coop. IN ANY

;; ANSWER SECTION:
kirov.rus.coop. 0 IN MX 5 mx.kirov.rus.coop.

;; ADDITIONAL SECTION:
mx.kirov.rus.coop. 0 IN A 192.168.78.19

;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Thu Feb 9 15:58:17 2012
;; MSG SIZE rcvd: 81



root@mx:/var/log# host $(hostname)
mx.kirov.rus.coop has address 192.168.78.19
Reply With Quote
  #6 (permalink)  
Old 02-12-2012, 08:00 PM
Junior Member
 
Posts: 9
Default

Anyone have ideas?..
Reply With Quote
  #7 (permalink)  
Old 02-13-2012, 01:46 AM
Junior Member
 
Posts: 9
Default

I tried this:
Code:
zimbra@mx:~/postfix-2.7.7.3z/conf$ postconf -d | grep mydomain
append_dot_mydomain = yes
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = localdomain
^^^^^^^^^^^^^^^ - may be this is my problem? But how to change this? In my main.cf there is "mydomain = kirov.rus.coop" but why 'postconf -d' tells me it is 'localdomain'?..
Reply With Quote
  #8 (permalink)  
Old 02-13-2012, 04:51 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by NODE49 View Post
Anyone have ideas?..
The one thing you haven't posted aboce is the /etc/hosts file, what does it contain.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 02-13-2012, 05:14 AM
Junior Member
 
Posts: 9
Default

Quote:
Originally Posted by phoenix View Post
The one thing you haven't posted aboce is the /etc/hosts file, what does it contain.
Sure, here it is:
Code:
zimbra@mx:~/postfix-2.7.7.3z/conf$ cat /etc/hosts
127.0.0.1       localhost.local localhost
192.168.78.19   mx.kirov.rus.coop mx

# 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
Reply With Quote
  #10 (permalink)  
Old 02-16-2012, 04:04 AM
Junior Member
 
Posts: 9
Default

When i try to establish telnet session on port 25 from my LAN to zimbra server, postfix tell me
Code:
220 mx.kirov.rus.coop ESMTP Postfix
and wait for dialog, but when i try the same from Internet, postfix tell me nothing. Just blank screen and no reactions on any coomand except CTRL+]. Is this a zimbra`s postfix config trouble or incorrect DNS settings? What should i try to fix?
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.