Search found 183 matches

by Gren Elliot
Tue Oct 11, 2016 8:18 am
Forum: Administrators
Topic: soap receiver error
Replies: 18
Views: 15368

Re: soap receiver error

It looks like you are using datasources. Are you sure the config for those is correct? What mailsystem are you connecting to for those - are they Zimbra systems or other?
by Gren Elliot
Fri Oct 07, 2016 2:05 pm
Forum: Administrators
Topic: soap receiver error
Replies: 18
Views: 15368

Re: soapr receiver error

Your original problem mentioned an issue with SendDeliveryReportRequest I can't see any mention of SendDeliveryReportRequest in the fragment of mailbox.log you posted. Please try to reproduce the issue again and see if there is any associated logging in mailbox.log You could bump the SOAP logging le...
by Gren Elliot
Thu Oct 06, 2016 1:50 pm
Forum: Administrators
Topic: soap receiver error
Replies: 18
Views: 15368

Re: soapr receiver error

Is anything logged in /opt/zimbra/log/mailbox.log?
by Gren Elliot
Fri Sep 30, 2016 9:20 am
Forum: Installation and Upgrade
Topic: Calendars and Contacts only
Replies: 2
Views: 1053

Re: Calendars and Contacts only

I believe there are CardDAV and CalDAV connectors for Outlook, although I have no experience with them and knowledge of how good they are. I'm not sure you could block access to the mail functionality, but configuring for CalDAV and CardDAV would be separate from the config for mail anyway. On the o...
by Gren Elliot
Tue Sep 27, 2016 2:42 pm
Forum: Users
Topic: Add signature using CLI
Replies: 3
Views: 5425

Re: Add signature using CLI

Just had a quick platy, and this appears to do the trick (creating an HTML signature and a text downgrade)

Code: Select all

zmsoap -z -type account -m user@example.com CreateSignatureRequest/signature @name="globalSignature" content="<html>from me</html>" @type="text/html"
by Gren Elliot
Fri Sep 23, 2016 4:14 pm
Forum: CalDAV / CardDAV / iSync
Topic: Lightning | Notification not send with shared calendar
Replies: 6
Views: 5561

Re: Lightning | Notification not send with shared calendar

I don't know for certain but I would guess that Lightning is specifying the sharee as the ORGANIZER, instead of the sharer. If that is the case, then Zimbra wouldn't generate invitations for it. You could confirm by switching on DAV tracing on the server using something similar to: zmprov addAccount...
by Gren Elliot
Wed Sep 21, 2016 5:34 pm
Forum: CalDAV / CardDAV / iSync
Topic: accessing calendar from Zimbra to another Zimbra using CalDAV
Replies: 7
Views: 7157

Re: accessing calendar from Zimbra to another Zimbra using CalDAV

The errors suggest that there are certificate problems on your servers.
by Gren Elliot
Wed Sep 21, 2016 5:26 pm
Forum: CalDAV / CardDAV / iSync
Topic: iCal - Invitation problems
Replies: 3
Views: 4036

Re: iCal - Invitation problems

You can enable dav tracing for account user1@example.com using :

Code: Select all

zmprov addAccountLogger user1@example.com zimbra.dav TRACE
Hopefully, there will be something in mailbox.log for the time of the change that should trigger a message that will help.
by Gren Elliot
Wed Sep 21, 2016 10:08 am
Forum: Developers
Topic: [SOLVED] get Appointment identification index in order to get appointment of sub-calendar
Replies: 3
Views: 3658

Re: get Appointment identification index in order to get appointment of sub-calendar

You can use: <GetFolderRequest view="appointment" xmlns="urn:zimbraMail"/> Experimenting with my account, you can ignore the "/Trash" folder generally, what you are looking for is the values for attribute "id": zmsoap -v -t mail -z -m gren@example.com GetFolde...
by Gren Elliot
Mon Sep 19, 2016 1:40 pm
Forum: CalDAV / CardDAV / iSync
Topic: CalDav Issues with Apple Calendar and iOS Calendar
Replies: 6
Views: 9265

Re: CalDav Issues with Apple Calendar and iOS Calendar

For iOS and OS X and most CalDAV clients you can configure all calendars for your account in one shot. For instance, if your server is zimbra.example.com, you would use the URL https://zimbra.example.com . Typically, you also need to specify username and password too. Regrettably, the Lightning plug...