Aw: [SOGo] SOGo WebUI - Mail Folders Sort Order

2024-05-17 Thread nsclick
It seems like SOGo is sorting the folder names by ASCII codes and not like a human would sort it. Is it possible to change this behavior in the SOGo configuration? > Gesendet: Donnerstag, 16. Mai 2024 um 07:36 Uhr > Von: "nsclick (nscl...@gmx.de)" > An: users@sogo.nu >

[SOGo] SOGo WebUI - Mail Folders Sort Order

2024-05-16 Thread nsclick
Hello, in my SOGo WebUI the folders for E-Mails are sorted in a way that first we have the numbers (0-9), than we have folders starting with capital letters (A-Z) and at the end we have the lower-case letters (a-z). Why does SOGo separate upper and lower case names into two separate groups? Is

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-13 Thread Marco Moock
Am 13.05.2024 um 06:15:24 Uhr schrieb Roman: > Do you mean 636 instead of 686? Yes. > Windows server uses 636 port for sure because when I do "telnet > home.arpa 686" it's open. But if I use hostname = > "ldapS://home.arpa:636" - I can't connect with SOGo web page to LDAP, > no security logs in

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-13 Thread Roman
Hi,Do you mean 636 instead of 686?Windows server uses 636 port for sure because when I do "telnet home.arpa 686" it's open.But if I use hostname = "ldapS://home.arpa:636" - I can't connect with SOGo web page to LDAP, no security logs in Windows during that operation.But without "S" - hostname =

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-12 Thread Marco Moock
Am 12.05.2024 um 05:44:53 Uhr schrieb Roman: > I keep getting these errors: > " TLS: can't connect: Error in the pull function.. > ldap_err2string > ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)" >   > Although if I run the same command without the "S" - ( ldapsearch -H >

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-12 Thread Roman
Because of your helpful suggestion, finally using logs on domain controller I was able to fix LDAP authentication with insecure 389 port. According to second paragraph of the official SOGo documentation ( https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap ) it's

[SOGo] SOGo Preferences in Web Interface

2024-05-09 Thread Eduardo Luiz Sales do Prado Soares
Hello, could you assist me? I have installed and configured Zentyal Server 8.0, and I am using the webmail service SoGo 5.5.1. I have manually set up automatic email forwarding for each user registered on the webmail, through the preferences tab -> mail -> forwarding, but I would not like any

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-09 Thread Marco Moock
Am 08.05.2024 um 20:56:01 Uhr schrieb Christian Naumer: > Normally in AD you have to use ldaps, startTLS or Kerberos for Auth > to the LDAP. In your config I don't see any of that. I would assume an appropriate error message then that tells about this - on the LDAP server and on the LDAP client.

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-08 Thread Christian Naumer
Normally in AD you have to use ldaps, startTLS or Kerberos for Auth to the LDAP. In your config I don't see any of that. Regards Christian Am 7. Mai 2024 16:18:42 MESZ schrieb Marco Moock : >Am 07.05.2024 um 16:40:58 Uhr schrieb Roman: > >> and also, if I run the command from a Linux

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Marco Moock
Am 07.05.2024 um 16:40:58 Uhr schrieb Roman: > and also, if I run the command from a Linux machine: > ldapsearch -H ldap://home.arpa:389 -D "us...@home.arpa" -w > "Lenovo777" -b "DC=home,DC=arpa". > then I get a correct response, so it is probably correct.  Can you check the logs at the Windows

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Roman
If I run the command "dsquery user -name * -limit 0" on a domain controller, I get the following output: PS C:\Users\Administrator\Desktop> dsquery user -name * -limit

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Marco Moock
Am 07.05.2024 um 12:46:02 Uhr schrieb "Rom@n": > For test purpose I didn't create anything in domain controller except > user1 with domain admin privileges and user2 with regular user > privileges, no OU created, everything is default for Windows Server > 2016. I think you should ask at a

Re: [SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Marco Moock
Am 07.05.2024 um 09:26:46 Uhr schrieb Roman: > 1) Deployed a Windows Server 2016 based domain "ldap.local" [...] This is the first mistake. ".local" is intended for multicast DNS and DNS resolution will fail if it is not connected to the same link. It may fallback to unicast DNS then. Use

[SOGo] SOGo v5.10.0 integration with Windows Server 2016 based domain

2024-05-07 Thread Roman
Hi everyone, Please help to configure authorization with LDAP server based on Windows Server 2016.Recently I have configured SOGo with SQL (Postgres) authentication and it was able to login into SOGo web interface, but I have to migrate to Windows Server 2016 Active Directory and it became a huge

Re: [SOGo] SOGo + PostgreSQL authorization

2024-05-02 Thread Roman
Thank you, I installed memcached on outside of the docker and thу problem with cache gone. 02.05.2024, 09:49, "smizr...@alinto.eu (smizr...@alinto.eu)" :Hello,Did you enabled and well configured memcached ?The error is not critical and it says that the `admin-motd` value can not be set in cache -

Re: [SOGo] SOGo + PostgreSQL authorization

2024-05-02 Thread smizr...@alinto.eu
Hello, Did you enabled and well configured memcached ? The error is not critical and it says that the `admin-motd` value can not be set in cache - it means that the request for retrieving message of the day will always be processed. Sebastien ​​ Le Jeudi, Mai 02, 2024 04:08 CEST, "adroman"

[SOGo] SOGo + PostgreSQL authorization

2024-05-02 Thread adroman
I am trying to authorize in SOGo after installation using Postgres , but this error in the logs? I don't understand what I need to do, can anyone tell m pr 27 09:33:39 sogod [153]: <0x0x55ea52720590[SOGoCache]> an error occurred when caching value for key 'admin-motd':

Re: [SOGo] SOGo doesn't Send EMail Notifications

2024-04-22 Thread Marco Moock
Am Mon, 22 Apr 2024 12:58:25 + schrieb "\"cezar.so...@desion.de\"" (cezar.so...@desion.de) : > Could you tell me what I have to do to setup SOGo to sent EMail > Notifications by using only one smtps email account from my external > shared mail provider? Do I need to install

Re: [SOGo] sogo-connector update service

2024-03-20 Thread smizr...@alinto.eu
Hi Adi ! Thanks for sharing ! Sebastien Le Mercredi, Mars 20, 2024 14:37 CET, "Adi Kriegisch" (a...@cg.tuwien.ac.at) a écrit:  Thank you very much for reviving the possibility of an update service for the Thunderbird plugin! As a side note, running the service as a php script isn't

[SOGo] sogo-connector update service

2024-03-20 Thread Adi Kriegisch
Thank you very much for reviving the possibility of an update service for the Thunderbird plugin! As a side note, running the service as a php script isn't necessary; this can also be done with some mappings in nginx: * create a map with the updates: | # update service | map $request_uri

Re: [SOGo] Sogo as a MTA relay server

2024-03-11 Thread Christian Mack
server to get emails from our external shared email service and delivery it to all clients with the calendar from Sogo? SOGo is not an MTA. It is a webfrontend for email servers (aka email client), with its own calendar and contacs in a database. As long as you have access for your users per

Re: [SOGo] Sogo as a MTA relay server

2024-03-11 Thread Marco Moock
Am 11.03.2024 um 09:19:57 Uhr schrieb Cezar Souza: > Could someone tell us if it's possible to setup Sogo as a MTA relay > server to get emails from our external shared email service and > delivery it to all clients with the calendar from Sogo? SOGo ist not an MTA. You need to insta

[SOGo] Sogo as a MTA relay server

2024-03-11 Thread Cezar Souza
Hello dear, We have an external shared email service and we would like to use Sogo as the collaborative tool with calendar and ActiveSync support. Could someone tell us if it's possible to setup Sogo as a MTA relay server to get emails from our external shared email service and delivery it

[SOGo] SOGo talks @ Cloudfest 2024

2024-03-08 Thread philippe
Dear SOGo user, the SOGo team will attend the Cloudfest conference in Rust - Germany from the 19th to 21st of March. We'll organize SOGo talks so you will be able to meet and talk with the development team Want to book a slot, contact us at cont...@sogo.nu Looking forward meeting you The SOGo

Re: [SOGo] SOGo upgrading - some SOPE components was not upgraded

2024-02-28 Thread smizr...@alinto.eu
I have upgraded your account. Sebastien Le Mercredi, Février 28, 2024 14:48 CET, "Pavel Zheltobryukhov" (pave...@gmail.com) a écrit:  I have read-only account at bugs.sogo.nu - 'pavelzh'Can you promote me?  On Wed, Feb 28, 2024 at 4:20 PM smizr...@alinto.eu wrote:Hi Pavel, Can you please

Re: [SOGo] SOGo upgrading - some SOPE components was not upgraded

2024-02-28 Thread Pavel Zheltobryukhov
I have read-only account at bugs.sogo.nu - 'pavelzh' Can you promote me? On Wed, Feb 28, 2024 at 4:20 PM smizr...@alinto.eu wrote: > Hi Pavel, > > Can you please open a ticket on bugs.sogo.nu ? I will have a look on that > > Sebastien > > Le Mercredi, Février 28, 2024 10:37 CET, "Pavel

Re: [SOGo] SOGo upgrading - some SOPE components was not upgraded

2024-02-28 Thread Pavel Zheltobryukhov
I replayed command history - upgrade command from 5.9.0 to 5.9.1 was ‘apt-get install sogo sogo-activesync sope4.9-gdl1-postgresql sope4.9-libxmlsaxdriver’ So, It’s my mistake, not a bug - I simple type ‘apt-get install SOGo’ Ср, 28 февр. 2024 г. в 16:20, smizr...@alinto.eu : > Hi Pa

Re: [SOGo] SOGo upgrading - some SOPE components was not upgraded

2024-02-28 Thread smizr...@alinto.eu
Hi Pavel, Can you please open a ticket on bugs.sogo.nu ? I will have a look on that Sebastien Le Mercredi, Février 28, 2024 10:37 CET, "Pavel Zheltobryukhov" (pave...@gmail.com) a écrit:  I performed upgrade sogo from 5.9.1.20240120-1 to 5.10.0.20240227-1 and noted that some SOPE components

[SOGo] SOGo upgrading - some SOPE components was not upgraded

2024-02-28 Thread Pavel Zheltobryukhov
I performed upgrade sogo from 5.9.1.20240120-1 to 5.10.0.20240227-1 and noted that some SOPE components was not upgraded - dpkg status changes Begin Upgraded: libsbjson2.3:amd64 4.9.r1664.20231221 => 4.9.r1664.20240220 libsope-appserver4.9:amd64

Re: [SOGo] SOGo login page

2024-02-26 Thread Christian Mack
Hello Stefan That is (or was some years ago) intentional. Because of that bots have a harder time to abuse the login screen. Not, that this is a silver bullet. If you still think this should be changed, open a feature request bug at https://sogo.nu/bugs/ Kind regards, Christian Mack Am

[SOGo] SOGo login page

2024-02-23 Thread Stefan Klatt
Hello, on the SOGo login page there are two fields: Username Password If I take a look into the source code I see a id for the password field (id="passwordField"), but no id for the username. I think that's bad because automatic fill in with e.g. Remote Desktop Manager doesn't work correct

RE: [SOGo] SOGo 5.9.0 could not load product

2024-02-02 Thread "burkha...@konsultaner.de"
Behalf Of "burkha...@konsultaner.de" Sent: vendredi 2 février 2024 14:46 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product I found the issue. It was already described here: https://bugs.gentoo.org/811351 The "SoObjects/SOGo/GNUmakefile" is missing the additio

RE: [SOGo] SOGo 5.9.0 could not load product

2024-02-02 Thread qhivert
o: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product I found the issue. It was already described here: https://bugs.gentoo.org/811351 The "SoObjects/SOGo/GNUmakefile" is missing the additional LDFLAG This is what needs to be changed -ADDITIONAL_LD

Re: [SOGo] SOGo 5.9.0 could not load product

2024-02-02 Thread "burkha...@konsultaner.de"
-requ...@sogo.nu On Behalf Of"burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Thank you, compiling the test.c worked. my I added the ytnef.h to ld but still the same error. If it helps here is my

Re: [SOGo] SOGo 5.9.0 could not load product

2024-02-02 Thread "burkha...@konsultaner.de"
1.2024 17:29 schrieb qhivert : It’s not clear to me if you get the errors when building or after when running sogo ? From: users-requ...@sogo.nu On Behalf Of"burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load pr

Re: [SOGo] SOGo 5.9.0 could not load product

2024-02-02 Thread "burkha...@konsultaner.de"
en running sogo ? From: users-requ...@sogo.nu On Behalf Of"burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Thank you, compiling the test.c worked. my I added the ytnef.h to ld but still the same err

Re: [SOGo] SOGo 5.9.0 could not load product

2024-02-01 Thread "burkha...@konsultaner.de"
; Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Thank you, compiling the test.c worked. my I added the ytnef.h to ld but still the same error. If it helps here is my part of the ansible script that compiles sogo on alma 9.3 minimal

RE: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread "burkha...@konsultaner.de"
quot; Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Thank you, compiling the test.c worked. my I added the ytnef.h to ld but still the same error. If it helps here is my part of the ansible script that compiles sogo on alma 9.3 minima

RE: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread qhivert
It’s not clear to me if you get the errors when building or after when running sogo ? From: users-requ...@sogo.nu On Behalf Of "burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 16:14 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Thank you,

Re: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread "burkha...@konsultaner.de"
.@sogo.nu On Behalf Of "burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 15:06 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Hey Queintin, no I tried installing from yum, from the nightly repo and finally tried to install by compiling from source. N

RE: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread qhivert
ent: mercredi 31 janvier 2024 15:06 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product Hey Queintin, no I tried installing from yum, from the nightly repo and finally tried to install by compiling from source. Nothing worked. I always get the same error. Even going down on a

Re: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread "burkha...@konsultaner.de"
saying that when installing ytnef via yum it don’t work but when you’re building ytnef yourself it works fine? Queintin From: users-requ...@sogo.nu On Behalf Of "burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 11:23 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not lo

RE: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread qhivert
Hello, Are you saying that when installing ytnef via yum it don’t work but when you’re building ytnef yourself it works fine? Queintin From: users-requ...@sogo.nu On Behalf Of "burkha...@konsultaner.de" Sent: mercredi 31 janvier 2024 11:23 To: users@sogo.nu Subject:

Re: [SOGo] SOGo 5.9.0 could not load product

2024-01-31 Thread "burkha...@konsultaner.de"
I compiled SOGo 5.9.1 from source on AlmaLinux9 which worked fine. I also compiled ytnef from source, because I keep getting the errors: Error (objc-load):/usr/local/lib64/GNUstep/SOGo/Mailer.SOGo/Mailer: undefined symbol: TNEFParseMemory Error

Re: [SOGo] SOGo Documentation for the version that uses nginx

2024-01-29 Thread Odhiambo Washington
Because someone will ask this question another day, let me post this here, hoping the person who finds it will figure out the rest. nano /etc/nginx/conf.d/mail.example.org.conf (or /etc/nginx/sites-available/mail.example.org.conf and then symlinking to sites-enabled) server { server_name

[SOGo] sogo-tool Uncaught exception NSInvalidArgumentException, reason: SoHTTPException(instance) does not recognize setContext:

2024-01-24 Thread Marco Moock
Hello! updating vacation is currently faulty at our site, so I ran it manually. sudo -u sogo /usr/sbin/sogo-tool update-autoreply -p /etc/sogo/sieve.creds It gives /usr/sbin/sogo-tool: Uncaught exception NSInvalidArgumentException, reason: SoHTTPException(instance) does not recognize

Re: [SOGo] SOGo Documentation for the version that uses nginx

2024-01-23 Thread Odhiambo Washington
 Karibu sana ndugu. I'm very glad to hear that I helped. On Tue, Jan 23, 2024, 21:00 "Michael Callum Mayaka" wrote: > Thank you, it seems that's the way I'd installed it - you've solved my > issue, and glad do see a fellow Kenyan (though I'm based in London). > Asante sana, mukubwa > > On

Re: [SOGo] SOGo Documentation for the version that uses nginx

2024-01-23 Thread "Michael Callum Mayaka"
Thank you, it seems that's the way I'd installed it - you've solved my issue, and glad do see a fellow Kenyan (though I'm based in London).  Asante sana, mukubwa On Tuesday, January 23, 2024 15:48 GMT, "Odhiambo Washington" (odhia...@gmail.com) wrote:    On Tue, Jan 23, 2024 at 6:35 PM

Re: [SOGo] SOGo Documentation for the version that uses nginx

2024-01-23 Thread Odhiambo Washington
On Tue, Jan 23, 2024 at 6:35 PM "Michael" wrote: > Hello, > > I am running SOGo on a Debian 11 server, and when I installed it I used a > package I can't seem to find now which required a separate server and > installed SOGo and all the associated packages with nginx as the web > server, >

[SOGo] SOGo Documentation for the version that uses nginx

2024-01-23 Thread "Michael"
Hello, I am running SOGo on a Debian 11 server, and when I installed it I used a package I can't seem to find now which required a separate server and installed SOGo and all the associated packages with nginx as the web server, rather than Apache2. I am trying to find documentation as I need to

RE: [SOGo] Sogo-tool documentation is available

2023-11-17 Thread qhivert
:43 To: users@sogo.nu Subject: Re: [SOGo] Sogo-tool documentation is available Am 02.11.23 um 17:30 schrieb qhivert (qhiv...@alinto.eu <mailto:qhiv...@alinto.eu> ): The documentation of sogo-tool is finally available in our website here -> https://www.sogo.nu/f

Re: [SOGo] Sogo-tool documentation is available

2023-11-16 Thread Frank Richter
Am 02.11.23 um 17:30 schrieb qhivert (qhiv...@alinto.eu): The documentation of sogo-tool is finally available in our website here -> https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_using_sogo_tool You will find more details of each command and how to use them. The command sogo-tool

Re: [SOGo] Sogo-tool documentation is available

2023-11-04 Thread Kenren Taisho
Thank you @qhiv...@alinto.eu . This is very helpful for new SOGo users/administrators like me. On Fri, Nov 3, 2023 at 12:31 AM qhivert wrote: > Hello all, > > > > The documentation of sogo-tool is finally available in our website here -> >

[SOGo] Sogo-tool documentation is available

2023-11-02 Thread qhivert
Hello all, The documentation of sogo-tool is finally available in our website here -> https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_using_sogo_tool You will find more details of each command and how to use them. The command sogo-tool alone will also print a link to this

[SOGo] Sogo IOS 16 Loop

2023-10-19 Thread Jack Bamford
Hi folks, I have a problem with iOS 16, the mail app gets stuck with the spin wheel flashing and gets stuck in a loop. On Server side the logs are constantly full of sogod [634765]: <0x0x55ad43031ec0[SOGoActiveSyncDispatcher]> Change detected during Sync, we push the content. This happens

RE: [SOGo] SOGo 5.9.0 could not load product

2023-10-10 Thread qhivert
Of Boguslaw Juza Sent: dimanche 8 octobre 2023 11:08 To: users@sogo.nu Subject: Re: [SOGo] SOGo 5.9.0 could not load product W dniu 8.10.2023 o 09:37, Bogusław Juza pisze: > Additional information appears, when SOGo is going down: > Error (objc-load):/usr/local/lib64/GNUstep/SOGo/Mailer.SOGo/

Re: [SOGo] SOGo 5.9.0 could not load product

2023-10-08 Thread bog...@agh.edu.pl
W dniu 8.10.2023 o 09:37, Bogusław Juza pisze: Additional information appears, when SOGo is going down: Error (objc-load):/usr/local/lib64/GNUstep/SOGo/Mailer.SOGo/Mailer: undefined symbol: TNEFParseMemory I've added "-lytnef" in BUNDLE_LIBS in file

Re: [SOGo] SOGo 5.9.0 could not load product

2023-10-08 Thread bog...@agh.edu.pl
W dniu 8.10.2023 o 08:54, Bogusław Juza pisze: Fresh instalation of SOGo 5.9.0 from sources, RockyLinux 9.2. When runned, these lines appeared in the log: sogod [1712]: [so-product-registry] could not load product: MailPartViewers sogod [1712]: [ERROR] [so-product-registry] failed to load

[SOGo] SOGo 5.9.0 could not load product

2023-10-08 Thread bog...@agh.edu.pl
Hello, Fresh instalation of SOGo 5.9.0 from sources, RockyLinux 9.2. When runned, these lines appeared in the log: sogod [1712]: [so-product-registry] could not load product: MailPartViewers sogod [1712]: [ERROR] [so-product-registry] failed to load product MailPartViewers required by

Re: [SOGo] SOGO configuration

2023-09-04 Thread francois.vi...@cnrs-imn.fr
septembre 2023 15:33 *To:* users@sogo.nu *Subject:* [SOGo] SOGO configuration Hi,     I installed a new SOGo server on past July and everything works fine except that:     - I'm going mad looking for where I can change the destination EMail address to which are sent the notifications

Re: [SOGo] SOGO configuration

2023-09-02 Thread Paul van der Vlis
redi 1 septembre 2023 15:33 *To:* users@sogo.nu *Subject:* [SOGo] SOGO configuration Hi,     I installed a new SOGo server on past July and everything works fine except that:     - I'm going mad looking for where I can change the destination EMail address to which are sent the notifications of the

RE: [SOGo] SOGO configuration

2023-09-02 Thread qhivert
From: users-requ...@sogo.nu On Behalf Of François Vivet Sent: vendredi 1 septembre 2023 15:33 To: users@sogo.nu Subject: [SOGo] SOGO configuration Hi, I installed a new SOGo server on past July and everything works fine except that: - I'm going mad looking for where I can change

[SOGo] SOGO configuration

2023-09-01 Thread francois.vi...@cnrs-imn.fr
Hi,     I installed a new SOGo server on past July and everything works fine except that:     - I'm going mad looking for where I can change the destination EMail address to which are sent the notifications of the state changes of the autoreply of each user. Right now these mails are sent

[SOGo] SOGo and SCRAM mechanisms for security

2023-08-06 Thread * Neustradamus *
Hello the SOGo team, Have you progressed on SCRAM? - https://bugs.sogo.nu//view.php?id=4869 We are in August 2023. Thanks in advance. Regards. Neustradamus

Re: [SOGo] SOGo Debian 12 Bookworm compatibility

2023-07-28 Thread smizr...@alinto.eu
Dear Neustradamus, We're already working on Debian Bookworm compatibility (https://bugs.sogo.nu/view.php?id=5787) Support is coming soon. Sebastien Le Vendredi, Juillet 28, 2023 17:18 CEST, "* Neustradamus *" (neustrada...@hotmail.com) a écrit:  Hello the SOGo team, It is possible to have

[SOGo] SOGo Debian 12 Bookworm compatibility

2023-07-28 Thread * Neustradamus *
Hello the SOGo team, It is possible to have Debian 12 "Bookworm" compatibility? - https://www.sogo.nu/support/faq/how-to-install-sogo-on-debian.html - https://www.sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html In more, Debian 11 "Bullseye" is not here: -

Re: [SOGo] SOGo no longer talking to mysql

2023-07-25 Thread Kenren Taisho
Glad you finally figured things out :-) On Tue, Jul 25, 2023 at 5:11 PM Richard Rosner wrote: > Good news, I finally was able to get SOGo back up and running (and using > /etc/sogo/sogo.conf, like any sane progarm would do). > > But be honest people, who on earth should be able to have guessed

Re: [SOGo] SOGo no longer talking to mysql

2023-07-25 Thread Richard Rosner
Good news, I finally was able to get SOGo back up and running (and using /etc/sogo/sogo.conf, like any sane progarm would do). But be honest people, who on earth should be able to have guessed that "~sogo/" refers to "/var/lib/sogo/"? I already thought I was crazy searching /usr for a

Re: [SOGo] SOGo no longer talking to mysql

2023-07-25 Thread Odhiambo Washington
On Mon, Jul 24, 2023 at 3:51 PM Richard Rosner wrote: > It produces the exact same output. And yes, I completely emptied > /etc/sogo/: > > 2023-07-24 14:33:56.022 sogod[148688:148688] ERROR: *could not open > MySQL4 connection to database 'sogo': Access denied for user > 'sogo'@'localhost'

Re: [SOGo] SOGo no longer talking to mysql

2023-07-25 Thread Markus Winkler
Hi Richard, On Mon, 24 Jul 2023 at 01:40:52PM +0200, Richard Rosner wrote: My biggest problem with the old installation was (which was set up before I became admin and I can't tell if it has been upgraded somehow from SOGo 2.x, which we where using before 5.x, or if it was a fresh install)

Re: [SOGo] SOGo no longer talking to mysql

2023-07-24 Thread Markus Winkler
Hi Richard, On 21.07.23 13:27, Richard Rosner (rros...@fsmuw.rwth-aachen.de) wrote: thanks for this, but username is just sogo, password only consists of latin alphabet letters (no special letters like ê, ę or others), numbers and simple special characters like - or _, nothing that's not

Re: [SOGo] SOGo no longer talking to mysql

2023-07-24 Thread Richard Rosner
ichard Rosner *Sent:* vendredi 21 juillet 2023 13:27 *To:* qhivert (qhiv...@alinto.eu) *Subject:* Re: [SOGo] SOGo no longer talking to mysql Hi Quentin, thanks for this, but username is just sogo, password only consists of latin alphabet letters (no special letters like ê, ę or others), n

RE: [SOGo] SOGo no longer talking to mysql

2023-07-21 Thread qhivert
f file (censor your password) so I can see if anything shocks me. From: users-requ...@sogo.nu On Behalf Of Richard Rosner Sent: vendredi 21 juillet 2023 13:27 To: qhivert (qhiv...@alinto.eu) Subject: Re: [SOGo] SOGo no longer talking to mysql Hi Quentin, thanks for this, but username is jus

Re: [SOGo] SOGo no longer talking to mysql

2023-07-21 Thread Richard Rosner
the username and password must be “url” encoded if you have any special characters -> https://www.w3schools.com/tags/ref_urlencode.ASP *From:*users-requ...@sogo.nu *On Behalf Of *Richard Rosner *Sent:* vendredi 21 juillet 2023 09:44 *To:* Kenren Taisho (toushin.tai...@gmail.com) *Subject:* Re: [S

RE: [SOGo] SOGo no longer talking to mysql

2023-07-21 Thread qhivert
:44 To: Kenren Taisho (toushin.tai...@gmail.com) Subject: Re: [SOGo] SOGo no longer talking to mysql Hi Kenren, skip-name-resolve is alraedy commented out. Richard Am 21.07.2023 um 02:13 schrieb Kenren Taisho (toushin.tai...@gmail.com <mailto:toushin.tai...@gmail.com> ): Hi Richard,

Re: [SOGo] SOGo no longer talking to mysql

2023-07-21 Thread Richard Rosner
<mailto:users-requ...@sogo.nu> *On Behalf Of *Richard Rosner *Sent:* jeudi 20 juillet 2023 16:23 *To:* users@sogo.nu *Subject:* [SOGo] SOGo no longer talking to mysql Hi, I had to reinstall SOGo because for some strange reason it just refused to accept any changes to

Re: [SOGo] SOGo no longer talking to mysql

2023-07-20 Thread Kenren Taisho
alinto.eu): > > Hello Richard, > Strange indeed. I assume you didn’t change the sogo.conf nor the password > between? > Is this the log with the param *MySQL4DebugEnabled = YES* in your > sogo.conf? If not could you add it and show us the logs? > > Regards, > Quentin &

Re: [SOGo] SOGo no longer talking to mysql

2023-07-20 Thread Richard Rosner
the logs? Regards, Quentin *From:*users-requ...@sogo.nu *On Behalf Of *Richard Rosner *Sent:* jeudi 20 juillet 2023 16:23 *To:* users@sogo.nu *Subject:* [SOGo] SOGo no longer talking to mysql Hi, I had to reinstall SOGo because for some strange reason it just refused to accept any changes to th

RE: [SOGo] SOGo no longer talking to mysql

2023-07-20 Thread qhivert
Rosner Sent: jeudi 20 juillet 2023 16:23 To: users@sogo.nu Subject: [SOGo] SOGo no longer talking to mysql Hi, I had to reinstall SOGo because for some strange reason it just refused to accept any changes to the config. Now for some reason it can't connect to mysql anymore. In the sogo.conf I have

[SOGo] SOGo no longer talking to mysql

2023-07-20 Thread Richard Rosner
Hi, I had to reinstall SOGo because for some strange reason it just refused to accept any changes to the config. Now for some reason it can't connect to mysql anymore. In the sogo.conf I have e.g. >> SOGoProfileURL = "mysql://sogo:/password/@127.0.0.1:3306/sogo/sogo_user_profile"; << and I

RE: [SOGo] Sogo Read Receipts request

2023-07-06 Thread qhivert
edi 5 juillet 2023 16:22 To: users@sogo.nu Subject: [SOGo] Sogo Read Receipts request Hello, My name is Stefan and i am using sogo with mailcow but i have a soge related topic. in sogo it is possible to activste the option to send red receipts if sogo gets one with incomming mail. that is def

[SOGo] Sogo Read Receipts request

2023-07-05 Thread "Stefan Kladler"
Hello, My name is Stefan and i am using sogo with mailcow but i have a soge related topic.  in sogo it is possible to activste the option to send red receipts if sogo gets one with incomming mail. that is default and so i can choose. ​​​it is also possible to request a read receipt when i

[SOGo] SOGo + Dovecot + Keycloak + Apache + libapache2-mod-auth-openidc -> working setup

2023-07-01 Thread Claas Hilbrecht
Hi, after trying to the SAML working with dovecot without success for several days I tried a different approach today. Instead off using SAML I switched to use the libapache2-mod-auth-openidc module. I changed the apache sogo.conf to support the OIDC module with the settings below.

RE: [SOGo] SOGo page fail to load sometimes

2023-06-14 Thread "Daniel Petrik"
nu Subject: [SOGo] SOGo page fail to load sometimes I quite regularly get this when first opening the browser (Edge or Firefox)... refreshing does nothing, sometimes a Ctrl-Shift-R gets it to load properly. When it does load it's fine - anyone else have similar issues with a cause/fix? Simon.

Re: [SOGo] SOGo page fail to load sometimes

2023-06-14 Thread Jose David Bravo A
Hi Simon, Are you using nginx ? If so, you mind to share your nginx config ? Please check the source code of your page when its fails to load and check the url for the css files. Jose > On 14/06/2023, at 7:41 AM, Simon Wilson wrote: > >  > I quite regularly get this when first opening the

[SOGo] SOGo page fail to load sometimes

2023-06-14 Thread "Simon Wilson"
I quite regularly get this when first opening the browser (Edge or Firefox)... refreshing does nothing, sometimes a Ctrl-Shift-R gets it to load properly.  When it does load it's fine - anyone else have similar issues with a cause/fix? Simon. --  Simon Wilson M: 0400 121 116

RE: [SOGo] SOGo Desktop

2023-04-15 Thread supp...@foxnet.be
It was a joke?did you have a date?Michel Envoyé depuis mon appareil Galaxy Message d'origine De : Philippe Gilbert Date : 14/04/23 14:46 (GMT+01:00) À : users@sogo.nu Objet : Re: [SOGo] SOGo Desktop Michel , unfortunately I’m only a trail runner and not as famous Currently we

Re: [SOGo] SOGo Desktop

2023-04-14 Thread Philippe Gilbert
Michel , unfortunately I’m only a trail runner and not as famous  Currently we support ThunderBird 102 & >, SOGo connector is not fully compliant (only Caldav), but seems that 106 will drastically change We are trying to improve this Regards Philippe > Le 14 avr. 2023 à 07:18,

Re: [SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-14 Thread Marco Moock
Am 13.04.2023 schrieb "Jose David Bravo A" (jbr...@colombiahosting.com.co) : > sudo wget -O- > "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; | > sudo gpg --dearmor | sudo apt-key add - sudo wget -O- >

Re: [SOGo] SOGo Desktop

2023-04-13 Thread supp...@foxnet.be
Ok here is the same first name of a famous bike racer  let's get back to serious things, do you have a version that holds up?   ThunderBird Michel Le Mercredi, Avril 12, 2023 11:26 CEST, "Philippe Gilbert" (phili...@alinto.com) a écrit:  Hello Michel, SOGo may be used by Desktop clients suc

Re: [SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Gary Horchem
I used SOGo’s guide and it worked for now but Ubuntu will change it in the future. My only issue is I can’t get a connection to my MySQL database running on the same box. I’ve done the database configuration for Utf8mb4 and the database is listening on localhost but it still won’t connect.

[SOGo] SOGo installation in Ubuntu, pubkey problems

2023-04-13 Thread Jose David Bravo A
Hello, Im wondering how are you guys importing the public key of SOGo repos in Ubuntu. Following this guide ( [ https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html | https://www.sogo.nu/support/faq/how-to-install-sogo-on-ubuntu.html ] ), I always find problems: "Alinto signs

[SOGo] SOGo Preferences fail to load

2023-04-13 Thread Bradley Giesbrecht
Hello list, SOGo nightly: 5.8.2.20230412-1 OS: Ubuntu xenial When logged into SOGo and we click Preferences the page fails to load and the browser console shows this error: “ [Error] Error: [$injector:modulerr]

Re: [SOGo] SOGo Desktop

2023-04-12 Thread Philippe Gilbert
Hello Michel, SOGo may be used by Desktop clients suc as ThunderBird but we have no plans for developing a desktop client, why this question ? Philippe > Le 12 avr. 2023 à 10:26, supp...@foxnet.be (supp...@foxnet.be) > a écrit : > > Hello > > Is your SOGo desktop project still in progress? >

[SOGo] SOGo Desktop

2023-04-12 Thread supp...@foxnet.be
Hello Is your SOGo desktop project still in progress? Michel

Re: [SOGo] Sogo with Postfixadmin

2023-03-22 Thread William Bowden
Many Thanks Eben van Deventer William William Bowden Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk > On 22 Mar 2023, at 13:28, Eben van Deventer (buf...@gmail.com) > wrote: > > Hi William, I think this might be an ACL issue, check attached how-to I did > for a

RE: [SOGo] Sogo with Postfixadmin

2023-03-22 Thread "Support Foxnet"
Too bad there is no user integration like in DirectAdmin Michel De : users-requ...@sogo.nu De la part de Eben van Deventer Envoyé : mercredi 22 mars 2023 14:29 À : users@sogo.nu Objet : Re: [SOGo] Sogo with Postfixadmin Hi William, I think this might be an ACL issue, check attached how

Re: [SOGo] Sogo with Postfixadmin

2023-03-22 Thread Eben van Deventer
Hi William, I think this might be an ACL issue, check attached how-to I did for a deployment with SOGo, PostfixAdmin and MySQL: Debian 11 Groupware Server - LEMP Stack | BuFf0k On Wed, 22 Mar 2023 at 15:15, Marco Moock wrote: > Am

Re: [SOGo] Sogo with Postfixadmin

2023-03-22 Thread Marco Moock
Am 22.03.2023 um 11:26:06 Uhr schrieb William Bowden: > I have this running in all except shared items whenever I go to share > say calendar I type in the email and nothing. What do you expect? Does the sharing work? -- Gruß Marco Moock URZ Uni Heidelberg

[SOGo] Sogo with Postfixadmin

2023-03-22 Thread William Bowden
Hi I have this running in all except shared items whenever I go to share say calendar I type in the email and nothing. Apart from that all is good. Any clues and if needed I will send whatever you need William William Bowden Consultant Engineer | m:07525 645105 | e:will...@jmrit.co.uk

  1   2   3   4   5   6   7   8   9   10   >