This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: 1 [2]
16
Email and Groupware / Re: Zentyal 4 GAL (shared address book, recipient autocomplete) problem
« on: December 18, 2015, 06:45:04 pm »You may read the doc on custom stubs on the appendix B on doc.zentyal.org regarding making those changes deffinitive
Thank you!
I followed the example from Appendix B on doc.zentyal.org regarding stubs and I was able to make a custom stub.
I don't have time to check if it works but I'm sure will be ok.
BR
Gabriel
It works!
(Zentyal 4.2 as multidomain email server)
BR
Gabriel
17
Email and Groupware / Re: How to login with email address on webmail interface
« on: December 18, 2015, 06:40:34 pm »Based on https://github.com/zentyal/zentyal/blob/master/main/openchange/stubs/sogo.conf.mas#L91 users may both login using samba username or full email. If you only want to allow to use full email, then create a custom stub and remove the sAMAccountName from the bindfields
It works!
For both (login only with full email and for disable shared addressbook & calendar).
BR
Gabriel
18
Email and Groupware / Re: How to login with email address on webmail interface
« on: December 18, 2015, 05:57:57 pm »Based on https://github.com/zentyal/zentyal/blob/master/main/openchange/stubs/sogo.conf.mas#L91 users may both login using samba username or full email. If you only want to allow to use full email, then create a custom stub and remove the sAMAccountName from the bindfields
Thank you again!
I will use the custom stub that I have made here: https://forum.zentyal.org/index.php/topic,24036.msg99626.html#msg99626
BR
Gabriel
19
Email and Groupware / Re: Zentyal 4 GAL (shared address book, recipient autocomplete) problem
« on: December 18, 2015, 05:54:24 pm »You may read the doc on custom stubs on the appendix B on doc.zentyal.org regarding making those changes deffinitive
Thank you!
I followed the example from Appendix B on doc.zentyal.org regarding stubs and I was able to make a custom stub.
I don't have time to check if it works but I'm sure will be ok.
BR
Gabriel
20
Email and Groupware / [SOLVED] How to login with email address on webmail interface
« on: December 18, 2015, 02:25:11 pm »
Hi everybody,
How can I force users to login with email address (name.lastname@mydomayn.com) instead of username (name.lastname) on webmail interface?
TIA,
Gabriel
How can I force users to login with email address (name.lastname@mydomayn.com) instead of username (name.lastname) on webmail interface?
TIA,
Gabriel
21
Email and Groupware / Re: Zentyal 4 GAL (shared address book, recipient autocomplete) problem
« on: December 18, 2015, 11:46:53 am »
Hi jbahillo,
Thank you.
I will read and I hope to be able to do this. I'm noobie on Linux.
BR
Gabriel
Thank you.
I will read and I hope to be able to do this. I'm noobie on Linux.
BR
Gabriel
22
Email and Groupware / Re: Zentyal 4 GAL (shared address book, recipient autocomplete) problem
« on: December 18, 2015, 08:16:05 am »
Hi ivanv,
I think that is not possible. Zentyal is not made to be a true multidomain emailserver (true separate domains).
I use Zentyal for multidomain email server and I have the same problem. How I partial solved (disable shared Adressbook and Contacts):
Edit "sogo.conf.mas":
nano /usr/share/zentyal/stubs/openchange/sogo.conf.mas
Here, modify in "/* LDAP authentication */" from YES to NO, like here:
1. For ADRESSBOOK:
id = sambaShared;
displayName = "Shared Addressbook";
canAuthenticate = NO;
isAddressBook = NO;
2. For CONTACTS:
id = sambaContacts;
displayName = "Shared Contacts";
canAuthenticate = NO;
isAddressBook = NO;
After modifications, you must restart the service or the entire system.
Unfortunately, I don't know how to do this to be permanent (I understand that can be copied "sogo.conf.mas" in a special location and the modifications will be permanent, but ...).
If there are updates/upgrades for SOGO or Openchange, after they are applied, you must modify again sogo.conf.mas
Kind regards,
Gabriel
I think that is not possible. Zentyal is not made to be a true multidomain emailserver (true separate domains).
I use Zentyal for multidomain email server and I have the same problem. How I partial solved (disable shared Adressbook and Contacts):
Edit "sogo.conf.mas":
nano /usr/share/zentyal/stubs/openchange/sogo.conf.mas
Here, modify in "/* LDAP authentication */" from YES to NO, like here:
1. For ADRESSBOOK:
id = sambaShared;
displayName = "Shared Addressbook";
canAuthenticate = NO;
isAddressBook = NO;
2. For CONTACTS:
id = sambaContacts;
displayName = "Shared Contacts";
canAuthenticate = NO;
isAddressBook = NO;
After modifications, you must restart the service or the entire system.
Unfortunately, I don't know how to do this to be permanent (I understand that can be copied "sogo.conf.mas" in a special location and the modifications will be permanent, but ...).
If there are updates/upgrades for SOGO or Openchange, after they are applied, you must modify again sogo.conf.mas
Kind regards,
Gabriel
23
Installation and Upgrades / Re: Cannot enable openchange account for users outside the default user container
« on: December 18, 2015, 07:56:09 am »
Hi Scott,
I use Zentyal for multidomain email server and I have the same problem. How I solved:
Edit "sogo.conf.mas":
nano /usr/share/zentyal/stubs/openchange/sogo.conf.mas
Here, modify in "/* LDAP authentication */" from YES to NO, like here:
1. For ADRESSBOOK:
id = sambaShared;
displayName = "Shared Addressbook";
canAuthenticate = NO;
isAddressBook = NO;
2. For CONTACTS:
id = sambaContacts;
displayName = "Shared Contacts";
canAuthenticate = NO;
isAddressBook = NO;
After modifications, you must restart the service or the entire system.
If there are updates/upgrades for SOGO or Openchange, after they are applied, you must modify again "sogo.conf.mas".
Unfortunately, I don't know how to do this to be permanent (I understand that can be copied "sogo.conf.mas" in a special location and the modifications will be permanent, but ...).
Kind regards,
Gabriel
I use Zentyal for multidomain email server and I have the same problem. How I solved:
Edit "sogo.conf.mas":
nano /usr/share/zentyal/stubs/openchange/sogo.conf.mas
Here, modify in "/* LDAP authentication */" from YES to NO, like here:
1. For ADRESSBOOK:
id = sambaShared;
displayName = "Shared Addressbook";
canAuthenticate = NO;
isAddressBook = NO;
2. For CONTACTS:
id = sambaContacts;
displayName = "Shared Contacts";
canAuthenticate = NO;
isAddressBook = NO;
After modifications, you must restart the service or the entire system.
If there are updates/upgrades for SOGO or Openchange, after they are applied, you must modify again "sogo.conf.mas".
Unfortunately, I don't know how to do this to be permanent (I understand that can be copied "sogo.conf.mas" in a special location and the modifications will be permanent, but ...).
Kind regards,
Gabriel
Pages: 1 [2]