Re: [SOGo] Additional e-Mail-Accounts/Identity and S/MIME

2022-09-20 Thread smizrahi@alinto . eu

Hi Juergen,

The improvement of S/MIME support is not currently planned for 2022.
There is already an improvement asked in the BTS 
(https://bugs.sogo.nu/view.php?id=5406 if I'm not wrong).

Sebastien

Le Lundi, Septembre 19, 2022 21:11 CEST, "Juergen Bruckner" 
(microang...@microangelo.priv.at)  a écrit:
 Hello,

thank you for clarification, Christian!

Does anyone know if this is on the future features list?

best regards
Juergen

Am 19.09.22 um 13:26 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Hello
>
> S/MIME support is very limited.
> You only can store one certificate in SOGo per login.
> Therefore you can add another IMAP account and or identity, but not
> another certificate.
>
>
> Kind regards,
> Christian Mack
>
> Am 16.09.22 um 20:40 schrieb Juergen Bruckner
> (microang...@microangelo.priv.at):
>> Dear SOGO community,
>>
>> Unfortunately I can't get any further with SOGO 5.7.1 with a certain
>> problem and hope for help here.
>>
>> I would like to create a new e-mail account or better a additinal
>> identity (with a different e-mail address) for a SOGO user under "IMAP
>> accounts", which I have managed to do so far.
>>
>> Then I would like to store an S/MIME certificate for this e-mail
>> account, but the "Security" tab is always grayed out and not accessible.
>> The S/MIME certificate was stored in the "main account" without any
>> problems.
>>
>> Is there any information or help on this?
>> Did I not notice something?
>>
>> regards
>> Juergen
>
>

--
/¯\ No |
\ / HTML | Juergen Bruckner
X in | microang...@microangelo.priv.at
/ \ Mail |

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-20 Thread smizrahi@alinto . eu

Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :
service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo startWhen the release will be out, do not forget to delete .bak 
files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi Sebastian, thanks…. so is there a short term workaround for that bug? 
Currently for us the WebUI is unusable in daily business. Regards . Götz Am 
19.09.2022 um 08:24 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
: Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi any news on a release? That bug is a total show stopper for us right now … 
:( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke(goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz 
 
 
Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de
Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de
 
 
Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt
Datenschutzerklärung | Transparenzinformation
Data privacy statement | Transparency information

 


Re: [SOGo] Is there a way to programmatically add a 2nd user Account to Sogos Web-Interface?

2022-09-19 Thread smizrahi@alinto . eu

​​Do you mean create SOGo account in command line with sogo tool ?

Sebastien

Le Vendredi, Septembre 16, 2022 16:57 CEST, "International Security Providers" 
(internationalsecurityprovid...@proton.me)  a écrit:
 Is there a way to programmatically add a 2nd user Account to Sogos 
Web-Interface?maybe somehow using "sogo-tool"?I would love to just define all 
the vars I would in the webinterface but using the CLI and it will 
automatically show up on the next login of the specified user.I could integrate 
this flow in my IAM.. BR you all  

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-19 Thread smizrahi@alinto . eu

Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi any news on a release? That bug is a total show stopper for us right now … 
:( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke(goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz

 


Re: [SOGo] Libravatar

2022-09-05 Thread smizrahi@alinto . eu

I can't find your mail on the BTS. Can you send your login to supp...@sogo.nu ? 
then I'll give you the correct user rights.

Sebastien

Le Lundi, Septembre 05, 2022 17:28 CEST, "Johan Vromans" (jvrom...@squirrel.nl) 
 a écrit:
 On Mon, 05 Sep 2022 17:17:29 +0200, "smizrahi@alinto . eu"
(smizr...@alinto.eu)  wrote:

> It would be great this is a good idea. No plan to support this at least
> for the next 2 month. Could you open a ticket on bugs.sogo.nu ?

I tried, but I can't login with my community credentials.

And even if I could, it says that "New users can only view tickets. To be
able to create or comment tickets, you must contact us ..."

 


Re: [SOGo] Libravatar

2022-09-05 Thread smizrahi@alinto . eu

Hi Sciuruis,

It would be great this is a good idea. No plan to support this at least for the 
next 2 month.
Could you open a ticket on bugs.sogo.nu ?

Thank you !

Sebastien

Le Dimanche, Septembre 04, 2022 14:51 CEST, "\"sciurius\"" 
(jvrom...@squirrel.nl)  a écrit:
 Hi,

Libravatar seems a widely accepted, open source alternative to Gravatar (now:
WordPress).
Is support for Libravatar planned for SoGo?

 


Re: [SOGo] Set Animation Level and other things on sogo.conf -file

2022-09-05 Thread smizrahi@alinto . eu

Hi,

The following options can be set on SOGoAnimationMode :
 * normal * limited * noneSebastien

Le Jeudi, Septembre 01, 2022 14:32 CEST, "Odhiambo Washington" 
(odhia...@gmail.com)  a écrit:
   On Thu, Sep 1, 2022 at 3:22 PM francis  wrote:Hi

> On Sep 1, 2022, at 04:46, Christian Mack (christian.m...@uni-konstanz.de) 
>  wrote:
>
> Hello
>
> Am 01.09.22 um 10:31 schrieb Odhiambo Washington (odhia...@gmail.com):
>> On Wed, Aug 31, 2022 at 7:46 PM Christian Mack  wrote:
>>> Hello
>>>
>>> Am 31.08.22 um 14:06 schrieb International Security Providers
>>> (internationalsecurityprovid...@proton.me):
 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 '^$|^.*#' ¯\_(ツ)_/¯ :-)

 


[SOGo] BTS Activities is back

2022-09-05 Thread smizrahi@alinto . eu

Dear community users,

The daily BTS activities mail is back !

Sébastien


Re: [SOGo] ANN: official transfer to Alinto

2022-08-18 Thread smizrahi@alinto . eu

To be clear, the behavior is exactly the same as previously with Inverse :
 * For all users, nightly buils are available with packages.sogo.nu * For all 
users, sources are available through packages.sogo.nu or Github * For official 
release, you need to have a contract :
 * With Inverse until 31/08/2022 (packages are still available under 
packages.inverse.ca) * With Alinto from 01/09/2022 (packages are available 
under packages.sogo.nu)
If you notice dead links, misworking stuff please send a mail to 
migrat...@sogo.nu.
For SOGo specific issues, ​public bug tracker is available at bugs.sogo.nu

Sébastien


Le Jeudi, Août 18, 2022 11:02 CEST, "smizrahi@alinto . eu" (smizr...@alinto.eu) 
 a écrit:
 Hi Chritian,

This error is due to restricted area. To get an access to public packages you 
have to subscribe to support with Alinto.
Just wrote you an e-mail to give you more details.

Sébastien.

Le Jeudi, Août 18, 2022 09:56 CEST, "Christian Mack" 
(christian.m...@uni-konstanz.de)  a écrit:
 Hello

The error message changed, but the new buster repo is still not usable.

[...]
Err:4 https://packages.sogo.nu/release/5/debian buster InRelease

401 Unknown Reason [IP: 31.172.161.89 443]
[...]
E: Failed to fetch
https://packages.sogo.nu/release/5/debian/dists/buster/InRelease 401
Unknown Reason [IP: 31.172.161.89 443]
E: The repository 'https://packages.sogo.nu/release/5/debian buster
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.


Kind regards,
Christian Mack

Am 17.08.22 um 08:40 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Hello
>
> Seems there is a problem with Debian Buster releases too.
> Access to nightlies work, access to inverse repo works.
> Just the new repo doesn't.
>
> I get the following error:
> [...]
> Err:4 https://packages.sogo.nu/release/5/debian buster InRelease
> 500 Internal Server Error [IP: 31.172.161.89 443]
> [...]
> W: Failed to fetch
> https://packages.sogo.nu/release/5/debian/dists/buster/InRelease 500
> Internal Server Error [IP: 31.172.161.89 443]
> W: Some index files failed to download. They have been ignored, or old
> ones used instead.
>
>
>
> Kind regards,
> Christian Mack
>
> Am 15.08.22 um 14:26 schrieb smizrahi@alinto . eu (smizr...@alinto.eu):
>>
>> Dear users,
>>
>> The signing issue on rpm packages shall now be fixed.
>>
>> Sébastien
>>
>> Le Samedi, Août 13, 2022 16:46 CEST, Jürgen Echter 
>> (j.ech...@echter-kuechen-elektro.de)  a écrit:
>>  Am Montag, August 08, 2022 21:24 CEST, schrieb "Francis Lachapelle" 
>> (flachape...@inverse.ca) :
>>
>>> Dear community users,
>>>
>>> In the upcoming days, we will officially transfer the ownership of the SOGo 
>>> open source project to Alinto. There will be two major impacts to this 
>>> transfer:
>>>
>>> - Members of this mailing list will need to resubscribe. The mailing list 
>>> address won't change (users@sogo.nu), but the infrastructure will moved to 
>>> a new server (https://mailing.sogo.nu/) with no data migration.
>>> - Binary packages of SOGo and SOPE will be available from a different URL 
>>> (https://packages.sogo.nu). The installation instructions on the Website 
>>> will be updated accordingly.
>>>
>>> Let me know if you have any question.
>>>
>>> Thank you,
>>>
>>> Francis
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>
>> Hi,
>>
>> i guess the new repos should already work, but it seems the packages are not 
>> signed right now (RockyLinux 8).
>>
>> Package sogo-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sogo-tool-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sope49-cards-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sope49-gdl1-contentstore-5.7.1.20220813-1.el8.x86_64.rpm is not 
>> signed
>>
>> Greetings and thanks for all your hard work.
>>
>> Juergen
>>
>>
>>
>
>


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416

 

 


Re: [SOGo] ANN: SOGo v5.7.1 released!

2022-08-18 Thread smizrahi@alinto . eu

Hi Dimitri,

Thank you for reporting this issue, it should now be fixed fir 5.7.1 and future 
releases.

Sébastien

Le Jeudi, Août 18, 2022 11:38 CEST, "Dmitry Bakshaev" (dab1...@gmail.com) 
 a écrit:
 https://www.sogo.nu/download.html#/v5click on "Requires SOPE" and "Source 
code" gets 404Not FoundThe requested URL was not found on this server. ср, 17 
авг. 2022 г. в 22:15, "SOGo Reporter" :Minor release, but many 
bug fixes. Download it now! NEW RELEASEANNOUNCEMENTSOGo v5.7.1The Alinto Team 
is pleased to announce the immediate availability of SOGo version 5.7.1.
This is a minor release of SOGo which focuses on various enhancements and 
improved stability over previous versions.—Enhancements
 * core: IPv6 support (edd64a3)Bug Fixes
 * addressbook(dav): improve handling of addressbook-query (0720dc4) * 
calendar: update all quick fields when updating event (a6f7c1e), closes #5546 * 
calendar: remove time from until date of rrule of all-day event (3f7fef0) * 
calendar(js): conditional display of edit and delete buttons (16459c7) * core: 
don't remove double quotes when parsing versit strings (6bed6c0), closes #3530 
#3930 * core: don't remove double quotes when parsing versit strings (ebf032e 
d99aa82), closes #3530 * core: handle argon2i password scheme (2f9f610), closes 
#5531 * dav: return 405 when collection already exists (95eecc4) * i18n: new 
localized strings for SQL-based password policies (5e6ad77) * mail(js): add 
CKEditor plugins emoji and bidi (e18dc2c) * mail(js): handle paste action from 
contextual menu (efe78c5), closes #5488 * mail(js): resolve sub mailboxes in 
global search (407bc53), closes #5559 * mail: use encoding from MIME part 
(27d45b6) * preferences(js): don't filter vacation start date (2ae03d5) * 
preferences: regex in Sieve scripts are now case sensitive (adfd175), closes 
#5561 * web(js): improve validation of email addresses (67ccf74)Localization
 * fr: Update French translations (a418baa) * hu: Update Hungarian translations 
(abc2df0) * kk: add Kazakh translation (a667c69) * kk: Add Kazakh translation 
by Nazym Idrissova (d1971b7) * Password policies Add constants to make password 
policies localizable (5e6ad77)See the closed tickets for this release and the 
complete change log.DownloadUpgrade Instructions →What is SOGo
SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.
SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.
SOGo features:
 * Scalable architecture suitable for deployments from dozen to many thousand 
users * Rich, responsible Web-based interface aligned with Google Material 
Design guidelines * Improved integration with Mozilla Thunderbird and Lightning 
by using the SOGo Connector and the SOGo Integrator * Two-way synchronization 
support with any Microsoft ActiveSync-capable device (Apple iOS, Android, 
Windows Phone, BlackBerry 10) or Outlook 2013/2016/365 * Excellent native 
integration with Apple software (OS X and iOS) and Android-based devices
and many more! SOGo and our connectors are completely free.Helping
SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution.
There are multiple ways you can contribute to the project:
 * Documentation reviews, enhancements and translations * Write test cases - if 
you know Python, join in! * Feature requests or by sharing your ideas * 
Participate to the discussion in mailing lists * Patches for bugs or 
enhancements * Provide new translations
Feel free to send us your questions. You can also post them to the SOGo mailing 
list.Getting Support
For any questions, do not hesitate to contact us by writing to supp...@sogo.nu
Customer support packages for SOGo are also available.

 


Re: [SOGo] ANN: official transfer to Alinto

2022-08-18 Thread smizrahi@alinto . eu

Hi Chritian,

This error is due to restricted area. To get an access to public packages you 
have to subscribe to support with Alinto.
Just wrote you an e-mail to give you more details.

Sébastien.

Le Jeudi, Août 18, 2022 09:56 CEST, "Christian Mack" 
(christian.m...@uni-konstanz.de)  a écrit:
 Hello

The error message changed, but the new buster repo is still not usable.

[...]
Err:4 https://packages.sogo.nu/release/5/debian buster InRelease

401 Unknown Reason [IP: 31.172.161.89 443]
[...]
E: Failed to fetch
https://packages.sogo.nu/release/5/debian/dists/buster/InRelease 401
Unknown Reason [IP: 31.172.161.89 443]
E: The repository 'https://packages.sogo.nu/release/5/debian buster
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.


Kind regards,
Christian Mack

Am 17.08.22 um 08:40 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Hello
>
> Seems there is a problem with Debian Buster releases too.
> Access to nightlies work, access to inverse repo works.
> Just the new repo doesn't.
>
> I get the following error:
> [...]
> Err:4 https://packages.sogo.nu/release/5/debian buster InRelease
> 500 Internal Server Error [IP: 31.172.161.89 443]
> [...]
> W: Failed to fetch
> https://packages.sogo.nu/release/5/debian/dists/buster/InRelease 500
> Internal Server Error [IP: 31.172.161.89 443]
> W: Some index files failed to download. They have been ignored, or old
> ones used instead.
>
>
>
> Kind regards,
> Christian Mack
>
> Am 15.08.22 um 14:26 schrieb smizrahi@alinto . eu (smizr...@alinto.eu):
>>
>> Dear users,
>>
>> The signing issue on rpm packages shall now be fixed.
>>
>> Sébastien
>>
>> Le Samedi, Août 13, 2022 16:46 CEST, Jürgen Echter 
>> (j.ech...@echter-kuechen-elektro.de)  a écrit:
>>  Am Montag, August 08, 2022 21:24 CEST, schrieb "Francis Lachapelle" 
>> (flachape...@inverse.ca) :
>>
>>> Dear community users,
>>>
>>> In the upcoming days, we will officially transfer the ownership of the SOGo 
>>> open source project to Alinto. There will be two major impacts to this 
>>> transfer:
>>>
>>> - Members of this mailing list will need to resubscribe. The mailing list 
>>> address won't change (users@sogo.nu), but the infrastructure will moved to 
>>> a new server (https://mailing.sogo.nu/) with no data migration.
>>> - Binary packages of SOGo and SOPE will be available from a different URL 
>>> (https://packages.sogo.nu). The installation instructions on the Website 
>>> will be updated accordingly.
>>>
>>> Let me know if you have any question.
>>>
>>> Thank you,
>>>
>>> Francis
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>
>> Hi,
>>
>> i guess the new repos should already work, but it seems the packages are not 
>> signed right now (RockyLinux 8).
>>
>> Package sogo-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sogo-tool-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sope49-cards-5.7.1.20220813-1.el8.x86_64.rpm is not signed
>> Package sope49-gdl1-contentstore-5.7.1.20220813-1.el8.x86_64.rpm is not 
>> signed
>>
>> Greetings and thanks for all your hard work.
>>
>> Juergen
>>
>>
>>
>
>


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416

 


Re: [SOGo] public key not found by apt

2022-08-17 Thread smizrahi@alinto . eu

Hi Thomas,

Did you add the new gpg key according to documentation : 
https://www.sogo.nu/support/faq/how-to-install-sogo-on-debian.html#/faq ?
 sudo wget -O- "http://pgp.mit.edu/pks/lookup?op=get=0xCB2D3A2AA0030E2C; 
| sudo gpg --dearmor | sudo apt-key add -
sudo wget -O- 
"https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9;|
 sudo gpg --dearmor | sudo apt-key add -
sudo apt-get update
Sébastien

Le Mercredi, Août 17, 2022 10:27 CEST, "Thomas Sossong" (th...@atsec.com) 
 a écrit:
 Hi Sogo users,

since last week I get an error message from apt trying to get the latest 
ressource file. The message states NO PUBLICKEY. I tried to get it via apt key 
and get somehow around it but with no success. Could you please let me know how 
to get the actual public key so I can get updates again?

Thank you for your help

Best Regards


Thomas

 


Re: [SOGo] ANN: official transfer to Alinto

2022-08-15 Thread smizrahi@alinto . eu

Dear users,

The signing issue on rpm packages shall now be fixed.

Sébastien

Le Samedi, Août 13, 2022 16:46 CEST, Jürgen Echter 
(j.ech...@echter-kuechen-elektro.de)  a écrit:
 Am Montag, August 08, 2022 21:24 CEST, schrieb "Francis Lachapelle" 
(flachape...@inverse.ca) :

> Dear community users,
>
> In the upcoming days, we will officially transfer the ownership of the SOGo 
> open source project to Alinto. There will be two major impacts to this 
> transfer:
>
> - Members of this mailing list will need to resubscribe. The mailing list 
> address won't change (users@sogo.nu), but the infrastructure will moved to a 
> new server (https://mailing.sogo.nu/) with no data migration.
> - Binary packages of SOGo and SOPE will be available from a different URL 
> (https://packages.sogo.nu). The installation instructions on the Website will 
> be updated accordingly.
>
> Let me know if you have any question.
>
> Thank you,
>
> Francis
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

Hi,

i guess the new repos should already work, but it seems the packages are not 
signed right now (RockyLinux 8).

Package sogo-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sogo-tool-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sope49-cards-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sope49-gdl1-contentstore-5.7.1.20220813-1.el8.x86_64.rpm is not signed

Greetings and thanks for all your hard work.

Juergen

 


Re: [SOGo] ANN: official transfer to Alinto

2022-08-14 Thread smizrahi@alinto . eu

Hi Juergen,

Thanks for reporting this issue, I will take a look on this next week. 

Sebastien

Le Samedi, Août 13, 2022 16:46 CEST, Jürgen Echter 
(j.ech...@echter-kuechen-elektro.de)  a écrit:
 Am Montag, August 08, 2022 21:24 CEST, schrieb "Francis Lachapelle" 
(flachape...@inverse.ca) :

> Dear community users,
>
> In the upcoming days, we will officially transfer the ownership of the SOGo 
> open source project to Alinto. There will be two major impacts to this 
> transfer:
>
> - Members of this mailing list will need to resubscribe. The mailing list 
> address won't change (users@sogo.nu), but the infrastructure will moved to a 
> new server (https://mailing.sogo.nu/) with no data migration.
> - Binary packages of SOGo and SOPE will be available from a different URL 
> (https://packages.sogo.nu). The installation instructions on the Website will 
> be updated accordingly.
>
> Let me know if you have any question.
>
> Thank you,
>
> Francis
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

Hi,

i guess the new repos should already work, but it seems the packages are not 
signed right now (RockyLinux 8).

Package sogo-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sogo-tool-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sope49-cards-5.7.1.20220813-1.el8.x86_64.rpm is not signed
Package sope49-gdl1-contentstore-5.7.1.20220813-1.el8.x86_64.rpm is not signed

Greetings and thanks for all your hard work.

Juergen

 


[SOGo] TO BE IGNORED : Mailing list test

2022-08-11 Thread smizrahi@alinto . eu
This is a migration test, please ignore this message


Re: [SOGo] ANN: official transfer to Alinto

2022-08-11 Thread smizrahi@alinto . eu

Hello Christian,

Thank you for your feedback.
The mailing list archive has not been migrated to the new server, however the 
old messages can still be visible at 
https://www.mail-archive.com/users%40sogo.nu/ and will still be updated for 
future messages.

As we use transifex for translations management, we have decided to close the 
i...@sogo.nu mailing list. The github README has been updated. If this is a 
problem for SOGo community we can restore this service.

Concerning the packages : Inverse made a redirect from their repository to 
packages.sogo.nu - this shall be transparent at least for Debian. However 
you'll need to add new GPG keys (documentation on sogo.nu website has been 
updated).

We'll communicate later today to the community through the old mailing list to 
give a final status on migration.

Let me know if you have other questions or if you meet issues.

Sébastien MIZRAHI
Alinto // email and more
15 quai Tilsitt - 69002 Lyon (France)
Tel. : +33(0)4 81 09 01 11
Web : www.alinto.com
Blog : www.demainlemail.com
Suivez-nous : Linkedin, Twitter & Facebook


Le Jeudi, Août 11, 2022 14:41 CEST, "Christian Mack" 
(christian.m...@uni-konstanz.de)  a écrit:
 Hello

see below...

Am 08.08.22 um 21:24 schrieb Francis Lachapelle (flachape...@inverse.ca):
> Dear community users,
>
> In the upcoming days, we will officially transfer the ownership of
> the SOGo open source project to Alinto. There will be two major
> impacts to this transfer:
>
> - Members of this mailing list will need to resubscribe. The mailing
> list address won't change (users@sogo.nu), but the infrastructure
> will moved to a new server (https://mailing.sogo.nu/) with no data
> migration.

 seems up and accepts registrations for
announce and user.

But what about the archives of the old mailinglist?

And what about i...@sogo.nu?


> - Binary packages of SOGo and SOPE will be available from a different
> URL (https://packages.sogo.nu). The installation instructions on the
> Website will be updated accordingly.
>
[cut]

Is up and running too.
I first didn't see, that the path in the URL has changed too, not just
the server :-)
Instructions seem correct in the FAQ.


Kind regards,
Christian Mack

--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416

 


Re: [SOGo] Allow GET-method for caldav/carddav to make Transend Migrator compatible

2022-07-28 Thread smizrahi@alinto . eu

Hi,

SOGo use standard calendar and contact synchronisation over HTTP.
This shall be enabled by default, you need to set the following settings :
 * Address: https://your.domain.com/SOGo/dav/yourem...@domain.com/ * Login : 
Your email * Password : Your password
Sébastien MIZRAHI smizr...@alinto.eu

Alinto - Email and more
15, quai Tilsitt - 69002 Lyon (France) 
T. +33(0)4 81 09 01 17 - F. +33(0)4 26 68 91 68
Web : www.alinto.com
Blog : www.demainlemail.com
Suivez-nous : Linkedin, Twitter & Facebook

Le Mercredi, Juillet 27, 2022 21:37 CEST, "International Security Providers" 
(internationalsecurityprovid...@proton.me)  a écrit:
  Hey there


I would like to migrate a buig chunk of users form Office365 to Sogo.. Normally 
we use the "Transend Migrator" -Tool to do migrations like this.. and it works 
between so many providers.. for example I can easily migrate Exchange or O365 
to Kopano.. but now we would like to switch to use sogo in the future..


So to make auotmated / easy migrations we need this tool to work (or a 
compatible alternative)


the company behind Transend Migrator tells us we need to have GET-support on 
caldav/carddav to use the tool for the migration. can this be enabled somehow, 
or doe sit need to be developed?


I hope you can help us, because we cannot switch othersiwe :( --
users@sogo.nu
https://inverse.ca/sogo/lists

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