Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

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
  #21 (permalink)  
Old 01-07-2008, 07:03 AM
Moderator
 
Posts: 6,237
Default

zmprov -l ms server.domain.com zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995

zmprov -l ms server.domain.com -zimbraServiceEnabled imapproxy

When you grep drop the 'enabled' part & do a zmprov gs server.domain.com | grep zimbraService so we can see the output of zimbraServiceInstalled as well

Last edited by mmorse; 01-07-2008 at 07:56 AM.. Reason: gs not gacf
Reply With Quote
  #22 (permalink)  
Old 01-07-2008, 07:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

I assume you are trying to modify the ports via the admin UI? Try modifying them with zmprov, do this:

Code:
zmprov gs yourserver.com | grep Pop
zmprov gs yourserver.com | grep Imap
to list the settings for both services. My server shows these default settings:

Code:
zimbraPop3BindOnStartup: TRUE
zimbraPop3BindPort: 110
zimbraPop3CleartextLoginEnabled: FALSE
zimbraPop3NumThreads: 20
zimbraPop3ProxyBindPort: 110
zimbraPop3SSLBindOnStartup: TRUE
zimbraPop3SSLBindPort: 995
zimbraPop3SSLProxyBindPort: 995
zimbraPop3SSLServerEnabled: TRUE
zimbraPop3SaslGssapiEnabled: FALSE
zimbraPop3ServerEnabled: TRUE

zimbraImapBindOnStartup: TRUE
zimbraImapBindPort: 143
zimbraImapCleartextLoginEnabled: FALSE
zimbraImapNumThreads: 200
zimbraImapProxyBindPort: 143
zimbraImapSSLBindOnStartup: TRUE
zimbraImapSSLBindPort: 993
zimbraImapSSLProxyBindPort: 993
zimbraImapSSLServerEnabled: TRUE
zimbraImapSaslGssapiEnabled: FALSE
zimbraImapServerEnabled: TRUE
If your settings are different then change them to those settings and restart Zimbra.
__________________
Regards


Bill
Reply With Quote
  #23 (permalink)  
Old 01-07-2008, 07:18 AM
Member
 
Posts: 11
Default

After doing the grep I receive

Code:
zimbraPop3BindOnStartup: TRUE
zimbraPop3BindPort: 7110
zimbraPop3CleartextLoginEnabled: FALSE
zimbraPop3NumThreads: 100
zimbraPop3ProxyBindPort: 110
zimbraPop3SSLBindOnStartup: TRUE
zimbraPop3SSLBindPort: 7995
zimbraPop3SSLProxyBindPort: 995
zimbraPop3SSLServerEnabled: TRUE
zimbraPop3SaslGssapiEnabled: FALSE
zimbraPop3ServerEnabled: TRUE

zimbraImapBindOnStartup: TRUE
zimbraImapBindPort: 7143
zimbraImapCleartextLoginEnabled: TRUE
zimbraImapNumThreads: 200
zimbraImapProxyBindPort: 143
zimbraImapSSLBindOnStartup: TRUE
zimbraImapSSLBindPort: 7993
zimbraImapSSLProxyBindPort: 993
zimbraImapSSLServerEnabled: TRUE
zimbraImapSaslGssapiEnabled: FALSE
zimbraImapServerEnabled: TRUE
I tried using:

Code:
zmprov -l ms myserver.com zimbraPop3BindPort 110
ERROR: service.INVALID_REQUEST (invalid request: port 110 conflict between zimbraPop3ProxyBindPort and zimbraPop3BindPort on server myserver.com)

zmprov ms myserver.com zimbraPop3BindPort 110
ERROR: service.INVALID_REQUEST (invalid request: port 110 conflict between zimbraPop3ProxyBindPort and zimbraPop3BindPort on server myserver.com)
When I ran this:

Code:
zmprov gacf | grep zimbraService
Nothing was listed. It just came back to the prompt after taking a few seconds to think. Anything else I can try?

Thanks,
Jason.
Reply With Quote
  #24 (permalink)  
Old 01-07-2008, 07:33 AM
Moderator
 
Posts: 6,237
Default

Try running all the port settings on one line, & put a 7 in front of anything with proxy in it.
Quote:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
Quote:
zmprov gs server.domain.com | grep zimbraService
Reply With Quote
  #25 (permalink)  
Old 01-07-2008, 07:45 AM
Member
 
Posts: 11
Default

Putting all the ports on one line has solved my problem. Thank you Mike and Bill for all your help through this. And in case this thread will help further people I have done the zmprov gs myserver.com | grep zimbraService:

Code:
zimbraServiceEnabled: antivirus
zimbraServiceEnabled: antispam
zimbraServiceEnabled: logger
zimbraServiceEnabled: mailbox
zimbraServiceEnabled: mta
zimbraServiceEnabled: stats
zimbraServiceEnabled: snmp
zimbraServiceEnabled: ldap
zimbraServiceEnabled: spell
zimbraServiceHostname: myserver.com
zimbraServiceInstalled: antivirus
zimbraServiceInstalled: antispam
zimbraServiceInstalled: logger
zimbraServiceInstalled: mailbox
zimbraServiceInstalled: mta
zimbraServiceInstalled: stats
zimbraServiceInstalled: archiving
zimbraServiceInstalled: imapproxy
zimbraServiceInstalled: snmp
zimbraServiceInstalled: ldap
zimbraServiceInstalled: spell
Thank you again for all your help.

Jason.
Reply With Quote
  #26 (permalink)  
Old 01-07-2008, 07:57 AM
Moderator
 
Posts: 6,237
Default

How you doing Centrex?
Quote:
Originally Posted by centrex View Post
Server status page no longer mentions imapproxy

I will now try to manually set the ports for pop and imap now. Previously it wouldn't let me due to port conflict with the proxy.

Edit: Nope, still can't assign normal ports for imap/imaps and pop3/pop3s. It's complaining about a port conflict with proxy.
Any luck with doing them all on one line?
Reply With Quote
  #27 (permalink)  
Old 01-07-2008, 08:02 AM
Loyal Member
 
Posts: 98
Default

Thanks Bill and Mike,

As user zimbra I did:

Code:
zmprov -l ms mail.centrex.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
all on one line, then as user root I did

Code:
service zimbra restart
Now the services are listening on the correct ports.

imapproxy is no longer showing in the server status page and Thunderbird can retrieve and handle messages again!

I wish I could rename the thread title as it really seems to have been purely an issue with incorrect use of imapproxy, nothing directly related to Thunderbird.

Hopefully other people who are affected by this will find this thread anyway.

Thanks again!
Reply With Quote
  #28 (permalink)  
Old 01-07-2008, 08:07 AM
Moderator
 
Posts: 6,237
Default

Cool, thanks for marking as solved - I just changed the title a bit - further tracking: Bug 22822 - proxy port issues on upgrade > Bug 22449 - avoid imap port conflicts during upgrades
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.