I'm using SAML2, but actually it would be enough if I just could set the default lang in sogo..
------- Original Message ------- Christian Mack <[email protected]> schrieb am Freitag, 9. September 2022 um 2:43 nachm.: > Hello > > SSO is not my domain of expertise. > As far as I know, it depends on which SSO mechanism you use. > > In SAML2 you can provide attributes after login to the service. > Perhaps you can give a languge attribute to SOGo? > > I do know nothing about C.A.S beyond the fact it is used mainly in > american Universities. > > > Kind regards, > Christian Mack > > Am 09.09.22 um 13:31 schrieb International Security Providers > ([email protected]): > > > ok, thx for clarifying and the link to the bug report. > > still I'm wondering what I can do about the language as I use SSO and > > according to that I don't have the language selector on login but cna > > change the language manually in "/Preferences#!/general" so I think this > > should have a setting inside sogo.conf too. > > > > ------- Original Message ------- > > Christian Mack [email protected] schrieb am Freitag, 9. September 2022 um 10:22 > > vorm.: > > > > > Hello > > > > > > Am 08.09.22 um 15:18 schrieb International Security Providers > > > ([email protected]): > > > > > > > yes..but somehow this won't affect my newly created users: > > > > SOGoLanguage = "German"; > > > > > > This setting only has an effect, if your first login is via calDAV, > > > cardDAV, WebDAV (, ActiveSync??). > > > If your first login is via web frontend, then it uses the language set > > > in the login page. > > > The preselected language in the login page is determined by the browsers > > > language. > > > > > > > SOGoDesktopNotifications = 1; > > > > > > Seems there is a bug in the web frontend. > > > It is per default set to 1 (= active), but the "Preferences" --> > > > > > > "General" --> "General" tab doesn't show that in option "Enable Desktop > > > > > > Notifications". > > > > > > Therefore setting it to 1 in sogo.conf will change nothing. > > > > > > I opened a bug report for that > > > https://bugs.sogo.nu/view.php?id=5600 > > > > > > > but settings like: > > > > SOGoMailAddOutgoingAddresses = 1; > > > > SOGoSelectedAddressBook = "personal"; > > > > work > > > > > > > > any idea? > > > > > > Those work as expected :-) > > > > > > Kind regards, > > > Christian Mack > > > > > > > ------- Original Message ------- > > > > Christian Mack [email protected] schrieb am Mittwoch, 7. September 2022 um > > > > 2:27 nachm.: > > > > > > > > > Hello > > > > > > > > > > I wrote how to set this up in sogo.conf or change it in a "sogo-tool > > > > > backup" for restore. > > > > > > > > > > When using "sogo-tool user-preferences", you need to change syntax to > > > > > json. > > > > > > > > > > Therfore: > > > > > SOGoDesktopNotifications = 1; > > > > > SOGoMailAddOutgoingAddresses = 1; > > > > > > > > > > Kind regards, > > > > > Christian Mack > > > > > > > > > > Am 07.09.22 um 11:58 schrieb International Security Providers > > > > > ([email protected]): > > > > > > > > > > > maybe you can also figure out the langauge-setting? > > > > > > > > > > > > or how do you do this backup/export of a users settings? > > > > > > > > > > > > this doesnt work: > > > > > > SOGoDesktopNotifications = <*I1>; > > > > > > > > > > > > and this doesnt seem to be needed: > > > > > > SOGoMailAddOutgoingAddresses = <*I1>; > > > > > > > > > > > > this works without it: > > > > > > SOGoSelectedAddressBook = "personal"; > > > > > > > > > > > > ------- Original Message ------- > > > > > > Odhiambo Washington [email protected] schrieb am Donnerstag, 1. > > > > > > September 2022 um 2:32 nachm.: > > > > > > > > > > > > > On Thu, Sep 1, 2022 at 3:22 PM francis [email protected] wrote: > > > > > > > > > > > > > > > Hi > > > > > > > > > > > > > > > > > On Sep 1, 2022, at 04:46, Christian Mack > > > > > > > > > ([email protected]) [email protected] wrote: > > > > > > > > > > > > > > > > > > Hello > > > > > > > > > > > > > > > > > > Am 01.09.22 um 10:31 schrieb Odhiambo Washington > > > > > > > > > ([email protected]): > > > > > > > > > > > > > > > > > > > On Wed, Aug 31, 2022 at 7:46 PM Christian Mack > > > > > > > > > > [email protected] wrote: > > > > > > > > > > > > > > > > > > > > > Hello > > > > > > > > > > > > > > > > > > > > > > Am 31.08.22 um 14:06 schrieb International Security > > > > > > > > > > > Providers > > > > > > > > > > > ([email protected]): > > > > > > > > > > > > > > > > > > > > > > > I would love to set the "Animation level globally for > > > > > > > > > > > > all users to > > > > > > > > > > > > “None”. is this somehow possible? > > > > > > > > > > > > > > > > > > > > > > Sure you can :-) > > > > > > > > > > > > > > > > > > > > > > /etc/sogo/sogo.conf: > > > > > > > > > > > [...] > > > > > > > > > > > SOGoAnimationMode = none; > > > > > > > > > > > [...] > > > > > > > > > > > > > > > > > > > > > > > also enabling “Enable Desktop > > > > > > > > > > > > Notifications” and “When sending mail, add unknown > > > > > > > > > > > > recipients to my” > > > > > > > > > > > > -> “Personal Address Book” > > > > > > > > > > > > > > > > > > > > > > [...] > > > > > > > > > > > SOGoDesktopNotifications = <*I1>; > > > > > > > > > > > [...] > > > > > > > > > > > SOGoMailAddOutgoingAddresses = <*I1>; > > > > > > > > > > > SOGoSelectedAddressBook = "personal"; > > > > > > > > > > > [cut] > > > > > > > > > > > > > > > > > > > > Looking at > > > > > > > > > > https://www.sogo.nu/files/docs/SOGoInstallationGuide.html, > > > > > > > > > > I did > > > > > > > > > > not find these SOGoAnimationMode and > > > > > > > > > > SOGoDesktopNotifications. > > > > > > > > > > Is there other documentation elsewhere? :) > > > > > > > > > > > > > > > > > > No, there is no other documentation. > > > > > > > > > I got the settings from an user backup. > > > > > > > > > All "User Preferences" can be preset in sogo.conf. > > > > > > > > > They will be fetched and used when creating a new account in > > > > > > > > > SOGo, when the user first logs in. > > > > > > > > > > > > > > > > > > But you are right, they should be documented in the "SOGo > > > > > > > > > Installation and Configuration Guide". > > > > > > > > > Will open a bug report for it later. > > > > > > > > > > > > > > > > You can also refer to SOGoDefaults.plist for some of the > > > > > > > > default values that you can overwrite in sogo.conf: > > > > > > > > > > > > > > > > https://github.com/Alinto/sogo/blob/master/SoObjects/SOGo/SOGoDefaults.plist > > > > > > > > > > > > > > > > Francis > > > > > > > > > > > > > > Looking at that does not tell me what other options exist for a > > > > > > > config param. > > > > > > > For example, SOGoAnimationMode = "normal"; > > > > > > > What are the other options for this parameter? Complete > > > > > > > documentation is necessary. > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > Best regards, > > > > > > > Odhiambo WASHINGTON, > > > > > > > Nairobi,KE > > > > > > > +254 7 3200 0004/+254 7 2274 3223 > > > > > > > "Oh, the cruft.", egrep -v '^$|^.*#' ¯\(ツ)/¯ :-) > > > -- > Christian Mack > Universität Konstanz > Kommunikations-, Informations-, Medienzentrum (KIM) > Abteilung IT-Dienste Forschung, Lehre, Infrastruktur > 78457 Konstanz > +49 7531 88-4416
