Search found 94 matches

by undertoe
Wed Jan 31, 2018 6:27 pm
Forum: Developers
Topic: zimbra-api php delegateAuth
Replies: 3
Views: 15907

Re: zimbra-api php delegateAuth

Sorry forgot to update it. i ended up figuring it out. Here is the solution if anyone else needs it You need to generate a preauth token on your zimbra server https://wiki.zimbra.com/wiki/Preauth $account = new AccountSelector(AccountBy::NAME(), 'test@domain.com'); $preAuth = new PreAuth(time() * 10...
by undertoe
Mon Jan 29, 2018 9:24 pm
Forum: Developers
Topic: Zimbra PHP API
Replies: 1
Views: 2977

Zimbra PHP API

Using https://github.com/zimbra-api/zimbra-api/ Successfully querying and getting data back using the api just don't know how use the data being passed back... can someone post an example of how I should be using data passed back from the response. $result = $api->getFreeBusy($s, $e, null, null, 'us...
by undertoe
Mon Jan 29, 2018 9:06 pm
Forum: Developers
Topic: [SOLVED] Delegate Auth Request using pre auth
Replies: 5
Views: 4882

Re: [SOLVED] Delegate Auth Request using pre auth

Ended up figuring it out, here is the solution. But you need to generate a preauth token on your zimbra server https://wiki.zimbra.com/wiki/Preauth $account = new AccountSelector(AccountBy::NAME(), 'test@domain.com'); $preAuth = new PreAuth(time() * 1000, null, 0); $preAuth->computeValue($account, I...
by undertoe
Fri Jan 26, 2018 5:25 pm
Forum: Developers
Topic: [SOLVED] Delegate Auth Request using pre auth
Replies: 5
Views: 4882

Re: [SOLVED] Delegate Auth Request using pre auth

I would be interested to see how you solved this too :)
by undertoe
Fri Jan 26, 2018 5:06 pm
Forum: Developers
Topic: zimbra-api php delegateAuth
Replies: 3
Views: 15907

zimbra-api php delegateAuth

Trying to build a web app to create an appoint as any user. The following works great in a single user scenario if i have the users password. However I would like to auth as admin and then create the appointment as if the user I pick created it. I was reading about delegateAuth but can't find any ex...
by undertoe
Wed Feb 04, 2015 1:52 pm
Forum: Administrators
Topic: LuceneDirectory not readable
Replies: 5
Views: 2290

LuceneDirectory not readable

Is that ok to run, last migration i did and ran that it assed everything up. I have also heard others say that on various forums.
by undertoe
Wed Feb 04, 2015 1:33 pm
Forum: Administrators
Topic: LuceneDirectory not readable
Replies: 5
Views: 2290

LuceneDirectory not readable

permissions on index werent right not sure how they got change? is it safe to say all folders in index chown -R zimbra:zimbra? Also should store be like that?
by undertoe
Wed Feb 04, 2015 10:47 am
Forum: Administrators
Topic: LuceneDirectory not readable
Replies: 5
Views: 2290

LuceneDirectory not readable

When trying to access the view the mailbox admin@mydomain.com I get the following message. Message: system failure: LuceneDirectory not readable mbox=1,dir=/opt/zimbra/index/0/1/index/0 Error code: service.FAILURE Details:soap:Receiver Tried to search the issue and didn't find anything related to zi...
by undertoe
Thu Apr 10, 2014 1:58 pm
Forum: Administrators
Topic: Zimbra Intercept zimbraInterceptAddress Ignore drafts
Replies: 2
Views: 1543

Zimbra Intercept zimbraInterceptAddress Ignore drafts

Raunaq, i did and that's how i set it up. However does not mention anything about suppressing my draft issue. Did you read my who issue? :)
by undertoe
Thu Apr 10, 2014 7:12 am
Forum: Administrators
Topic: ZImbra 8.0.6 Calendar ERROR on load and add event
Replies: 0
Views: 687

ZImbra 8.0.6 Calendar ERROR on load and add event

When the user first loads their calendar in the webui they get an error "invalid request: Could not parse DURATION string: -PT-103M" It is just isolated to a single user and all other users in the same COS do not experience this error. Then again if they save an event. Dropbox screenshot: ...