Results 1 to 5 of 5

Thread: [SOLVED] How to get rid of zimbra-proxy?

  1. #1
    evp
    evp is offline Junior Member
    Join Date
    May 2008
    Posts
    9
    Rep Power
    6

    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

  2. #2
    uxbod's Avatar
    uxbod is offline Moderator
    Join Date
    Nov 2006
    Location
    UK
    Posts
    7,980
    Rep Power
    22

    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

  3. #3
    phoenix is offline Zimbra Consultant & Moderator
    Join Date
    Sep 2005
    Location
    Vannes, France
    Posts
    21,878
    Rep Power
    51

    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

  4. #4
    evp
    evp is offline Junior Member
    Join Date
    May 2008
    Posts
    9
    Rep Power
    6

    Default

    Thank You, that did the trick!

    Regards,
    evp

  5. #5
    brianfinley is offline Member
    Join Date
    Apr 2006
    Posts
    14
    Rep Power
    8

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 02-25-2008, 06:28 PM
  2. zmperditionctl start asking for password
    By k7sle in forum Administrators
    Replies: 32
    Last Post: 02-20-2008, 10:13 AM
  3. Zimbra shutdowns every n hours.
    By Andrewb in forum Administrators
    Replies: 13
    Last Post: 08-14-2007, 08:55 AM
  4. port 7071 not listening OS X install
    By rm* in forum Installation
    Replies: 7
    Last Post: 03-21-2006, 09:47 AM
  5. Monitoring : Data not yet avalaible
    By s3nz3x in forum Installation
    Replies: 7
    Last Post: 11-30-2005, 06:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •