Search found 78 matches

by bburtin
Tue Apr 06, 2010 5:23 pm
Forum: Mobility
Topic: Is there an easy way to get a list of users using ZimbraMobile (ver 6.x)?
Replies: 12
Views: 2893

Is there an easy way to get a list of users using ZimbraMobile (ver 6.x)?

This is possible, but unfortunately not with admin auth. You have to do

$ zmsoap -m admin -p test123 -t mobile GetDeviceStatusRequest



which requires knowing the user's password. I filed bug 45972 for the admin auth issue.
by bburtin
Mon May 11, 2009 6:32 pm
Forum: Administrators
Topic: Changes to the zmlmtpinject CLI in 6.0
Replies: 0
Views: 648

Changes to the zmlmtpinject CLI in 6.0

I removed a bunch of command line switches from zmlmtpinject in the 6.0 codebase. I believe that this is stale code that was used internally for performance testing. If you are using any of these features, please let me know so we can figure out how to best accomodate you in 6.0: -w, --warmUpThresho...
by bburtin
Wed Jan 14, 2009 1:30 pm
Forum: Developers
Topic: [SOLVED] [JAVA] SOAP request over http-proxy
Replies: 4
Views: 1704

[SOLVED] [JAVA] SOAP request over http-proxy

Oops, I just took a closer look and realized that proxy support was added in 5.0. See bug 15835 for details.
by bburtin
Tue Dec 23, 2008 12:06 pm
Forum: Developers
Topic: [SOLVED] [JAVA] SOAP request over http-proxy
Replies: 4
Views: 1704

[SOLVED] [JAVA] SOAP request over http-proxy

Great! Glad you were able to get it working. I filed bug 34091 for this issue.
by bburtin
Wed Dec 17, 2008 1:01 pm
Forum: Developers
Topic: [SOLVED] [JAVA] SOAP request over http-proxy
Replies: 4
Views: 1704

[SOLVED] [JAVA] SOAP request over http-proxy

SoapProvisioning uses our SoapHttpTransport to invoke the request, which then uses Jakarta Commons HttpClient 3.0. Ideally you should be able to specify SoapTransport options on SoapProvisioning. I poked around in the code and didn't find a way to do this. You could take a look at HttpClient and see...
by bburtin
Wed Dec 17, 2008 12:46 pm
Forum: Administrators
Topic: Empty trash error on webmail
Replies: 3
Views: 1287

Empty trash error on webmail

$ perror 28

OS error code 28: No space left on device


Gotta love MySQL error reporting.
by bburtin
Tue Nov 04, 2008 4:11 pm
Forum: Administrators
Topic: [SOLVED] Truncated Messages
Replies: 14
Views: 4243

[SOLVED] Truncated Messages

Don't know. Sounds like the filter is either truncating the message or not handling SMTP transparency correctly. Are these the directions you were following: Adding a disclaimer (altermime) or footer - Zimbra :: Wiki If you find a mistake in the instructions, please follow up so that we can correct ...
by bburtin
Tue Nov 04, 2008 3:38 pm
Forum: Administrators
Topic: [SOLVED] Truncated Messages
Replies: 14
Views: 4243

[SOLVED] Truncated Messages

On the surface, it looks like the SMTP client is sending "." instead of using SMTP transparency and sending "..". See RFC 2821 - Simple Mail Transfer Protocol for more details. I just tried sending the following message: a . b from one Zimbra account to another Zimbra account, an...
by bburtin
Tue Sep 23, 2008 12:38 pm
Forum: Administrators
Topic: Periodic polling of datasources not working for all users
Replies: 1
Views: 846

Periodic polling of datasources not working for all users

Turn on debug logging for zimbra.datasource, then set and reset zimbraDataSourcePollingInterval for one of the problematic data sources. What do you see in mailbox.log for the datasource category?
by bburtin
Tue Aug 12, 2008 11:07 am
Forum: Error Reports
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 1
Views: 2092

java.lang.OutOfMemoryError: Java heap space

Looks like you have a message with a really large body or large text attachment. Do you know which message is causing the problem? If not, turn on debug logging for the zimbra.soap category and repro the OOME. This will log the GetMsg request, which has the message ID. I filed bug 30745 for this iss...