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 03-08-2010, 09:13 PM
Intermediate Member
 
Posts: 15
Default brand new installation, email doesnt queue

Just completed a rather easy installation of Zimbra on Ubuntu 8.04 TLS

after installation:
I am able to recieve email from exnternal domains.
I can send email to myself.
I can't send email to any outside domain.

I checked the queue and there are nothing in them.
I verified I can ping external domains
and I verified I can telnet into domains via port 25.
any ideas on where to start?

Thanks for the help!
Reply With Quote
  #2 (permalink)  
Old 03-08-2010, 09:23 PM
Advanced Member
 
Posts: 193
Default

what error you are getting while sending out emails to other domain.Please paste the logs

/var/log/mail.log
__________________
Abhiz
http://abhishekamralkar.blogspot.com
Reply With Quote
  #3 (permalink)  
Old 03-08-2010, 09:32 PM
Intermediate Member
 
Posts: 15
Default

Thanks for the reply, here is the log:


Mar 8 14:32:05 mail1mx zmmailboxdmgr[15377]: status OK
Mar 8 14:32:09 mail1mx postfix/smtpd[14725]: connect from k2smtpout03-01.prod.mesa1.secureserver.net[64.202.189.171]
Mar 8 14:32:09 mail1mx postfix/smtpd[14725]: NOQUEUE: reject: RCPT from k2smtpout03-01.prod.mesa1.secureserver.net[64.202.189.171]: 554 5.7.1 Mar 8 14:32:10 mail1mx postfix/smtpd[14725]: disconnect from k2smtpout03-01.prod.mesa1.secureserver.net[64.202.189.171]
Mar 8 14:32:24 mail1mx postfix/smtpd[14725]: connect from mail1mx.fastsupportonline.com[192.168.15.131]
Mar 8 14:32:24 mail1mx postfix/smtpd[14725]: 3BC605BA203: client=mail1mx.fastsupportonline.com[192.168.15.131]
Mar 8 14:32:24 mail1mx postfix/cleanup[14741]: 3BC605BA203: message-id=<33100815.10.1268080344108.JavaMail.root@mail1mx>
Mar 8 14:32:24 mail1mx postfix/qmgr[12985]: 3BC605BA203: from=, size=657, nrcpt=1 (queue active)
Mar 8 14:32:24 mail1mx postfix/smtpd[14725]: disconnect from mail1mx.fastsupportonline.com[192.168.15.131]
Mar 8 14:32:24 mail1mx postfix/smtpd[16096]: connect from localhost[127.0.0.1]
Mar 8 14:32:24 mail1mx postfix/smtpd[16096]: 9A8725BA204: client=localhost[127.0.0.1]
Mar 8 14:32:24 mail1mx postfix/cleanup[14741]: 9A8725BA204: message-id=<33100815.10.1268080344108.JavaMail.root@mail1mx>
Mar 8 14:32:24 mail1mx postfix/qmgr[12985]: 9A8725BA204: from=, size=1127, nrcpt=1 (queue active)
Mar 8 14:32:24 mail1mx postfix/smtpd[16096]: disconnect from localhost[127.0.0.1]
Mar 8 14:32:24 mail1mx postfix/smtp[14757]: 3BC605BA203: to=, relay=127.0.0.1[127.0.0.1]:10024, delay=0.41, delays=0.01/0/0.01/0.39, dsn=2.$
Mar 8 14:32:24 mail1mx postfix/qmgr[12985]: 3BC605BA203: removed
Mar 8 14:32:25 mail1mx postfix/smtp[16097]: 9A8725BA204: to=, relay=mx1.hotmail.com[65.55.37.120]:25, delay=0.72, delays=0.01/0.03/0.32/0.3$
Mar 8 14:32:25 mail1mx postfix/qmgr[12985]: 9A8725BA204: removed
Mar 8 14:32:32 mail1mx zmmailboxdmgr[16423]: status requested
Mar 8 14:32:32 mail1mx zmmailboxdmgr[16423]: status OK
Mar 8 14:32:32 mail1mx zmmailboxdmgr[16483]: status requested
Mar 8 14:32:32 mail1mx zmmailboxdmgr[16483]: status OK
Reply With Quote
  #4 (permalink)  
Old 03-08-2010, 10:05 PM
Advanced Member
 
Posts: 193
Default

cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname`

Please give results for above commands
__________________
Abhiz
http://abhishekamralkar.blogspot.com
Reply With Quote
  #5 (permalink)  
Old 03-08-2010, 10:19 PM
Intermediate Member
 
Posts: 15
Default

root@mail1mx:/var/log# cat /etc/hosts
127.0.0.1 localhost
192.168.15.131 mail1mx.fastsupportonline.com mail1mx

root@mail1mx:/var/log# cat /etc/resolv.conf
nameserver 127.0.0.1


root@mail1mx:/var/log# dig fastsupportonline.com mx

; <<>> DiG 9.4.2-P2.1 <<>> fastsupportonline.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15877
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;fastsupportonline.com. IN MX

;; ANSWER SECTION:
fastsupportonline.com. 604800 IN MX 10 mail.fastsupportonline.com.

;; AUTHORITY SECTION:
fastsupportonline.com. 604800 IN NS mail.fastsupportonline.com.

;; ADDITIONAL SECTION:
mail.fastsupportonline.com. 604800 IN A 192.168.15.131

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Mar 8 15:23:44 2010
;; MSG SIZE rcvd: 90


root@mail1mx:/var/log# dig fastsupportonline.com any

; <<>> DiG 9.4.2-P2.1 <<>> fastsupportonline.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59152
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;fastsupportonline.com. IN ANY

;; ANSWER SECTION:
fastsupportonline.com. 604800 IN SOA mail.fastsupportonline.com. admin.fastsupportonline.com. 70725 604800 86400 2419200 604800
fastsupportonline.com. 604800 IN NS mail.fastsupportonline.com.
fastsupportonline.com. 604800 IN MX 10 mail.fastsupportonline.com.
fastsupportonline.com. 604800 IN A 192.168.15.131

;; ADDITIONAL SECTION:
mail.fastsupportonline.com. 604800 IN A 192.168.15.131

;; Query time: 16 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Mar 8 15:24:13 2010
;; MSG SIZE rcvd: 148
Reply With Quote
  #6 (permalink)  
Old 03-08-2010, 10:37 PM
Intermediate Member
 
Posts: 15
Default

i should probably explain what im doing.
Im wanting to make zimbra a backup mail server as my primary mail server is exchange, so if exchange goes offline zimbra holds the mail, then when exchange goes back up, zimbra delivers it back to exchange.
Reply With Quote
  #7 (permalink)  
Old 03-18-2010, 06:50 AM
Zimbra Consultant & Moderator
 
Posts: 19,655
Default

Quote:
Originally Posted by bnelson View Post
i should probably explain what im doing.
Im wanting to make zimbra a backup mail server as my primary mail server is exchange, so if exchange goes offline zimbra holds the mail, then when exchange goes back up, zimbra delivers it back to exchange.
There are plenty of examples on how to set-up a Backup MX server on the internet: "backup mx" postfix - Yahoo! Search Results
__________________
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.