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 02-06-2010, 10:24 PM
Active Member
 
Posts: 39
Default Help needed - pop and smtp issue

Hello gurus,

well, i have been using ZCS for a few months as a test in a testing server before taking it out to the production server. Everything is going on well, sent email and receive emails is good in webmail, but when im trying in my Outlook 2003, it failed. Could anyone guide me here, or advice me how to go about it ? here is my config of my ZCS server currently :
Code:
zmcontrol -v

Release 4.5.8_GA_1394.RHEL5_20071002145535 CentOS5 FOSS edition

Code:
[zimbra@mail ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1       localhost.localdomain   localhost
192.168.1.122   mail.themindgarden.com  mail
[zimbra@mail ~]$

Code:
[zimbra@mail ~]$ cat /etc/resolv.conf
nameserver 192.168.1.122
Code:
[zimbra@mail ~]$ dig mail.themindgarden.com mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.1 <<>> mail.themindgarden.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56482
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.themindgarden.com.                IN      MX

;; ANSWER SECTION:
mail.themindgarden.com. 2592000 IN      MX      10 mail.themindgarden.com.mail.themindgarden.com.

;; AUTHORITY SECTION:
mail.themindgarden.com. 2592000 IN      NS      192.168.1.122.mail.themindgarden.com.

;; Query time: 1 msec
;; SERVER: 192.168.1.122#53(192.168.1.122)
;; WHEN: Sat Feb  7 02:17:51 2009
;; MSG SIZE  rcvd: 107

Code:
[zimbra@mail ~]$ dig mail.themindgarden.com any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.1 <<>> mail.themindgarden.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33291
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.themindgarden.com.                IN      ANY

;; ANSWER SECTION:
mail.themindgarden.com. 2592000 IN      SOA     mail.themindgarden.com.mail.themindgarden.com. hostmaster.mail.themindgarden.com.mail.themindgarden.com. 10118 43200 3600 3600000 2592000
mail.themindgarden.com. 2592000 IN      NS      192.168.1.122.mail.themindgarden.com.
mail.themindgarden.com. 2592000 IN      A       192.168.1.122
mail.themindgarden.com. 2592000 IN      MX      10 mail.themindgarden.com.mail.themindgarden.com.

;; Query time: 1 msec
;; SERVER: 192.168.1.122#53(192.168.1.122)
;; WHEN: Sat Feb  7 02:18:23 2009
;; MSG SIZE  rcvd: 170

Code:
[zimbra@mail ~]$ host `hostname`
mail.themindgarden.com has address 192.168.1.122
mail.themindgarden.com mail is handled by 10 mail.themindgarden.com.mail.themindgarden.com.

Code:
[zimbra@mail ~]$ host -v mail.themindgarden.com
Trying "mail.themindgarden.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33317
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.themindgarden.com.                IN      A

;; ANSWER SECTION:
mail.themindgarden.com. 2592000 IN      A       192.168.1.122

;; AUTHORITY SECTION:
mail.themindgarden.com. 2592000 IN      NS      192.168.1.122.mail.themindgarden.com.

Received 84 bytes from 192.168.1.122#53 in 1 ms
Trying "mail.themindgarden.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9358
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.themindgarden.com.                IN      AAAA

;; AUTHORITY SECTION:
mail.themindgarden.com. 2592000 IN      SOA     mail.themindgarden.com.mail.themindgarden.com. hostmaster.mail.themindgarden.com.mail.themindgarden.com. 10118 43200 3600 3600000 2592000

Received 110 bytes from 192.168.1.122#53 in 0 ms
Trying "mail.themindgarden.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57991
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.themindgarden.com.                IN      MX

;; ANSWER SECTION:
mail.themindgarden.com. 2592000 IN      MX      10 mail.themindgarden.com.mail.themindgarden.com.

;; AUTHORITY SECTION:
mail.themindgarden.com. 2592000 IN      NS      192.168.1.122.mail.themindgarden.com.

Received 107 bytes from 192.168.1.122#53 in 0 ms
[zimbra@mail ~]$
Kindly guide me on how i can solve the pop3 and smtp issue here. Thank you

Last edited by phoenix; 02-06-2010 at 11:59 PM..
Reply With Quote
  #2 (permalink)  
Old 02-07-2010, 12:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by getridoff View Post
well, i have been using ZCS for a few months as a test in a testing server before taking it out to the production server. Everything is going on well, sent email and receive emails is good in webmail, but when im trying in my Outlook 2003, it failed. Could anyone guide me here, or advice me how to go about it ?
What errors did you see from the client?

Code:
zmcontrol -v

Release 4.5.8_GA_1394.RHEL5_20071002145535 CentOS5 FOSS edition
That information needs to go in your forum profile.

Quote:
Originally Posted by getridoff View Post
Kindly guide me on how i can solve the pop3 and smtp issue here. Thank you
Unfortunately you've given no details of what the problem is. Have a look in the log files and see what errors are there when you try to send a message via a client such as Outlook and post some of the details here. Before you do that have a search through the forums and try some of the answers you find as your question/problem has most likely been asked before.
__________________
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.