[SOGo] BTS activities for Monday, July 13 2015
Title: BTS activities for Monday, July 13 2015 BTS Activities Home page: http://www.sogo.nu/bugs Project: SOGo For the period covering: Monday, July 13 2015 idlast updatestatus (resolution)categorysummary 3236 2015-07-13 09:24:35 updated (open) ActiveSync ActiveSync fails to sync large mailboxes with Outlook 2013 1205 2015-07-13 08:07:12 updated (open) Backend Address Book update the vcard handling to VCARD 4 spec 3228 2015-07-13 10:05:58 updated (open) Backend Calendar Printing of Event Description does not respect Line Feed 3234 2015-07-13 09:03:56 updated (open) Backend Calendar Alarm removed when set through caldav 1392 2015-07-13 10:55:30 updated (open) Backend Mail Patch: Inclusion/Embedding of server-side sieve scripts into standard sogo-script 3250 2015-07-13 10:45:07 updated (open) Web Address Book Failed to import non UTF-8 addressbook ldif file 1842 2015-07-13 10:09:36 updated (open) Web Calendar Ability to set working day in 30 minute increments 3246 2015-07-13 10:23:06 updated (open) Web General No CSRF token - requests can be forged 3135 2015-07-13 11:42:19 updated (open) Web Mail Attachment size restriction 3233 2015-07-13 11:08:18 updated (open) Web Mail Add many mail in Drafts directory when we send mail with multiple attachments 3251 2015-07-13 12:43:20 updated (open) Web Mail From field defaults (alias) 3209 2015-07-13 10:55:30 updated (open) Web Preferences Skip ManageSieve sync if user has not modified filter Preferences 3247 2015-07-13 10:25:28 updated (open) Web Preferences sogod crashes when saving preferences with language value > 2147483647 3152 2015-07-13 23:27:34 assigned (reopened) ActiveSync Sent email breaks mail thread on BlackBerry 10 smartphone 2881 2015-07-13 10:05:58 resolved (fixed) Web Calendar Include printing of event description 1208 2015-07-13 12:18:30 closed (not a bug) Web Preferences Sieve filter problem
Re: [SOGo] RPC-over-HTTP does this really work?
> Am 13.07.2015 um 19:03 schrieb Martina Weber : > > Hello, > > No matter what I try to do from Outlook when using the Exchange configurator > it will always try to connect to my sogo server on DCERPC and other ports, > even if I specify the exchange proxy server (the same machine with > https:// at the connection). Did you also check in „Exchange Proxy Settings“ the „connect using HTTP first“ options for fast and slow networks? > My goal would be that if it's possible put the sogo and openchange server > behind another apache which proxypasses the connections to the real groupware > server. > > Can this be done? Yes or No? Yes. > Is this RPC-over-HTTP really works in Outlook 2007,2010,2013? Tested this with 2010 and 2013. For 2013 you can additionally use EAS, which seems to be a bit more bullet proof. > My exchange replacement server will be on the Internet not on a LAN. I don't > want to allow netbios communication. > > If I understand this correctly that if Outlook would use the proxy properly > then all traffic would go on a single :443 TCP SSL port to my SOGO server. Exactly. I would use a firewall to simulate this situation to avoid any Outlook automatisms. Regards, Johannes -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Compiling sogo 2.3 and openchange on FreeBSD
Dear all, I am trying to compile SOGo-2.3.0 on FreeBSD. After fixing numerous problems, I have managed to run successfully gmake install in SOGo-2.3.0 directory, as well as compile OpenChange 2.3. Now I am trying to build OpenChange plugin. However, running gmake in SOGO-2.3.0/OpenChange results in the following error: (echo " Compiling file MAPIStorePropertySelectors.m ...";/usr/local/bin/clang34 MAPIStorePropertySelectors.m -c \ -MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -fobjc-nonfragile-abi -D_NONFRAGILE_ABI -pthread -fPIC -g -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -Wno-import -I/usr/local/include -fgnu-runtime -fconstant-string-class=NSConstantString -Wall -DSAMBA_PRIVATE_DIR=@"\"/var/db/samba4/private\"" -D_GNU_SOURCE=1 -I/usr/local/include/samba4 -DHAVE_IMMEDIATE_STRUCTURES=1 -I/usr/local/include -D_GNU_SOURCE=1 -I/usr/local/include/samba4 -DHAVE_IMMEDIATE_STRUCTURES=1 -I/usr/local/include -DSAMBA_PREFIX="\"/usr/local\"" -I../SoObjects -I../SOPE -DBACKEND_BUNDLE_NAME="@\"SOGoBackend.MAPIStore\"" -DSOGO_BUNDLES_DIR="@\"/usr/local/GNUstep/Local/Library/SOGo\"" -I. -I/root/GNUstep/Library/Headers -I/usr/local/GNUstep/Local/Library/Headers -I/usr/local/GNUstep/System/Library/Headers -I/usr/local/include \ -o obj/SOGoBackend.obj/MAPIStorePropertySelectors.m.o) Compiling file MAPIStorePropertySelectors.m ... In file included from MAPIStorePropertySelectors.m:6: In file included from ./MAPIStorePropertySelectors.h:11: In file included from /usr/local/include/gen_ndr/exchange.h:11: /usr/local/include/samba4/util/debug.h:177:9: warning: 'DEBUG' macro redefined #define DEBUG( level, body ) \ ^ :8:9: note: previous definition is here #define DEBUG 1 ^ In file included from MAPIStorePropertySelectors.m:6: In file included from ./MAPIStorePropertySelectors.h:19: ./MAPIStoreObject.h:71:32: warning: declaration of 'struct mapistore_property_data' will not be visible outside of this function [-Wvisibility] - (int) getProperties: (struct mapistore_property_data *) data ^ MAPIStorePropertySelectors.m:66518:55: error: initializer element is not a compile-time constant static const SEL MAPIStorePropertyGetterSelectors[] = { ^ How can this be fixed? With best regards, P. Trifonov -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] RPC-over-HTTP does this really work?
Hello, No matter what I try to do from Outlook when using the Exchange configurator it will always try to connect to my sogo server on DCERPC and other ports, even if I specify the exchange proxy server (the same machine with https:// at the connection). My goal would be that if it's possible put the sogo and openchange server behind another apache which proxypasses the connections to the real groupware server. Can this be done? Yes or No? Is this RPC-over-HTTP really works in Outlook 2007,2010,2013? My exchange replacement server will be on the Internet not on a LAN. I don't want to allow netbios communication. If I understand this correctly that if Outlook would use the proxy properly then all traffic would go on a single :443 TCP SSL port to my SOGO server. Thank you! -- users@sogo.nu https://inverse.ca/sogo/lists
Re: [SOGo] How to enable 'Publish Calendar'
Hello Marc Patermann Am 16.06.2015 um 09:48 schrieb Marc Patermann: > > Christian Mack schrieb (05.06.2014 13:28 Uhr): >> Am 2014-06-05 09:27, schrieb shan3t...@gmail.com: >>> How do I enable 'Publish Calendar' which appears greyed out on the >>> context >>> menu of any calendar I create in SOGo GUI? I wish to import it using >>> CalDAV in >>> other calendars like gmail/ hotmail. >>> >> >> It is greyed out, because this functionality does not exist yet. >> >> You can share calendars readonly to the world. >> For that you have to set SOGoEnablePublicAccess to YES. >> Then you can share every calendar with "Public Access". > I set SOGoEnablePublicAccess to YES. > How do I active public access to a single calendar? > I cannot find any setting in the calendar rights field. > I don't want to change the defaults. > Sorry for the late response. After setting SOGoEnablePublicAccess to YES, you have to restart sogod and memcached. Afterwards you find in right click on calender --> "Sharing..." the additional pseudo user "Public Access". When double clicking on it, you can select if and what everyone can see of events for the three confidelity classes of this calendar. You get the URLs for this now public calendar from: right click on calendar --> "Properties" --> "Links to this Calendar" --> "Public Access" Hope this helps. Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416 smime.p7s Description: S/MIME Cryptographic Signature
Re: [SOGo] Save preferences without sieve
Recommended IMAP servers for SOGo are Cyrus IMAP or Dovecot. Both support sieve and can provide a sieve service on port 4190 that you need to provide configuration for normal users. You will have a lot of fun making any other solution work, but I think that’s not what you want. > Am 10.07.2015 um 15:51 schrieb Mirosław Sławiński : > > Ok. Thanks > > One more question: Sieve configure only on dovecot ? > > W dniu 2015-07-10 o 15:13, Christian M. Jensen pisze: >> Hi >> >> yes you will need sieve to use vacation option >> >> read the installation guide. >> http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf >> page 37 for option 'SOGoVacationEnabled' >> and page 47 for setting up vacation cron >> >> Regards >> Christian Jensen >> >> On 10-07-2015 14:49, Mirosław Sławiński wrote: >>> I have set 'SOGoSieveScriptsEnabled= NO' but i find when i change to NO >>> Vacation and another stuff then preference work fine, but i want vacation >>> :) so i must have sieve ? >>> >>> Regard >>> Miroslaw Slawinski >>> >>> W dniu 2015-07-10 o 12:48, Christian M. Jensen pisze: Hi Set 'SOGoSieveScriptsEnabled= NO' that will disable sieve and remove it from webinterface Regards Christian Jensen On 10-07-2015 11:01, Mirek wrote: > Hi, I have working SOGo, but when i want save another preferences ( for > example change first day a week ) and click save then is error Warning > service > temporarily unavailable. In my log (sogo.log) i see problem : [ERROR] > <0x0x7f9bf0af8790[SOGoSieveManager]> Sieve connection failed on > sieve://127.0.0.1:4190 > > This is a possible to not use a sieve protocol ? > > Regards, > Miroslaw Slawinski >>> >> >> > > -- > users@sogo.nu > https://inverse.ca/sogo/lists -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] 2.3.0 Update problems
Hello, I try to update from v2.2.17a to v2.3.0, the "yum update sogo" command works great but when I launch the script sql-update-2.2.17_to_2.3.0.sh an error occurs : # bash sql-update-2.2.17_to_2.3.0.sh sogo-tool: error while loading shared libraries: libSOGo.so.2: cannot open shared object file: No such file or directory Couldn't fetch OCSFolderInfoURL value, aborting I can see the libSOGo.so.2 file here : /usr/lib/GNUstep/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so. /usr/lib/sogo/libSOGo.so.2 It's a CentOS release 6.5 (Final) Thanks for helping! Sam -- users@sogo.nu https://inverse.ca/sogo/lists
[SOGo] Restoring a user backup sogo-tool restore - missing ACL may be?
Hi, we had to restore some user data and I did restore a calendar with "sogo-tool restore". After that, the user told me that he misses the ACL. As the ACL wa snot very complex, he rebuild it himself, but could that be? Where are the ACLs backuped? Thanks and regards . Götz -- Götz Reinicke IT-Koordinator Tel. +49 7141 969 82420 E-Mail goetz.reini...@filmakademie.de Filmakademie Baden-Württemberg GmbH Akademiehof 10 71638 Ludwigsburg www.filmakademie.de Eintragung Amtsgericht Stuttgart HRB 205016 Vorsitzender des Aufsichtsrats: Jürgen Walter MdL Staatssekretär im Ministerium für Wissenschaft, Forschung und Kunst Baden-Württemberg Geschäftsführer: Prof. Thomas Schadt smime.p7s Description: S/MIME Cryptographic Signature