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 01-27-2007, 09:02 AM
Intermediate Member
 
Posts: 20
Default Mac OSX 10 Intel, Send/Receive mail

Hello,

I am picking my way through installing Zimbra 4.5 on a Intel, Mac Mini, with 2 gigs of ram. This is just a test run to see if I can install this, I am not very strong with command line stuff, but given clear instructions I can do Okay.

I have been able to launch the admin console, and create an account. But I can't Send/Receive mail.

I have turned OSX firewall off temporarily. and I believe that my dns is set up correctly. At least it does resolve to my test domain and that it turn points to my server.

When I do a port scan of the server, port 25 seems like it is NOT open. Even if with the firewall off.

if I "tail" the log I do not see anything that looks like incoming connections, but there does seem to be something that looks like postfix trying to send mail but timing out.

Quote:
Jan 27 09:14:59 todd-geists-computer-2 postfix/smtp[29515]: connect to mx1.balanced.spunky.mail.dreamhost.com[208.97.132.47]: Operation timed out (port 25)
Is there anything else I am missing. Could there be a problem with Postfix?

Thanks

Todd

Last edited by toddgeist; 01-27-2007 at 09:15 AM..
Reply With Quote
  #2 (permalink)  
Old 01-27-2007, 09:31 AM
Former Zimbran
 
Posts: 5,606
Default

Do you have another MTA running? How about the firewall?

What does zmcontrol status return?
Reply With Quote
  #3 (permalink)  
Old 01-27-2007, 09:41 AM
Intermediate Member
 
Posts: 20
Default

Thanks for your reply

zmcontrol status returns

Quote:
Host 69-12-178-35.dsl.static.sonic.net
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
69-12-178-35:~ zimbra$
I am not sure how to check for another MTA. This is a clean Brand New Mac Mini. I know that I Made sure to turn OFF Personal Web Sharing. The only service that I turned on is Apple Remote Desktop.

does that give you any ideas?

Thanks
Reply With Quote
  #4 (permalink)  
Old 01-27-2007, 09:43 AM
Former Zimbran
 
Posts: 5,606
Default

Did you set up your hosts file? (Do a search on that, or go to the wiki)

how about:
telnet mx1.balanced.spunky.mail.dreamhost.com 25
Reply With Quote
  #5 (permalink)  
Old 01-27-2007, 11:21 AM
Intermediate Member
 
Posts: 20
Default Couldn't find anything that made sense

I did a search for Host File in both the forum and the wiki, but I didn't find anything that made sense to me.

What is the purpose of the Hosts File? Why isn't setting it up handled by the Setup scripts?

Thanks
Reply With Quote
  #6 (permalink)  
Old 01-27-2007, 11:23 AM
Intermediate Member
 
Posts: 20
Default another clue?

When I go to Mail Queues in the Admin Console I get an error

Quote:
Message: system failure: exception during auth {RemoteManager: 69-12-178-35.dsl.static.sonic.net->zimbra@69-12-178-35.dsl.static.sonic.net:22}
com.zimbra.common.service.ServiceException: system failure: exception during auth {RemoteManager: 69-12-178-35.dsl.static.sonic.net->zimbra@69-12-178-35.dsl.static.sonic.net:22}
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:175)
at com.zimbra.cs.rmgmt.RemoteManager.getSession(Remot eManager.java:197)
at com.zimbra.cs.rmgmt.RemoteManager.execute(RemoteMa nager.java:134)
at com.zimbra.cs.service.admin.GetMailQueueInfo.handl e(GetMailQueueInfo.java:56)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:262)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:162)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:84)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:223)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:709)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:162)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:107)
at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:541)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11 ConnectionHandler.processConnection(Http11BaseProt ocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.process Socket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThr ead.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.io.IOException: There was a problem while talking to 69-12-178-35.dsl.static.sonic.net:22
at ch.ethz.ssh2.Connection.connect(Connection.java:64 2)
at ch.ethz.ssh2.Connection.connect(Connection.java:46 0)
at com.zimbra.cs.rmgmt.RemoteManager.getSession(Remot eManager.java:188)
... 24 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:430)
at java.net.Socket.connect(Socket.java:507)
at ch.ethz.ssh2.transport.TransportManager.initialize (TransportManager.java:299)
at ch.ethz.ssh2.Connection.connect(Connection.java:59 1)
... 26 more

Error code: service.FAILURE
Method: ZmCsfeCommand.prototype.invoke
Details:soap:Receiver
Not sure what this means, but I think it related...
Reply With Quote
  #7 (permalink)  
Old 01-27-2007, 11:29 AM
Former Zimbran
 
Posts: 5,606
Default

Different Problem-likely related.

The hosts file is what allows the computer to know what localhost is.

Please take a look here: UnknownHostException - how should /etc/hosts look like?

And insure that your hosts file looks like that.

How did the telnet thing work out?
Reply With Quote
  #8 (permalink)  
Old 01-27-2007, 12:34 PM
Intermediate Member
 
Posts: 20
Default

Didn't try the telnet thing... What will that tell me?

I changed the host file and restarted the machine. But I am still getting the error. hmmm I just saw I may not have put FQDN in the host file. I will check...

But in the meantime... Do I need to re-install Zimbra after the Host File change? Or just re-start it?

Thanks

Todd
Reply With Quote
  #9 (permalink)  
Old 01-27-2007, 12:39 PM
Former Zimbran
 
Posts: 5,606
Default

Well, we still havn't established that is the only problem. . . so i dunno.

Just to clairify:
127.0.0.1 localhost.localdomain localhost
205.250.054.1 mail.domain.com mail

Also, make sure SELinux is off.

the Telnet thing will tell you if 1) your DNS is working and 2) if your MTA is online.
Reply With Quote
  #10 (permalink)  
Old 01-27-2007, 12:56 PM
Intermediate Member
 
Posts: 20
Default Telnet results

So here are the results

Quote:
69-12-178-35:~ zimbra$ telnet mx1.balanced.spunky.mail.dreamhost.com 25
Trying 208.97.132.47...
telnet: connect to address 208.97.132.47: Operation timed out
telnet: Unable to connect to remote host
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.