Re: [SOGo] Using SOGo without mail module

2015-03-24 Thread Ivan Andrian
On 24/03/2015 09:28, Marc Patermann wrote:

 SOGoLoginModule = Calendar;
 SOGoUserSources = (
 {
 [...]
 ModulesConstraints = {
 Mail = {
 objectClass = nonExistingClass;
 };
 };



Marc, Mihamina,
thank you very much, it works!

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


Re: [SOGo] Using SOGo without mail module

2015-03-24 Thread Mihamina Rakotomandimby

On 03/23/2015 06:20 PM, Ivan Andrian wrote:

Is there a way to configure SOGo so that it only presents the Calendar tab?
Or Calendar and Contacts, but definitely not the mail one.



Hi you can achieve this with ModulesConstraints inside the 
SOGoUserSources section.

For example:

ModulesConstraints = {
 Calendar = { ou = employees;};
};


The other modules names are: Contacts and Mail.
If you want to forbid Mail to everybody, you have to issue a 
constraint that is never matched to the module.


For example, I dont have any dog value for my ou attributes, so this 
one could  disable the MAil module usage:


ModulesConstraints = {
 Mail = { ou = dog;};
};

I hope this helps.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Using SOGo without mail module

2015-03-24 Thread Marc Patermann

Ivan,

Ivan Andrian schrieb (23.03.2015 16:20 Uhr):

I'm looking for a Calendar Server for our company and SOGo looks very
promising to me. However, the problem is that it does too much things for us!
In particular, we don't need nor want the user having access to the webmail
module other than our official webmail service.
Is there a way to configure SOGo so that it only presents the Calendar tab?
Or Calendar and Contacts, but definitely not the mail one.

SOGoLoginModule = Calendar;
SOGoUserSources = (
{
[...]
ModulesConstraints = {
Mail = {
objectClass = nonExistingClass;
};
};



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


[SOGo] Using SOGo without mail module

2015-03-23 Thread Ivan Andrian
Hi,
I'm looking for a Calendar Server for our company and SOGo looks very
promising to me. However, the problem is that it does too much things for us!
In particular, we don't need nor want the user having access to the webmail
module other than our official webmail service.
Is there a way to configure SOGo so that it only presents the Calendar tab?
Or Calendar and Contacts, but definitely not the mail one.

Thanks,

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