same here.
Type: Posts; User: yutaka; Keyword(s):
same here.
Could you give us log messages in mailbox.log?
Hi ploeger,
I want to create zimbra-wikis repository in Zimbra-Community account of github.
And I want to move my wiki pages on Yutaka-Notes - Zimbra :: Wiki to the repository because I have had...
Hi all,
I recently tried to edit my own wiki pages on Zimbra :: Wiki and contribute some information.
But I could'nt.:confused:
It seemed that edit function was removed.
Is this only me? or...
I am not sure if you can have "each mailbox located on different mount point, mounting/unmounting them on login/logout".
But the reason "message files remain open(hold) by JAVA process even after...
Your environment is multi-server environment?
If so, server side cache could be the reason for that.
It might help us to figure out what happens if you paste here your snipet of your source code, maybe jsp and js?
You know that there are some get() methods and every methods has different patterns of parameters.
When you send AuthRequest/SOAP, "get(AccountBy keyType, String key, boolean loadFromMaster)" is...
This is just an idea. And I have never tested this.
But how about using com.zimbra.cs.mailbox.MailboxListener?
The followings will give you some idea about how to use MailboxListener:
Let us...
I also looked into your solution.
I have never tried before. But looks like it works for you.
And you are absolutely right that it is more elegant than mine!!:p
It is great to have a...
Oh, then your own app can be on Zimbra's web application server(Jetty).
I assumed that your own app is on your own farm, which is built on your own web application server.
Now you have source...
Hi
I think there are several ways to do that.
One is that your own web app send SOAP/HTTP AuthRequest with the zimbra auth token to Zimbra Server and make them check if that is valid or not.
...
Great work, Dennis!!
Is it possible to have me as a member of https://github.com/Zimbra-Community ?
My account is here, https://github.com/bucchi which includes some repositories of Zimbra...
How about modifying postfix_header_checks.in file in /opt/zimbra/conf?
Please try this first to get all server names:
Then pick one which has your mailbox.
And put it after "ms" as a target server like beow:
Then see how it goes.
As your log said, it seems that the number of LmtpServer Thread is not enough in your system.
You can change that with zimbraLmtpNumThreads from zmprov or admin console.
Welcome, ibtissem
Have you tried this?
Building Zimbra using Perforce - Zimbra :: Wiki
So does that mean that your problem has already been solved, right?
Do you still have any issues?
I am not quite sure why&how you did add a grant -set.account.zimbraIsDelegatedAdminAccount to deny.
(Are you trying this on ZCS7,right?)
But for making your custom attributes editable for a...
"notify" method in com.zimbra.cs.mailbox.alerts.CalItemReminderService class
is good example for you, I guess.
Hi Jason,
As you know, zimbra has soap api "SearchRequest" for searching mails.
To get detail info about that, you better check out soap.txt, which is in ZimbraServer/docs folder of source code...
Hi gllort,
So you already have the list of message ids, right?
Then how about using the url below in your new window;
http://<zimbra hostname>/zimbra/h/message?id=<id you've got>
I guess...
Culd you tell us your ZCS version?
(And please fill your profile out with that info.)
I will give it a try to think about the solution.
Hi all,
I have just filed a new bug to request Zimlet API enhancement for OAuth client(consumer).
https://bugzilla.zimbra.com/show_bug.cgi?id=66471
I believe this will make zimlet development...
Hi mechaflash,
What kinds of modification do you think of?
Is it for Advanced UI or Standard UI?
If it is for Standard UI, I could tell you the specific jsp file which you have to modify.
But...