Re: [SOGo] A few questions about Calendars

2017-03-20 Thread "Sten Anderson"

I guess that's better than nothing. Maybe it would be possible to modify 
something straight in the database?

On Monday, March 20, 2017 16:57 EET, "mgwebm...@fastmail.fm"  
wrote:
   2. Is it possible to automatically subscribe new users to certain calendars? 
It would be very helpful to add room calendars automatically for new employees.
  Christian suggested to follow this procedure : 
 * You need a user which is listed in SOGoSuperUsernames for the needed * 
privileges. * Login as this super user into the webinterface. * Go to menu 
"Administration”. In the search field at the top right corner type the account 
name in the middle column. * Click on it. This will show you her calendars and 
addressbooks below her name in the middle column. * Select the calendar or 
addressbook you want to change privileges on. * In the right most pane you will 
get the list of privileged users already defined for that resource. * Now you 
can add a new user by typing his account in the right most panes "Add User" 
field. * Select this new user and change her privileges. Unfortunately it 
doesn’t cover your need (which is also ours) since Christian, the user still 
has to subscribe manually to the resource. I wanted them (all users) to be 
subscribed as soon as they log in. That would be useful for a corporate 
calendar and/or shared company or department address book. Matthieu 
--
users@sogo.nu
https://inverse.ca/sogo/lists--
users@sogo.nu
https://inverse.ca/sogo/lists


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] A few questions about Calendars

2017-03-20 Thread Sten Anderson
1. Is it possible to check the availability of attendees when booking 
events from the phone (iOS, Android) using CalDAV?


2. Is it possible to automatically subscribe new users to certain 
calendars? It would be very helpful to add room calendars automatically 
for new employees.



--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Global Address Book in Outlook

2016-09-19 Thread Sten Anderson
I have configured SOGo 3.1.5 with Openchange to work with Outlook 2016 
natively. The mails are coming in fine, but I cannot see any addresses 
in the address book. It webmail I can see all of the LDAP users and the 
resources I have added to LDAP, but nothing it Outlook.


My LDAP config:


SOGoUserSources =  (
{
id = sambaLogin;
displayName = "SambaLogin";
canAuthenticate = YES;
type = ldap;
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = sAMAccountName;
hostname = "ldap://127.0.0.1;;
baseDN = "CN=Users,DC=mooncascade,DC=net";
bindDN = "CN=sogo,CN=Users,DC=mooncascade,DC=net";
bindPassword = "password";
bindFields = (sAMAccountName);
},
{
id = sambaShared;
displayName = "Shared Addressbook";
canAuthenticate = NO;
isAddressBook = YES;
type = ldap;
CNFieldName = cn;
IDFieldName = mail;
UIDFieldName = mail;
hostname = "ldap://127.0.0.1;;
baseDN = "DC=mooncascade,DC=net";
bindDN = "CN=sogo,CN=Users,DC=mooncascade,DC=net";
bindPassword = "password";
filter = "((NOT isCriticalSystemObject='TRUE') AND (mail=\'*\') 
AND (NOT objectClass=contact))";

},
{
id = sambaContacts;
displayName = "Shared Contacts";
canAuthenticate = NO;
isAddressBook = YES;
type = ldap;
CNFieldName = cn;
IDFieldName = mail;
UIDFieldName = mail;
hostname = "ldap://127.0.0.1;;
baseDN = "DC=oc,DC=lan";
bindDN = "CN=sogo,CN=Users,DC=mooncascade,DC=net";
bindPassword = "password";
filter = "objectClass=person) AND (objectClass=contact) AND 
((uidNumber>=2000) OR (mail='*')))
 AND (NOT isCriticalSystemObject='TRUE') AND (NOT 
showInAdvancedViewOnly='TRUE') AND (NOT uid=Guest))
 OR (((objectClass=group) AND (gidNumber>=2000)) AND 
(NOT isCriticalSystemObject='TRUE') AND (NOT 
showInAdvancedViewOnly='TRUE')))";

mapping = {
displayname = ("cn");
};
}
);

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Event with external attendees not shown in web UI

2016-09-19 Thread Sten Anderson

  
  
Sogo 3.1.5 on Debian Jessie.

  

When I create an event is SOGo Web UI which has an attendee that is not 
in the LDAP address book, the event disappears after creation. Invite 
mails are sent out and I can see the event with Thunderbird, but web ui 
does not show it. Even after logout/login.



  

-- users@sogo.nuhttps://inverse.ca/sogo/lists


[SOGo] sogod won't start on Ubuntu 16.04

2016-09-15 Thread Sten Anderson

Using the nightly release packages.

When I try to start sogod:


sten@sogo:~$ /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 
2 -WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid
2016-09-15 13:37:20.405 sogod[6569] File NSData.m: 162. In 
readContentsOfFile Open ((null)) attempt failed - bad path

version 3.1.5 (build @shiva.inverse 201609140715) -- starting
vmem size check enabled: shutting down app when vmem > 384 MB
<0x0x55b8c7c70b40[SOGoProductLoader]> SOGo products loaded from 
'/usr/lib/GNUstep/SOGo':
<0x0x55b8c7c70b40[SOGoProductLoader]>   MainUI.SOGo, Appointments.SOGo, 
MailPartViewers.SOGo, CommonUI.SOGo, ContactsUI.SOGo, 
PreferencesUI.SOGo, SchedulerUI.SOGo, MailerUI.SOGo, Contacts.SOGo, 
Mailer.SOGo, AdministrationUI.SOGo
2016-09-15 13:37:20.460 sogod[6569] WOContext.m:85  Assertion failed in 
WOContext(instance), method initialize.  Couldn't instantiate 
WOContextClass ((null))!
/usr/sbin/sogod: Uncaught exception NSInternalInconsistencyException, 
reason: WOContext.m:85 Assertion failed in WOContext(instance), method 
initialize. Couldn't instantiate WOContextClass ((null))!


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Subscribing multiple calendars to new users

2016-04-27 Thread Sten Anderson

Is it possible to somehow subscribe calendars to new users automatically?

Use case scenario: we have project managers who would like to see the 
personal calendars of all employees to be able to schedule meetings. 
Adding all of the personal calendars manually would be a lot of work.

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Resource does not send emails

2016-04-15 Thread Sten Anderson
I have created a Calendar resource which works fine in the sense that it 
accepts meeting requests but it does not send an e-mail to the event 
creator. For example when the resource is booked, it would be very good 
to get an e-mail notification about that.


I have SOGoAppointmentSendEMailNotifications = Yes and e-mail address 
for the resource is set.


--
users@sogo.nu
https://inverse.ca/sogo/lists