Search found 22 matches

by sdouglass
Tue Sep 28, 2010 3:21 pm
Forum: Virtualization
Topic: preauth too old when using virtualization?
Replies: 3
Views: 2318

preauth too old when using virtualization?

We're working on solving the system clock issues on the VM host side, but I was just curious if there were any other simple solutions on the Zimbra/preauth side. Thanks for your replies.
by sdouglass
Mon Sep 27, 2010 4:55 pm
Forum: Virtualization
Topic: preauth too old when using virtualization?
Replies: 3
Views: 2318

preauth too old when using virtualization?

We have physical Zimbra servers, but we are trying to virtualize our application servers. Our app servers host our Web site, which we integrate with Zimbra via the preauth mechanism. Unfortunately, in our tests we're seeing intermittent problems with preauth failing for users on our virtual app serv...
by sdouglass
Wed Dec 23, 2009 4:02 pm
Forum: Administrators
Topic: [SOLVED] CoS or other way to hide/disable white/black list?
Replies: 5
Views: 1500

[SOLVED] CoS or other way to hide/disable white/black list?

No, it appeared that there was no CoS setting. What I did was make a custom skin/theme, which had a template file that overrode the template for that preference page, and set the "display" style to "none" for the white/black list section. (Completely removing the template code fo...
by sdouglass
Tue Nov 24, 2009 2:19 pm
Forum: Administrators
Topic: [SOLVED] CoS or other way to hide/disable white/black list?
Replies: 5
Views: 1500

[SOLVED] CoS or other way to hide/disable white/black list?

We don't want to expose the white/black list functionality to our users. Is there a CoS or other setting that would hide the "Junk Mail Options" section of the Mail Preferences? Or otherwise hide the feature away from the users?
by sdouglass
Wed Oct 21, 2009 6:04 pm
Forum: Zimlets
Topic: [SOLVED] adding a button to the compose toolbar in ZCS 6
Replies: 1
Views: 583

[SOLVED] adding a button to the compose toolbar in ZCS 6

OK, I got the button to show up! This is kind of cool. There is some kind of initialization event notification for Zimlets now, as seen in this line of ZmComposeController.js: appCtxt.notifyZimlets("initializeToolbar", [this._app, tb, this, this.viewId], {waitUntilLoaded:true}); All I had ...
by sdouglass
Wed Oct 21, 2009 5:30 pm
Forum: Zimlets
Topic: [SOLVED] adding a button to the compose toolbar in ZCS 6
Replies: 1
Views: 583

[SOLVED] adding a button to the compose toolbar in ZCS 6

I'm working on updating our Zimlets for compatibility with ZCS 6 and have hit a bit of a snag. We have a ZImlet that adds a button next to the "Add Attachment" button in the compose toolbar. It's working fine in ZCS 5.0.x. However, on ZCS 6 the button does not show up, and I haven't yet be...
by sdouglass
Wed Jan 07, 2009 4:00 pm
Forum: Administrators
Topic: proxy and 502 responses
Replies: 0
Views: 933

proxy and 502 responses

Hi, I have a question about Zimbra Proxy and intermittent 502 responses, different from the one in the other similarly named thread. We have a setup similar to the one mentioned in the other thread: one proxy node and two mailbox nodes. We're using ZCS 5.0.9. We installed and configured the proxy ac...
by sdouglass
Tue Dec 16, 2008 5:14 pm
Forum: Developers
Topic: [SOLVED] soap request header elements to force response header to contain notify/refr
Replies: 2
Views: 852

[SOLVED] soap request header elements to force response header to contain notify/refr

Ah, interesting. We were generally sending the session id, -except- in the cases when we wanted to try to force a response to contain the notify headers. Anyway, I wound up not relying on the headers and going with a different approach that requires a little more I/O overhead. We're sending a GetFol...
by sdouglass
Mon Dec 15, 2008 12:52 pm
Forum: Developers
Topic: [SOLVED] soap request header elements to force response header to contain notify/refr
Replies: 2
Views: 852

[SOLVED] soap request header elements to force response header to contain notify/refr

Is there a specific set of tags in the headers of a SOAP request to the user service that will force the response to contain the refresh/notify elements? We use the SOAP API to integrate one of our sites with Zimbra. One integration is to show users the number of unread e-mails in their INBOX on our...