Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #11 (permalink)  
Old 05-11-2008, 02:26 PM
rusty rusty is offline
Senior Member
 
Join Date: Nov 2007
Posts: 31
rusty is on a distinguished road
Default

It is a single server and I did use a lower case i\

[zimbra@mailhost root]$ zmprov gs mailhost.domain.com | grep Imap
zimbraImapBindOnStartup: TRUE
zimbraImapBindPort: 7143
zimbraImapCleartextLoginEnabled: TRUE
zimbraImapNumThreads: 200
zimbraImapProxyBindPort: 143
zimbraImapSSLBindOnStartup: TRUE
zimbraImapSSLBindPort: 7993
zimbraImapSSLProxyBindPort: 993
zimbraImapSSLServerEnabled: TRUE
zimbraImapSaslGssapiEnabled: FALSE
zimbraImapServerEnabled: TRUE
zimbraReverseProxyImapSaslGssapiEnabled: FALSE
zimbraReverseProxyImapStartTlsMode: only
[zimbra@mailhost root]$
Reply With Quote
  #12 (permalink)  
Old 05-11-2008, 02:28 PM
rusty rusty is offline
Senior Member
 
Join Date: Nov 2007
Posts: 31
rusty is on a distinguished road
Default

zimbraImapCleartextLoginEnabled: TRUE

I may have changed this value troubleshooting.
Reply With Quote
  #13 (permalink)  
Old 05-11-2008, 02:35 PM
mmorse's Avatar
mmorse mmorse is offline
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,249
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

If it's a single server you shouldn't need the imap/pop proxy unless you're doing something else custom:

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

Run the following all on one line:
Quote:
zmprov -l ms server.domain.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
Your putting a 7 in front of anything with proxy in it & correcting the ports (lowercase ell L at the front provisions via LDAP).

Then:
zmcontrol stop
zmcontrol start
Reply With Quote
  #14 (permalink)  
Old 05-11-2008, 02:40 PM
mmorse's Avatar
mmorse mmorse is offline
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,249
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

Notice the minus infront of -zimbraServiceEnabled, that way you can just remove one service. If you weren't to use the minus (or plus) you'd have to specify all the services desired. Just a warning because I don't want you to forget the minus and just set your box to nothing but imapproxy on accident.
Reply With Quote
  #15 (permalink)  
Old 05-11-2008, 03:21 PM
rusty rusty is offline
Senior Member
 
Join Date: Nov 2007
Posts: 31
rusty is on a distinguished road
Default

I followed your instructions exactly except inserted actual server name

zmprov gs mailhost.domain.com | grep imap > now shows no output.

imapproxy began running (was installed) when i first upgraded to 5.0.2, but I never knew it shouldn't be running. Don't know why it decided to be a problem once I upgraded to 5.0.5.

IMAP seems to be running now, thanks.

I mentioned clear text login was enabled. I'd prefer it was disabled for greater security. Do you know what the Zimbra default is? Are you aware of any repercussions from disabling it? I believe all my clients are connecting via SSL/TLS.

Last edited by rusty : 05-11-2008 at 03:28 PM.
Reply With Quote
  #16 (permalink)  
Old 05-11-2008, 03:48 PM
mmorse's Avatar
mmorse mmorse is offline
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,249
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

zmprov ms server.domain.com zimbraImapCleartextLoginEnabled FALSE
Reply With Quote
  #17 (permalink)  
Old 05-11-2008, 04:18 PM
mmorse's Avatar
mmorse mmorse is offline
Zimbra Employee
 
Join Date: May 2006
Location: USA
ZCS Version: NE & OS - in the many flavors of 4.5 & 5.0
Posts: 4,249
mmorse is on a distinguished road
Send a message via AIM to mmorse Send a message via MSN to mmorse Send a message via Yahoo to mmorse Send a message via Skype™ to mmorse
Default

Quote:
Originally Posted by brainyron View Post
I'm currently running Zimbra Network Edition 5.0.4 on Ubuntu 6.06 and the last two days, I have been unable to check my email via IMAP. It seems to only affect certain accounts, and it is cleared up, at least temporarily, by running 'zmmailboxdctl restart'. I'd like to find out what's causing this so I can prevent it from happening.
Let's get some more info in mailbox.log:
zmprov aal user@domain.com zimbra.imap debug

This can be turned off by 'ral' or it's removed automatically on next server restart.

If you want to do it across the board for everyone you can modify /opt/zimbra/conf/log4j.properties.in and append:

logger.com.zimbra.imap=DEBUG

Levels are FATAL, ERROR, WARN, INFO, DEBUG; see this section of the NE Guide.

The fact that your 5.0.4 and ubuntu reminds me of this thread: [SOLVED] Too many open files error after increasing zimbra_session_limit_imap (ulimits were increased for 5.0.5)
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] IMAP Proxy problems jcmanous Installation 5 02-04-2008 08:11 AM
IMAP TLS Problems after upgrade to 4.5.3 shanson Administrators 4 03-22-2007 08:05 AM
Still problems with snet mails in imap accounts chh Zimbra Connector for Outlook 3 01-08-2007 09:26 AM
Error on IMAP - Tomcat crashes! rodrigoccurvo Administrators 5 11-30-2005 06:14 PM
Thunderbird large IMAP folder problems adobrin Administrators 7 10-07-2005 06:15 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0