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 06-04-2008, 11:07 PM
evp evp is offline
Junior Member
 
Posts: 9
Default [SOLVED] How to get rid of zimbra-proxy?

Hi,

we have problems with the zimbra imap-proxy and like to remove zimbra-proxy from our setup.

Via Servers->server.domain->Services its possible to disable it, but not to does not make the core imap listen on port 143/993.

How do I completely remove zimbra-proxy?

Regards,
evp
Reply With Quote
  #2 (permalink)  
Old 06-04-2008, 11:12 PM
Moderator
 
Posts: 7,928
Default

Code:
su - zimbra
zmprov -l ms server.domain.com -zimbraServiceEnabled imapproxy
zmprov -l ms server.domain.com -zimbraServiceInstalled imapproxy
Don't miss of the minus sign or you will remove all services! The minus denotes a single service.

Also, http://www.zimbra.com/forums/announc...r-profile.html please so we know which version of ZCS you are running
__________________
Reply With Quote
  #3 (permalink)  
Old 06-04-2008, 11:13 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

I assume you're on a recent version of Zimbra? To check if the proxy is installed/running:
Code:
zmproxyctl status
zmprov gs server.domain.com | grep zimbraServiceEnabled
zmprov gs server.domain.com | grep zimbraServiceInstalled
If it's in, then run this:

Code:
zmproxyctl stop
zmprov ms server.domain.com -zimbraServiceEnabled imapproxy
zmcontrol stop
zmcontrol start
If you need to reset the ports run the following (on one line):

Code:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
__________________
Regards


Bill
Reply With Quote
  #4 (permalink)  
Old 06-04-2008, 11:40 PM
evp evp is offline
Junior Member
 
Posts: 9
Default

Thank You, that did the trick!

Regards,
evp
Reply With Quote
  #5 (permalink)  
Old 03-07-2009, 07:00 AM
Member
 
Posts: 14
Default Had to add web proxy ports too

I had the webmail proxy bits enabled, and had to change the settings for the following proxy config:

Code:
zimbraMailPort: 8080
zimbraMailProxyPort: 80
zimbraMailSSLPort: 8443
zimbraMailSSLProxyPort: 443
to a non-proxy config:

Code:
zimbraMailPort: 80
zimbraMailProxyPort: 8080
zimbraMailSSLPort: 443
zimbraMailSSLProxyPort: 8443
Here's the full command:

Code:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993 zimbraMailPort 80 zimbraMailProxyPort 8080 zimbraMailSSLPort 443 zimbraMailSSLProxyPort 8443
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.