Re: [SOGo] Sieve filters / sogo-tool

2024-03-21 Thread Christian Mack

Hello

Am 21.03.24 um 11:01 schrieb Rainer Ruprechtsberger 
(rruprechtsber...@volkshilfe-ooe.at):

Hi,
I'm trying to add sieve filter to accounts that do not have any:

sogo-tool user-preferences set settings username SOGoSieveFilters -f 
spamsieve.json -p /etc/sogo/sieve.creds


This gives me an error:

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


Does this mean I can't set SOGoSieveFilters at all? The documentation 
example is with forward..




I didn't see that error message till now.
But you only can set SIEVE rules on accounts, who already logged in once.

I have set a default filter in sogo.conf.
It will be added for all new accounts on first login.
Example:
...
SOGoSieveFilters = (
{
actions = (
{
argument = "Spam";
method = fileinto;
},
{
argument = "";
method = stop;
}
);
active = <*I0>;
match = any;
name = Spam;
rules = (
{
 "custom_header" = "X-Spam-Flag";
 field = header;
 operator = is;
 value = YES;
}
);
}
);
...

Beware:
For Booleans I had to use Integers in a special format, e.g. <*I0> for 
zero or NO.


For already existing accounts, who already logged in, you can use your 
command.



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Calendar Events Reverting Settings

2024-03-18 Thread Christian Mack

Hello

Am 15.03.24 um 19:22 schrieb "bry...@ai-rgus.com" (bry...@ai-rgus.com):


We are running iRedMail v1.6.4. We have about 20 accounts on there. We use the 
SOGO client both for mail and calendar; our issue pertains the calendar. 
Individually, every person is able to use the calendar to schedule events, 
however, time and again we are unable to see each other’s events, randomly. We 
have played with permissions, changing default visibility etc. but this has not 
helped.



Does this mean, you have set visibility for "private" events in the 
sharing settings?


Beware:
Changing default settings in sogo.conf will only change those for new 
calendars.

Existing calendars are not changed.
Therfore you have to set those changes on existing calendars by hand via 
SOGoSuperUser or via script on the server.



We are able to create events from within Sogo (or caldav for outlook) and 
people (both on our mail server and external) receive the invitations. It’s 
mostly just the question of visibility of the calendar across accounts on our 
mail server. In addition to SOGo we use the “CalDav synchronizer” in outlook 
and we use cal.com to do automatic event scheduling (the only such software we 
have found that we can use for others to schedule meetings with us).

The problem occurs when we add our other accounts to meetings through cal.com.  
The events are landing on the calendar and ignore the default events 
classification (set through SOGo) and go straight to private.  When a meeting 
is selected on the calendar is set to public and the invitation is accepted, 
the meeting may show the new adjustments, but then revert back to private and 
unaccepted (events disappear when looking at other account’s calendars).  This 
issue is inconsistent and seems to affect random meetings after marking public 
and accepting a batch of meetings.  We cannot figure out why the settings save 
on some meetings where others do not save properly.



I do not know cal.com!!
Therefore I only can guess, that it synchronizes events with SOGo per 
calDAV.
As it is the leading system for those events, it will always reset all 
event parameters to its local settings, ignoring, what you set in SOGo 
for it.

I also guess, that it only will check and synchronize events in the future.
Therefore not resetting events from the past?



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] settings pane empty when switching to zh_cn or ar

2024-03-14 Thread Christian Mack

Hello

Am 14.03.24 um 10:12 schrieb Marco Moock (m...@dorfdsl.de):


When one of our clients changed the lang to zh_cn, the settings pane
turned empty.
This also happens when choosing Arabic (ar), but it does work
properly for German and Russian.

That can be reproduced on demo.sogo.nu.



You should open a bug report for this on https://sogo.nu/bugs


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Manifest file for web installation

2024-03-12 Thread Christian Mack

Hello

See:
https://github.com/Alinto/sogo#readme


Kind regards,
Christian Mack

Am 12.03.24 um 09:04 schrieb Andre Rodier (an...@rodier.me):

Hello,

I created this ticket https://bugs.sogo.nu/view.php?id=5402

I know your developers team is probably extremely busy, so this has not
been implemented, albeit extremely simple and useful.

This would allow me to click "install" on my phone, and to have the
webmail accessible directly. This creates an application icon in the
phone apps, without having to start a browser or to create another tabs
in my already large tab collection, and forgot about it.

Where can I submit a git pull request, please ?

Thanks,
André Rodier.


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


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Sogo as a MTA relay server

2024-03-11 Thread Christian Mack

Hello

Am 11.03.24 um 09:19 schrieb Cezar Souza (cezar.so...@desion.de):

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 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 IMAP and submission, you 
can use whatever email server you like beneath SOGo.

This is also true for its ActiveSync component.


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] How many table

2024-03-01 Thread Christian Mack

Hello


Am 28.02.24 um 23:29 schrieb "Rouven Seifert" (rouven.seif...@ifsr.de):




Sogo has two modes for database.

The current one, with only 11 tables

The legacy one with several tables per user
Both are ok and once a mode has been chosen, you can’t switch between them.

If you’re setting up a new sogo server, we encourage to use the new mode (by 
setting OCSStoreURL, OCSAclURL and OCSCacheFolderURL).



I was reading this and wondering if this recommendation is actually documented 
somewhere?
The current installation guide (found at [0]) still seems to recommend the old 
scheme per default
and just references the 3 new options alongside others in that one big table.



Documentation can always get improved.


Another question:
We currently run our SOGo instance in legacy mode. What would happen if we 
would set the three options (OCSStoreURL, OCSAclURL and OCSCacheFolderURL) now?
The Docs mention no breaking behaviour at this point.



Your setup will break!!!

The only way in order to change the database mode is by creating a new one.

1) Stop reverse proxy and SOGo
sudo apache2ctl graceful-stop
sudo systemctl stop sogo

2) Backup all Data from the old one with:
sudo /usr/sbin/sogo-tool backup /Path/To/Backup ALL

3) Drop old database and create new one

4) Change settings in /etc/sogo/sogo.conf for the Mode you want to use.

5) Start SOGo, this will create tables
sudo systemctl start sogo

6) Restore all Data
for RESTORE_USER in $(ls /Path/To/Backup)
do
sudo /usr/sbin/sogo-tool restore -f ALL /Path/To/Backup ${RESTORE_USER}
	sudo /usr/sbin/sogo-tool restore -p -c /etc/sogo/sieve.creds 
/Path/To/Backup ${RESTORE_USER}

done

7) Start reverse proxy
sudo apache2ctl start


Hints:
* Not sure, 5) is still necessary, but it doesn't hurt either.
* We had problems with shared privileges. We fixed that by running the 
restore with -p again



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


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Domain Address Book doesn't show entries

2024-02-28 Thread Christian Mack

Hello Sebastien

Now I too see Version 5.10.0.20240228-1.
Thanks for checking.


Kind regards,
Christian Mack

Am 28.02.24 um 10:39 schrieb smizr...@alinto.eu (smizr...@alinto.eu):


Hello Christian,

Packages seems to be up to date : 
https://packages.sogo.nu/nightly/5/debian/pool/bullseye/s/sogo/

I have tried with a fresh install with docker, and the version is good :
Setting up libsbjson2.3 (4.9.r1664.20240220) ...
Setting up libsope-core4.9 (4.9.r1664.20240220) ...
Setting up libsope-mime4.9 (4.9.r1664.20240220) ...
Setting up libsope-appserver4.9 (4.9.r1664.20240220) ...
Setting up libsope-ldap4.9 (4.9.r1664.20240220) ...
Setting up sope4.9-libxmlsaxdriver (4.9.r1664.20240220) ...
Setting up libsope-gdl1-4.9 (4.9.r1664.20240220) ...
Setting up sope4.9-gdl1-mysql (4.9.r1664.20240220) ...
Setting up sogo (5.10.0.20240228-1) ...
Can you try to clean your repo and update ?

Sebastien
​

Le Mercredi, Février 28, 2024 10:19 CET, "Christian Mack" 
(christian.m...@uni-konstanz.de)  a écrit:
  Hello

I do not get a Version 5.10.0.20240227 in nightlies for Debian bullseye.
In fact the last available version seems to be 5.10.0.20240223-1
Is it just me?


Kind regards,
Christian Mack

Am 27.02.24 um 14:46 schrieb Pavel Zheltobryukhov (pave...@gmail.com):

Thanks, I suggested this, but decided to ask one more time
WBR, Pavel

On Tue, Feb 27, 2024 at 12:09 PM smizr...@alinto.eu  wrote:


Dear Pavel,

I apologize this was a confusion on my side, you're right, in the
nightly 5.10.0.20240227 you have to use listRequiresDot = NO as in
5.9.1. SOGoGlobalAddressBookFirstEntries has been removed to keep
only listRequiresDot.
But you can now use also globalAddressBookFirstEntriesCount if you want to
limit the results displayed (in the SOGoUserSources part).

Sorry for this, hope this helps. Let me know if you still have issues.

Sebastien


Le Mardi, Février 27, 2024 09:11 CET, "Pavel Zheltobryukhov" (
pave...@gmail.com)  a écrit:


And those new settings will be removed in 5.10.0.20240227? due 
'fix(addressbook):
Removed SOGoGlobalAddressBookFirstEntries (use listRequiresDot instead)
and move SOGoGlobalAddressBookFirstEntriesCount to
globalAddressBookFirstEntriesCount in source scope. This fixed the broken
listRequiresDot in 5.10'

On Sun, Jan 21, 2024 at 11:53 PM smizr...@alinto.eu  wrote:


Dear Pavel,

You're right, those new settings will be included in the next release.
As the documentation says, if you're using ldap you will need to enable
sslv overlay, otherwise the list will not be sorted.

Sebastien

Le Dimanche, Janvier 21, 2024 21:34 CET, "Pavel Zheltobryukhov" (
pave...@gmail.com)  a écrit:


Search across SOGo gitlab and found two new parameters in sogo.conf
(since Dec 18)

SOGoGlobalAddressBookFirstEntries
Display first entries in Global Address Book. Default value is `NO`. If
source is LDAP, the LDAP overlay `sssvlv` must be enabled on the system for
server side sorting.
SOGoGlobalAddressBookFirstEntriesCount
Number of entries displayed when `SOGoGlobalAddressBookFirstEntries` is
enabled. Default value is `100`.

This parameters affect Domain Address Book too. At least, you need to set
SOGoGlobalAddressBookFirstEntries to 'YES'

WBR, Pavel Zhe

On Sat, Jan 20, 2024 at 4:45 PM Pavel Zheltobryukhov 
wrote:


Hi, I upgraded SOGo from 5.9.1.20231213-1 to 5.9.1.20240120-1 and
discovered that my Domain Address Book doesn't show any entries when
opened. If I type some chars in search field, DAB show me founded entries
correctly. Is this a bug, or something changed in config files?

WBR, Pavel Zhe














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

  



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Domain Address Book doesn't show entries

2024-02-28 Thread Christian Mack

Hello

I do not get a Version 5.10.0.20240227 in nightlies for Debian bullseye.
In fact the last available version seems to be 5.10.0.20240223-1
Is it just me?


Kind regards,
Christian Mack

Am 27.02.24 um 14:46 schrieb Pavel Zheltobryukhov (pave...@gmail.com):

Thanks, I suggested this, but decided to ask one more time
WBR, Pavel

On Tue, Feb 27, 2024 at 12:09 PM smizr...@alinto.eu  wrote:


Dear Pavel,

I apologize this was a confusion on my side, you're right, in the
nightly 5.10.0.20240227 you have to use listRequiresDot = NO as in
5.9.1. SOGoGlobalAddressBookFirstEntries has been removed to keep
only listRequiresDot.
But you can now use also globalAddressBookFirstEntriesCount if you want to
limit the results displayed (in the SOGoUserSources part).

Sorry for this, hope this helps. Let me know if you still have issues.

Sebastien


Le Mardi, Février 27, 2024 09:11 CET, "Pavel Zheltobryukhov" (
pave...@gmail.com)  a écrit:


And those new settings will be removed in 5.10.0.20240227? due 
'fix(addressbook):
Removed SOGoGlobalAddressBookFirstEntries (use listRequiresDot instead)
and move SOGoGlobalAddressBookFirstEntriesCount to
globalAddressBookFirstEntriesCount in source scope. This fixed the broken
listRequiresDot in 5.10'

On Sun, Jan 21, 2024 at 11:53 PM smizr...@alinto.eu  wrote:


Dear Pavel,

You're right, those new settings will be included in the next release.
As the documentation says, if you're using ldap you will need to enable
sslv overlay, otherwise the list will not be sorted.

Sebastien

Le Dimanche, Janvier 21, 2024 21:34 CET, "Pavel Zheltobryukhov" (
pave...@gmail.com)  a écrit:


Search across SOGo gitlab and found two new parameters in sogo.conf
(since Dec 18)

SOGoGlobalAddressBookFirstEntries
Display first entries in Global Address Book. Default value is `NO`. If
source is LDAP, the LDAP overlay `sssvlv` must be enabled on the system for
server side sorting.
SOGoGlobalAddressBookFirstEntriesCount
Number of entries displayed when `SOGoGlobalAddressBookFirstEntries` is
enabled. Default value is `100`.

This parameters affect Domain Address Book too. At least, you need to set
SOGoGlobalAddressBookFirstEntries to 'YES'

WBR, Pavel Zhe

On Sat, Jan 20, 2024 at 4:45 PM Pavel Zheltobryukhov 
wrote:


Hi, I upgraded SOGo from 5.9.1.20231213-1 to 5.9.1.20240120-1 and
discovered that my Domain Address Book doesn't show any entries when
opened. If I type some chars in search field, DAB show me founded entries
correctly. Is this a bug, or something changed in config files?

WBR, Pavel Zhe














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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Fwd: Error message: [WOHttpTransaction] client disconnected?

2024-02-26 Thread Christian Mack

Hello Mark

First, why do you refresh by browser?
There is a refresh button above the list of mails in that INBOX?

Second, "Mail/0/folderINBOX/expunge" does an expunge on the current 
INBOX folder.

This is always done when switching mail folders and on logout.
The error message only states, that SOGo did an expunge and could not 
deliver the result back to the client.


In other words, your web interface was doing an expunge, and because you 
did an refresh in browser, the connection was discarded before it could 
deliver the result.

That is harmless anyway.


Kind regards,
Christian Mack

Am 24.02.24 um 08:08 schrieb Mark (markbsdmail2...@gmail.com):

Sorry, but no idea at all?

Mark.

-- Forwarded message -
From: Mark 
Date: Mon, Feb 19, 2024 at 11:31 AM
Subject: Re: Error message: [WOHttpTransaction] client disconnected?
To: 


I'd like to add here further details on my setup;

SOGo version: 5.8.4, with sope-mysql (MariaDB backend)

Mail server: Dovecot + Postfix

Web server: Nginx

So any idea what it could be?




Greetings.


Each time when I refresh my browser page (on the SOGo Inbox page), I get;

sogod [92544]: [ERROR] <0x0x5306ae6e548[WOHttpTransaction]> client
disconnected during delivery of response for 
(len=50): the socket was shutdown

error line in sogo.log file.

That happens every time I refresh SOGo on my browser.

I tried different browsers, and the same thing happens.

Any idea would be much appreciated,

Much regards,
Mark.





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



smime.p7s
Description: Kryptografische S/MIME-Signatur


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 23.02.24 um 18:43 schrieb Stefan Klatt (stefan.kl...@cac-netzwerk.de):

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 with the username, but with the password. 
The automatic field detection find only the password with the id, but 
not the username.


Regards

Stefan



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] terminating app, vMem size limit …

2024-02-06 Thread Christian Mack

Hello

Am 06.02.24 um 13:41 schrieb Frank Richter 
(frank.rich...@hrz.tu-chemnitz.de):

Hi,

we’ve set  SxVMemLimit = 768;
in /etc/sogo/sogo.conf

But it seems that this big value isn’t sufficient, we see this several 
times a day in sogo.log:


Feb 06 04:47:06 sogod [1280936]: 2003:f3:1708:b0ca:f955:2664:d05:4987 
"GET /SOGo/so/dadel/Mail/0/view HTTP/1.1" 200 427415/0 1.657 - - 39M - 20
Feb 06 04:47:06 sogod [1280936]: |SOGo| terminating app, vMem size limit 
(768 MB) has been reached (currently 771 MB)

ax_Main;"
^

[...]
Feb 06 04:47:06 sogod [1280926]: <0x0x5606e7615030[WOWatchDogChild]> 
child 1280936 exited


What is advisable? We don’t like to raise SxVMemLimit even more …



They will always happen.
But such worker/child termination is only happening *after* a request 
was processed.

Therefore they are usually harmless.
The only drawback is the time needed to start a new worker/child.
While this is happening, you have less worker available.
Therefore you only have to keep an eye on how often this happens.
As long as it only happens a couple of times per hour, you are save.

BTW:
We use SxVMemLimit = 512;
with 350 worker
With approx. 20,000 accounts => approx. 1.2 million requests per day
=> approx. 600 of the above terminating errors per day


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Sync outlook calendar to SOGO error

2024-01-31 Thread Christian Mack

Hello

Am 01.02.24 um 02:56 schrieb Kenren Taisho (toushin.tai...@gmail.com):

Hi Christian,

Thank you for the reply and explanation of the problem.
Do you have recommendations on how to get around these errors?
 From the user's point of view, CaldavSyncronizer is now throwing errors
which do not happen before.
Are there any CaldavSyncronizer settings to get around it?



No, there is nothing CalDAV Synchronizer can do.
It is an error message generated by SOGo.
But you can use OptionSOGoDisableOrganizerEventCheck = YES;
in sogo.conf.
It will prevent this test, and therefore prevent that '412' 
('Precondition Failed') error.



Kind regards,
Christian Mack


On Wed, Jan 31, 2024 at 11:42 PM Christian Mack  wrote:


Hello

Am 31.01.24 um 10:20 schrieb Kenren Taisho (toushin.tai...@gmail.com):

Hello.
I am having issues migrating users to our SOGO server specifically

because

of Outlook Calender issues. When using CaldavSyncronizer to sync the
Outlook Calendar entries to SOGO, we are experiencing the following error
from CaldavSyncronizer:



CalDavSynchronizer.DataAccess.WebDavClientException:

Response status code does not indicate success: '412' ('Precondition
Failed'). Message:
?xml version="1.0" encoding="utf-8"?



Does anyone know what is the meaning of this error and how to solve it?



Usually you will get this error, if you try to import an event to which
you were invited, while the original event of the owner/inviting person
is not already there.

You only can import the owner prior to the attedees, or repeat the
import after the owner was imported.


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Sync outlook calendar to SOGO error

2024-01-31 Thread Christian Mack

Hello

Am 31.01.24 um 10:20 schrieb Kenren Taisho (toushin.tai...@gmail.com):

Hello.
I am having issues migrating users to our SOGO server specifically because
of Outlook Calender issues. When using CaldavSyncronizer to sync the
Outlook Calendar entries to SOGO, we are experiencing the following error
from CaldavSyncronizer:

CalDavSynchronizer.DataAccess.WebDavClientException:

Response status code does not indicate success: '412' ('Precondition
Failed'). Message:
?xml version="1.0" encoding="utf-8"?



Does anyone know what is the meaning of this error and how to solve it?



Usually you will get this error, if you try to import an event to which 
you were invited, while the original event of the owner/inviting person 
is not already there.


You only can import the owner prior to the attedees, or repeat the 
import after the owner was imported.



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] import additional .ttf for custom fonts

2024-01-24 Thread Christian Mack

Hello

Am 23.01.24 um 14:49 schrieb International Security Providers 
(internationalsecurityprovid...@proton.me):

hey there

is it somehwo possible to inlcude custom .ttf files to add additional fonts?

I am looking to integrate google hind, so maybe there' salso a way to integrate 
it by referencing their public source:

@import 
url('<a  rel="nofollow" href="https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap">https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap</a>');
BR


Those fonts are not in TTF but in Web Open Font Format woff2 format.
https://www.w3.org/TR/WOFF2/

You do not want to include the google website for downloading in your 
CSS, because google can then get all IP-Adresses of all your customers 
accessing that page.


Therefore download it on your own server and provide a link to it in 
your CSS.

All static content is provided by your proxy server (Apache2 or nginx).
You just have to put that font and its import CSS into the same webspace 
as SOGo.

See also https://www.sogo.nu/support/faq/how-to-customize-the-html.html


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Can no longer read S/MIME encrypted mail

2024-01-11 Thread Christian Mack

Hello

Did you change/renew your certificate since the last test with that sender?
If yes, perhaps the sender does use the old one.
Could you send her/him a signed email and ask for an encrypted reply?


Kind regards,
Christian Mack

Am 10.01.24 um 16:39 schrieb "Per Larsson" (p...@per.pe):


Hi,

I've been using SOGo webmail together with Postfix and Dovecot for a little 
over a year now. When I first set it up, I verified that I could use it 
together with my S/MIME certificate, and it worked fine.

When testing it today, I noticed that I can not read S/MIME encrypted mail that I have received. 
Instead, SOGo webmail just shows me a mail with an smime.p7m attachment. If I click on the 
"View attachment" button, I get the error message "An error occurred during object 
publishing. Did not find mail method or part-reference!"

I can download the attachment by clicking the download button.

I am also able to successfully send an S/MIME signed mail from SOGo to another 
mail account, so I know for sure it is finding my private key. I can also send 
an S/MIME encrypted mail to another mail account.

If I look in /var/log/sogo/sogo.log when opening the encrypted mail, this is 
what it says:

Jan 10 16:34:07 sogod [1413]: [ERROR] 
<0x0x563d0bcaeef0[UIxMailRenderingContext]> found no viewer for MIME type: 
application/pkcs7-mime
Jan 10 16:34:07 sogod [1413]: [WARN] UIxMailPartLinkViewer No path specified, 
returning first part
Jan 10 16:34:07 sogod [1413]: [WARN] UIxMailPartLinkViewer No path specified, 
returning first part
Jan 10 16:34:07 sogod [1413]: [WARN] UIxMailPartLinkViewer No path specified, 
returning first part
Jan 10 16:34:07 sogod [1413]: [WARN] UIxMailPartLinkViewer No path specified, 
returning first part
Jan 10 16:34:07 sogod [1413]: [WARN] UIxMailPartLinkViewer No path specified, 
returning first part
Jan 10 16:34:07 sogod [1413]: 10.11.12.2 "GET 
/SOGo/so/per/Mail/0/folderINBOX/87095/view HTTP/1.1" 200 1333/0 0.045 - - 0 - 14


I am using SOGo version 5.9.1. There are 4 sogod processes running on the 
server, which is running Ubuntu 22.04.3 LTS (jammy).

Tried searching the mailing list archives for something similar, but no luck. 
The only thing I could find was https://bugs.sogo.nu//view.php?id=5450 but I 
started using SOGo after that change was made.

Any hint on where to start looking would be very helpful.

Thank you.



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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Deprecated calls in sogo-tool

2023-10-05 Thread Christian Mack

Hello

You should open a bug report for this at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 02.10.23 um 16:21 schrieb "Juppers" (s...@dahanga.org):

I've noticed this for a while, but hoped it would have been corrected with the
release of 5.9.
Since it is still showing up in my logs, I figured I should share to the list.

sogo-tool backup /tmp ALL
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.
<0x0x561a55b88260[SOGoCache]> Cache cleanup interval set every 300.00
seconds
<0x0x561a55b88260[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future
version.


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



smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: [SOGo] Can’t access address book or reply or calendar or and strange things in the webmail interface.

2023-04-12 Thread Christian Mack

Hello

Have you tried with another browser?
Which reverse proxy do you use?
Does your reverse proxy have access to all static content like icons, 
css and js files?



Kind regards,
Christian Mack

Am 12.04.23 um 14:25 schrieb Gary Horchem (gboy12...@gmail.com):


MySQL is running.
Sent from my iPhone


On Apr 12, 2023, at 04:24, Peter Beck  wrote:

>Hello I cannot access address book or reply or calendar or and strange things 
in the webmail interface. This is a new installation on Ubuntu 22.04 LTS samba AD 
for users and MySQL Utf8mb4 for the database. Screenshots are below.

I've had such issues when mysql/mariadb wasn't running
  






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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ..Mail/null url problem

2023-03-08 Thread Christian Mack

Hi

You should open a bug report for this at https://bugs.sogo.nu/

Those
"
[...]
Mar 07 08:36:34 sogod [1169]: <0x0x55816e6d1dc0[SOGoWebAuthenticator]> 
Expired session received, redirecting to login page.
Mar 07 08:36:34 sogod [1169]: <0x0x55816e6d1dc0[SOGoWebAuthenticator]> 
tried wrong password for user 'sesCuQp1KFeh8YYbLPuVxP/

[cut]
"
are normal expired sessions and their session cookies.


Kind regards,
Christian Mack

Am 07.03.23 um 09:32 schrieb Christoph Röhrs (roe...@technikum-wien.at):

Hi there!

I have a problem which hopefully you can help me with.

When I'm opening a mail and close the browser and if in the meantime the 
session runs out, the URL will change to */SOGo/so//Mail/null* 
after restarting/reopening the browser and browser-tab and you will get 
an error because the site doesn't exist. This happens not only with 
mails but also with calendars.


Do someone has an idea why this happens? I have attached my log-file 
from the test-server where I reproduced this problem.


There are also some strange "tried wrong password for user" entries in 
the log which I don't understand.


Thanks,
Christoph



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ActiveSync on Mac

2023-01-26 Thread Christian Mack

Hello

That is a known Thunderbird bug.
It does not automatically refresh its view.
You have to set a refresh rate in the settings of each calendar, or 
refresh manually after adding events/tasks.

Nothing, SOGo can do about (read: that is for every calDAV source the same).


Kind regards,
Christian Mack

Am 25.01.23 um 13:36 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co):

Hi

I tried using thunderbird in the latest version but calendar isn’t syncing 
using CalDav.

Apple Calendar is working fine. Is thunderbird CalDav working fine with SOGo 
5.8.0?

Thank you


On 25/01/2023, at 4:36 AM, Lukas Wringer  wrote:

Hi,

ActiveSync isn't a good option anyway. Look for a CalDAV/CardDAV Client
like Mozilla Thunderbird, eM-Client (or Apple Calendar/Contacts
allthough it doesn't work with Ventura at the moment)


Am Dienstag, dem 24.01.2023 um 22:05 +0100 schrieb SCNR DevOps:
Hi,

Apple Calendar & Apple Contacts (on the mac). I don't use outlook and
I won't create an AD just for this matter.

(All servers run Linux - MacOS is just kind of a unix with a
relatively usable shell - that's it)

Tobias



--
Lukas Wringer

Universität Augsburg
Rechenzentrum
Service & Support
86135 Augsburg


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] DalDav on thunderbird not working

2023-01-26 Thread Christian Mack

Hello Jose

That is an HTTP request, and in those it is normal to replace @ signs 
with the escaped version %40.
Not just Thunderbird, all browsers do so too, but they display it as 
normal @ sign to the user.



Kind regards,
Christian Mack

Am 25.01.23 um 21:08 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co):

Hello Marco,

In the log file, please check the line I sent:
Jan 25 11:10:14 sogod [618488]: xx.xx.xx.xx "REPORT /SOGo/dav/user %40 
domain.com/Calendar/personal/ HTTP/1.0" 207 725/ [ callto:294 0.009 - - 0 - 14 | 294 
0.009 - - 0 - 14 ]


Requests sent by the SOGo webui dosn't replace that @. I don't know if that may 
cause problems but that was something that I noted.

Jose


De: "users" 
Para: "users" 
Enviados: Miércoles, 25 de Enero 2023 14:29:42
Asunto: Re: [SOGo] DalDav on thunderbird not working

Am 25.01.2023 um 11:13:21 Uhr schrieb Jose David Bravo A:


Looks like thunderbird is replacing the @ in the URL for %40, is that
normal?


Where do you have an @?
It is normally that it gets replaced.



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Theme sogo

2023-01-19 Thread Christian Mack

Hello

Am 12.01.23 um 15:49 schrieb "Support FoxNet" (supp...@foxnet.be):


Hello

Other Themes are possible, but there are non freely available.

>

A site from where I can get this?


The ones I know of is made for one company only.
https://zentyal.com/
I do not think you can buy that Theme separately.


You would either need to make your own, or pay the developers at Alinto

>

 Do they have a support service? Do you know how much it costs?



Of course they have support.
See <https://www.sogo.nu/support.html#/commercial> at the bottom.
You also can get an inquiry for the desired function or Theme by using 
the contact form on that page.



Kind regards,
Christian Mack


On Thursday, January 12, 2023 14:40 CET, "Christian Mack" 
(christian.m...@uni-konstanz.de)  wrote:

  Hello


Am 12.01.23 um 09:04 schrieb "Support FoxNet" (supp...@foxnet.be):


I know if this question has already been asked, but there are sogo themes?



This question was asked a long time ago, so no problem asking again :-)

Other Themes are possible, but there are non freely available.
You would either need to make your own, or pay the developers at Alinto
to make one for inclusion in SOGo.


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] This error

2023-01-19 Thread Christian Mack

Hello

Those are harmless.

The user loggs off, and SOGo tries to automatically expunge the last 
open email folder on logg off, usually INBOX.

The expunge is done in a separate process in parallel to the logoff process.
As the expunge takes longer than the logg off itself, the result of the 
expunge can not find the process to report to.

That is the error you see.


Kind regards,
Christian Mack

Am 12.01.23 um 15:57 schrieb "Support FoxNet" (supp...@foxnet.be):


Hello Christian

That single line does not ring any bell.
This error message only tells you, that you have some empty or
nonexisting variable when ther should be some content.



Here is
​Jan 12 13:33:23 sogod [2566938]: [WARN] <0x0x7fafbf27bf60[WOxElemBuilder]> 
could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
Jan 12 13:33:23 sogod [2566938]: SOGoUserHomePage user 'supp...@foxnet.be' 
logged off
Jan 12 13:33:23 sogod [2566938]: 85.201.45.151 "GET 
/SOGo/so/supp...@foxnet.be/logoff HTTP/1.1" 302 0/0 0.020 - - 668K - 15
2023-01-12 13:33:23.442 sogod[2564733:2564733] EXCEPTION:  NAME:NSRangeException REASON:in substringWithRange:, range { 0, 
9223372036854775807 } extends beyond size (0) INFO:(null)
Jan 12 13:33:23 sogod [2564733]: 85.201.45.151 "POST 
/SOGo/so/supp...@foxnet.be/Mail/0/folderINBOX/expunge HTTP/1.1" 501 0/0 0.019 - - 0 
- 15
Jan 12 13:33:23 sogod [2564733]: 85.201.45.151 "GET /SOGo/so/ HTTP/1.1" 200 
8456/0 0.025 31588 73% 0 - 15
​​Michel


On Thursday, January 12, 2023 15:14 CET, "Christian Mack" 
(christian.m...@uni-konstanz.de)  wrote:
  Hello


Am 12.01.23 um 13:36 schrieb "Support FoxNet" (supp...@foxnet.be):


Who could tell me how to correct this error?
EXCEPTION:  NAME:NSRangeException REASON:in 
substringWithRange:, range { 0, 9223372036854775807 } extends beyond size (0) 
INFO:(null)



That single line does not ring any bell.
This error message only tells you, that you have some empty or
nonexisting variable when ther should be some content.

When does it happen?

In order to narrow that down, you should enable some related debugging
in SOGo.
See
https://www.sogo.nu/support/faq/how-to-enable-more-verbose-logging-in-sogo.html


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] change password

2023-01-12 Thread Christian Mack

Hello

Am 12.01.23 um 09:08 schrieb "Support FoxNet" (supp...@foxnet.be):


In the administrator area of the user, how to disable the password button, so 
that the user can not do it?



In /etc/sogo/sogo.conf set:
[...]
SOGoPasswordChangeEnabled = NO;
SOGoPasswordRecoveryEnabled = NO;
[...]


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Looking to Migrate hopefully easy questions to answer

2023-01-12 Thread Christian Mack

Hello

Am 07.01.23 um 10:05 schrieb "Miller" (ad...@codestrike.net):

Hello all!

I am TJ and currently looking to move away from another groupware provider
which is used for < 5 users. It has come to a point where we must consider
another service such as SoGo due to lacking functionality on our existing
service.

Currently we use client(s):
Microsoft Outlook 2016,365 (Windows Based) (Utilises ActiveSync for
synchronisation)
iOS Devices using default Mail Account (Utilises ActiveSync for
synchronisation)

ActiveSync proves very important as it does not require additional
applications/plugins.

We however have MAC OS systems that have not been able to use the native
Mail/Contacts/Calendar apps. I can see SoGo supports WebDAV however will it
let me sync natively using the exchange activesync protocol on the macbook
or does it have to be webdav in order to connect to the SoGo groupware
server? Will our other devices natively work with activesync still as well?



You should read
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync_tuning


As long, as they obey the ActiveSync standard and don't expect the 
newest version ( see https://bugs.sogo.nu/view.php?id=5587 ), all 
applications will work with SOGo's ActiveSync implementation.


You always can choose per device, if you use calDAV/cardDAV and 
IMAP/SMTP or ActiveSync.


Beware:
ActiveSync needs a client licence from Microsoft.
Apple hardware always have it included.
For everything other you have to check yourself.


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] This error

2023-01-12 Thread Christian Mack

Hello


Am 12.01.23 um 13:36 schrieb "Support FoxNet" (supp...@foxnet.be):


Who could tell me how to correct this error?
EXCEPTION:  NAME:NSRangeException REASON:in 
substringWithRange:, range { 0, 9223372036854775807 } extends beyond size (0) 
INFO:(null)
  


That single line does not ring any bell.
This error message only tells you, that you have some empty or 
nonexisting variable when ther should be some content.


When does it happen?

In order to narrow that down, you should enable some related debugging 
in SOGo.
See 
https://www.sogo.nu/support/faq/how-to-enable-more-verbose-logging-in-sogo.html



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Theme sogo

2023-01-12 Thread Christian Mack

Hello


Am 12.01.23 um 09:04 schrieb "Support FoxNet" (supp...@foxnet.be):


I know if this question has already been asked, but there are sogo themes?



This question was asked a long time ago, so no problem asking again :-)

Other Themes are possible, but there are non freely available.
You would either need to make your own, or pay the developers at Alinto 
to make one for inclusion in SOGo.



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Error wrong JS url in SOGo 5.8.0

2023-01-04 Thread Christian Mack

Hello

That is a problem with nginx.
Sometimes it adds attributes from other applications, which are 
installed in parallel to SOGo.


In your case
"?ReturnUrl=%2Fwmidentity%2Fconnect%2Fauthorize%2Fcallback%3Fresponse_mode%3Dform_post%26response_type%3Dcode%2520id_token%26redirect_uri%3Dhttps%253A%252F%252Fwebmail.woa"
is added after /SOGo/

There is currently no known solution, only workarounds.
See https://bugs.sogo.nu/view.php?id=5332


Kind regards,
Christian Mack

Am 30.12.22 um 17:07 schrieb Jose David Bravo A 
(jbr...@colombiahosting.com.co):

Hello!

My SOGo 5.8.0 is generating a wrong URL for Main.js:


And that URL returns a 404 error. And the page goes blank.

The problem can be solved restarting SOGo but I'm wondering why is it happening?

It's also happening with the logo:


Other resources are being loaded fine!

After restarting SOGo, it loads the js fine, as follow:


I'm loading SOGo using a nginx reverse proxy and accessing it with the URL: [ 
https://webmail.domain.com/SOGo | https://webmail.domain.com/SOGo ]

This is how Im setting the nginx reverse proxy:

location ^~ /SOGo {

proxy_pass http://127.0.0.1:2;

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;

proxy_set_header x-webobjects-server-port $server_port;
proxy_set_header x-webobjects-server-name $host;
proxy_set_header x-webobjects-server-url https://$host;

proxy_set_header x-webobjects-server-protocol HTTP/1.0;

proxy_busy_buffers_size 64k;
proxy_buffers 8 64k;
proxy_buffer_size 64k;
}

Thank you!



Jose David Bravo Álvarez






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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo SSO CAS "has been blocked by CORS policy"

2022-12-21 Thread Christian Mack

Hello

Please open a bug report for this at
https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 20.12.22 um 14:14 schrieb "VILLEMUR Jacques" 
(jacques.ville...@isae-supaero.fr):


Hello,
Following the update of our SSO CAS service, we are encountering problems with 
sogo.
The first connection to sogo via the CAS works well beyond the cache value 
(SOGoCacheCleanupInterval), the following errors appear in the browser console:
Access to XMLHttpRequest at 
'https://xxx.fr/cas/login?service=https%3A%2F%2Fx.xxx.fr%2FSOGo%2Fso%2Findex'
 (redirected from 
'https:/.xxx.isae.fr/SOGo/so/login/Mail/0/folderINBOX/changes') from origin 
'https://w.fr' has been blocked by CORS policy: Response to preflight 
request doesn't pass access control check: Redirect is not allowed for a 
preflight request.In the httpd configuration there is:
   Header set Access-Control-Allow-Origin "*"
   Header set Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, 
Accept"
The sogo interface slowed down and if we reload, we get url https://.../recover 
Then you have to reconnect. We had a similar problem a few years ago which had 
been fixed on the SOGo side.

OS: redhat Sogo: 5.7 (sogo-5.7.0.20220713-1.el7.x86_64)
Shibboleth/CAS: shibboleth-identity-provider-4.2.1
Dovecot/pam CAS

Thank you for your help

  



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread Christian Mack

Hello

Am 14.12.22 um 10:31 schrieb admin (ad...@kompresorypema.cz):
Even if i get 150 workers problems is still there. We have 15 devices 
running on IMAP and another 70 use ActiveSync.


Then 85 workers should be OK.

Perhaps you have peak bursts of connections.
In that case you should increase WOListenQueueSize from 5 to 16

If that doesn't help you, then you should enable SOGoDebugRequests 
debugging flag in order to see if you have hanging workers or requests.



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo problem after migrate to the new virtual server

2022-12-14 Thread Christian Mack

Hello

How many users/devices use ActiveSync?
Seems you do not have enough workers to serve them all.
If all 100 devices are using ActiveSync, you at least need 102 workers 
instead of 85.



Kind regards,
Christian Mack

Am 14.12.22 um 07:30 schrieb admin (ad...@kompresorypema.cz):
Hello, we have a problem after we migrate sogo to new virtual server. 
There is some logs. First error log:  <0x0x564cf6fae340[WOWatchDog]> No 
child available to handle incoming request!

Default/sogo log:
# The amount of processes that should be spawned (Default: 3)
PREFORK=85

# The name of the account under which SOGo will be running (Default: sogo)
# USER=sogo
Sogo.config:
{
     //
     //  - Official SOGo document: 
http://sogo.nu/support/index.html#/documentation

     //  - Mailing list: http://sogo.nu/support/index.html#/community
     //

     // Daemon address and port
     WOPort = 127.0.0.1:2;

     // PID file
     //WOPidFile = /var/run/sogo/sogo.pid;

     // Log file
     //WOLogFile = /var/log/sogo/sogo.log;

     // Enable verbose logging. Reference:
     // 
http://www.sogo.nu/nc/support/faq/article/how-to-enable-more-verbose-logging-in-sogo.html

     //SOGoDebugRequests = YES;
     //SOGoEASDebugEnabled = YES;
     //ImapDebugEnabled = YES;
     //LDAPDebugEnabled = YES;
     //MySQL4DebugEnabled = YES;
     //PGDebugEnabled = YES;

     // Define the URL to online help for SOGo. When set, an additional 
icon

     // will appear near the logout button in SOGo's web interface. The URL
     // will always be open in a blank target.
     //SOGoHelpURL = '';

     // set the maximum allowed size for content being sent to SOGo, 
this can

     // also limit the file attachment size being uploaded to SOGo when
     // composing a mail.
     // The value is in kilobyte. Default is 0 or disabled (unlimit).
     WOMaxUploadSize = 102400;

     // Parameter used to set the maximum allowed email message size when
     // composing a mail.
     // The value is in kilobytes. By default, the value is 0, or 
disabled so

     // no limit will be set.
     SOGoMaximumMessageSizeLimit = 102400;

     // Performance Tuning
     //
     // The amount of instances of SOGo that will be spawned to handle 
multiple
     // requests simultaneously. When started from the init script, that 
amount

     // is overriden by the `PREFORK=` setting in /etc/sysconfig/sogo or
     // /etc/default/sogo. A value of 3 is a reasonable default for low 
usage.

     // The maximum value depends on the CPU and IO power provided by your
     // machine: a value set too high will actually decrease 
performances under

     // high load.
     //
     // You should have at least one child per EAS device configured to use
     // "push". You must also have more children than you have EAS devices
     // configured to use "push" - in order to handle normal SOGo 
requests to

     // its Web or DAV interfaces.
     //
     // Defaults to 1 when unset, increase it if you see below error 
message in

     // sogo log file: 'No child available to handle incoming request'
     //
     // WARNING:
     //  - on RHEL/CentOS, this setting is controlled by parameter
     //    'PREFORK=' defined in /etc/sysconfig/sogo.
     //  - on Debian/Ubuntu, this setting is controlled by parameter
     //    'PREFORK=' defined in /etc/default/sogo.
     WOWorkersCount =70;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will

     // wait before replying to a Ping command.
     // If not set, it defaults to 10 seconds.
     SOGoMaximumPingInterval = 3540;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will

     // wait before replying to a Sync command.
     // If not set, it defaults to 30 seconds.
     SOGoMaximumSyncInterval = 3540;

     // Parameter used to set the maximum amount of time, in seconds, 
SOGo will
     // wait before doing an internal check for data changes (add, 
delete, and
     // update). This parameter must be lower than 
SOGoMaximumSyncInterval and

     // SOGoMaximumPingInterval.
     // If not set, it defaults to 10 seconds.
     SOGoInternalSyncInterval = 30;

     // Specifies the number of minutes after which a busy child process 
will be

     // killed by the parent process.
     // Defaults to 10 (minutes).
     WOWatchDogRequestTimeout = 61;

     // Overwrite the maximum number of items returned during a Sync 
operation.

     // Defaults to 0, which means no overwrite is performed.
     // Setting this parameter to a value greater than 512 will have 
unexpected

     // behaviour with various ActiveSync clients.
     //SOGoMaximumSyncWindowSize = 100;

     // Overwrite the maximum response size during a Sync operation.
     // The value is in kilobytes. Setting this to 512 means the 
response size
     // will be of 524288 bytes or less (or a bit greater if needed for 
syncing
     // one item). Note that if you set th

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

2022-12-01 Thread Christian Mack

Hello Sebastien

There is a minor error in the announcement:

Am 30.11.22 um 21:50 schrieb "SOGo Reporter" (smizr...@alinto.eu):
[...]

Try Online <https://demo.sogo.nu/SOGo>

Available accounts: *sogo1*, *sogo2* and *sogo3*.
Their password is the same as their username.[cut]


The passwords for alle available accounts is "sogo" not the same as 
their usernames :-)



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Activesync issue with Templates folder

2022-11-30 Thread Christian Mack

Hello

That is a known Problem introduced by Apple.
See also:
https://bugs.sogo.nu/view.php?id=5626


Kind regards,
Christian Mack

Am 28.11.22 um 14:16 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):


Hello everyone,
Using Sogo with mailcow last edition(2022-10a) on Debain 11 Bullseye,all soft 
up to date.
Having Iphone12 connected Microsoft Exchange(ActiveSync) to 
Sogo/Dovecot/MailcowDocker.
Everything working fine until clicking on Templates folder on cell phone,after 
clicking Templates folder its waiting for sync but not syncing at all.
Same time at the backend dovecot/auth -w proccess rising cpu higher and higher.

Any clue or workaround for this issue?
--

Best Regards,
Hafiz Rafiyev.



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo Connector for Thunderbird 102

2022-11-28 Thread Christian Mack

Hello

Development is under way.
See also
https://bugs.sogo.nu/view.php?id=5635


Kind regards,
Christian Mack

Am 28.11.22 um 11:48 schrieb Roel van Meer (r...@1afa.com):

Hi!

The SOGo download page lists Mozilla Thunderbird 91 as the latest 
Thunderbird version for which a SOGo Connector can be downloaded.


I was wondering if there is any information regarding the support status 
of Thunderbird 102, which is currently the latest version. E.g. can SOGo 
Connector 78.0.1 also be used with Thunderbird 102?


Thanks and best regards,

Roel


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Invitation error and inconsistency

2022-11-24 Thread Christian Mack

Hello

Sorry for the late reply.

Please open a bug report for this at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 03.11.22 um 15:11 schrieb Christoph Zechner (zech...@vrvis.at):

Hello,

Since Thunderbird is the primary interface our users use to interact 
with sogo and it's been a long time without a working sogo connector 
plugin an interesting issue came up.


If someone with a mail-address attached to an sogo account creates an 
event invitation in Thunderbird and the personal sogo calendar is not 
configured but e.g. a local one is used instead, the resulting ics has 
the mail-address as organizer but the event is not saved in the sogo 
calendar.


If a person on the same sogo instance and correctly configured 
Thunderbird (I assume other caldav clients would behave in the same way) 
tries to accept the invitation, only the generic error message 
"Processing message failed. Status: 80004005." pops up.


The reason is that sogo responds with 412 (precondition failed) as shown 
in the screenshot from Thunderbird's developer console.

I assume other caldav clients would behave similarly.

This is inconsistent with the behaviour of the sogo web interface which 
happily accepts the invitation.


I also attached an ics invite which demonstrates this issue for sogo2 
user on https://demo.sogo.nu.


The Thunderbird screenshot stems from an interaction with this instance, 
the web interface can be tested by attaching the ics invitation to a 
draft there.


Cheers,
Christoph


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] openchange

2022-11-16 Thread Christian Mack

Hello

Am 15.11.22 um 08:12 schrieb "Support FoxNET" (supp...@foxnet.be):


An alternative to openchange ?


Sadly not.
The only way to integrate MS Outlook reliably is via "Outlook CalDav 
Synchronizer".

https://caldavsynchronizer.org/
It synchronizes calendars and address books.
E-Mail has to be used with IMAP.
We all know, that Outlook has problems with IMAP, especially when moving 
or renaming folders.


Our colleagues have some users integrated with ActiveSync, but this 
seems to have problems with big email folders and calendars.

Other ActiveSync clients don't have those problems.


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] blank page after login since update

2022-11-09 Thread Christian Mack

Hello

Is memcached running?


Kind regards,
Christian Mack

Am 08.11.22 um 22:08 schrieb Justin Kumpe (jaku...@kumpes.com):

Actually looks like it is just extreamly slow since the update. After about 
10-15min the page does end up loading.

Thanks

Justin Kumpe

Cell: 501-831-2980 (tel://501-831-2980)

"Success consists of going from failure to failure without loss of enthusiasm" 
-Winston Churchill

"Ask not what your country can do for you, ask what you can do for your 
country." -JFK


On Tuesday, Nov 08, 2022 at 2:45 PM, Justin Kumpe mailto:jaku...@kumpes.com)> wrote:
I just noticed the issue yesterday. I can verify it was working on NB 
5.7.1.20221101.

I have cleared browser cache many times and tried different computers and 
different networks.

I have also noticed if I leave the blank page open, when I get new emails the 
alerts in the lower right of the screen still pop up over the blank screen.

I do see error in nginx logs but that is the only error I can find. [error] 
794#794: *578 upstream timed out (110: Connection timed out) while reading 
response header from upstream


Thanks


Justin Kumpe


Cell: 501-831-2980 (tel://501-831-2980)





"Success consists of going from failure to failure without loss of enthusiasm" 
-Winston Churchill





"Ask not what your country can do for you, ask what you can do for your 
country." -JFK




On Tuesday, Nov 08, 2022 at 2:30 PM, smizr...@alinto.eu mailto:users@sogo.nu)> wrote:
Hi Justin,

Did you have a blank page in previous NB (2 days ago) ?
Could you clear your browser cache and retry ?

Sebastien

Le Mardi, Novembre 08, 2022 18:07 CET, "Justin Kumpe" (jaku...@kumpes.com) 
 a écrit:
After updating to the latest nightly build of SOGo users are getting a blank 
white page after logging in. Any ideas how to fix this?



Thanks


Justin Kumpe















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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] show event organizer/creator on event detail

2022-10-31 Thread Christian Mack

Hello

I see 4 problems with your solution for that scenario.
A) As user A only creates that holiday event in the calendar of user B, 
user A is not blocked (= busy) for invitations from other users while in 
holiday.
Keep in mind, not all users will check that holiday calendar for every 
appointment they make.


B) Even if X-SOGO-COMPONENT-CREATED-BY would be shown in the event, 
secretary B has to open every event, in order to search for one specific 
person on holiday.


C) When secretary B leaves the company, your holiday calendar will 
vanish with her.


D) If you have a company with different units, every unit could have 
their own holiday calendar.
In your solution, the user going on holiday would have to manage 
multiple events in multiple calendars.


Therefore I would suggest another approach:
1) Create a resource account specifically for that company wide holiday 
calendar, which accepts infinite events at the same time.
=> That calendar will always accept holiday events and make them visible 
to all.
=> That calendar will be independent of secretary B, e.g. in case she 
leaves the corp.

=> Every unit could have their own holiday calendar.

2) Users create an event or event series in their own calendar.
=> That will block them while on holiday (= busy).

3) Make a policy, that users write their Name into the title of the event.
=> With that even on a glance everyone can see who is on holiday.

4) Users invite the holiday calendars account to their holiday event.
=> If users do not follow policy, you still can see the owner after 
opening the event.

=> Nobody except secretary B needs write/modify access to that calendar.
This prevents accidentially changing or even deleting of entries.
=> If there are multiple holiday calendars, the user has only to invite 
all of the for her relevant ones.
She will also only have to manage one event for all of them, in case it 
changes.


The only drawback is, that secretary B can not change those holiday 
events easily on her own.
She only can add additional ones, e.g. in case someone forgets to enter 
her holiday.

Or she can decline and delete already entered ones.


Kind regards,
Christian Mack

Am 28.10.22 um 17:12 schrieb Claudio Brocco - Peer Srl (c.bro...@peer.biz):

Hello,

thank you for your reply and your time

my scenario is as follows

holiday calendar shared in read write with all company users  by the 
secretary (user B), where user B need to have an overview of all holiday 
periods for all users:

- user A creates her holiday period in the holiday calendar
- user B does not see that it was user A who created the event and does 
not know who is on holiday (only in raw source).


User A is forced to add himself as the organiser of the event, or is 
that not the case?


Claudio

Il 28/10/22 16:39, Christian Mack (christian.m...@uni-konstanz.de) ha 
scritto:

Hello

Scenario 1) Secretary and Boss
--
Secretary is managing appointments for her Boss.
Boss is also adding appointments and blocking parts.
Boss is always owner, as it is her calendar.
=> everybody expects the boss to show up on that appointments.
=> nobody is interested in who added the event.

Scenario 2) worker want to discuss something with some coworkers

worker A creates an event in her own calendar and invites the other 
workers B + C and D

=> worker A is busy for the event
=> all attendees are visible.
=> everybody is aware, who the owner is, as worker A is noted as 
organizer.


Scenario 3) someone creates a training session in a "normal" account 
in a global visible announcement calendar

---
trainer adds event in announcement calendar and adds herself as 
attendee and role "Chair".

Then also adds several other attendees as trainees with role "attendee".
=> Trainer gets invitation and is busy after accepting.
=> everybody is aware, who the trainer is
=> owner/organizer is the announcement account, but that is irrelevant.
=> acceptance state of all attendees is visible in the event

Scenario 4) someone creates a training session in a "resource" account 
(e.g. for a conference room)

---
Trainer creates event in her own calendar and invites "resource" 
account and all trainees.

=> Trainer is owner and organizer
=> Trainer is busy for this event
=> all attendees get informed and attendance state is visible for 
everyone

=> resource is busy after auto acceptance

Scenario 5) Someone creates events with malicious intend or accidentally
-
User A shares her calendar with create privileges to a lot of people.
User B adds nonsense events to A's calendar.
=> User A checks X-S

Re: [SOGo] show event organizer/creator on event detail

2022-10-28 Thread Christian Mack

Hello

Scenario 1) Secretary and Boss
--
Secretary is managing appointments for her Boss.
Boss is also adding appointments and blocking parts.
Boss is always owner, as it is her calendar.
=> everybody expects the boss to show up on that appointments.
=> nobody is interested in who added the event.

Scenario 2) worker want to discuss something with some coworkers

worker A creates an event in her own calendar and invites the other 
workers B + C and D

=> worker A is busy for the event
=> all attendees are visible.
=> everybody is aware, who the owner is, as worker A is noted as organizer.

Scenario 3) someone creates a training session in a "normal" account in 
a global visible announcement calendar

---
trainer adds event in announcement calendar and adds herself as attendee 
and role "Chair".

Then also adds several other attendees as trainees with role "attendee".
=> Trainer gets invitation and is busy after accepting.
=> everybody is aware, who the trainer is
=> owner/organizer is the announcement account, but that is irrelevant.
=> acceptance state of all attendees is visible in the event

Scenario 4) someone creates a training session in a "resource" account 
(e.g. for a conference room)

---
Trainer creates event in her own calendar and invites "resource" account 
and all trainees.

=> Trainer is owner and organizer
=> Trainer is busy for this event
=> all attendees get informed and attendance state is visible for everyone
=> resource is busy after auto acceptance

Scenario 5) Someone creates events with malicious intend or accidentally
-
User A shares her calendar with create privileges to a lot of people.
User B adds nonsense events to A's calendar.
=> User A checks X-SOGO-COMPONENT-CREATED-BY and complains to User B
=> Problem solved

For which scenario do you need visibility for 
X-SOGO-COMPONENT-CREATED-BY in events per default?



Kind regards,
Christian Mack

Am 26.10.22 um 08:23 schrieb Claudio Brocco - Peer Srl (c.bro...@peer.biz):

Hello,

thank you for the answer.

Yes, I notice the field X-SOGO-COMPONENT-CREATED-BY in raw source.

I think it is not easy to use for a normal user also because he expects 
as with other events to see the organiser in the same place.


Thank you
Claudio



Il 25/10/22 13:08, Christian Mack (christian.m...@uni-konstanz.de) ha 
scritto:

Hello

That is not true.
When you create an event in a shared calendar not owned by you, then 
you will be noted as "X-SOGO-COMPONENT-CREATED-BY: y...@yourdomain.com"
Problem is, you have to view the raw source of the event, in order to 
see it.



Kind regards,
Christian Mack

Am 24.10.22 um 16:15 schrieb Claudio Brocco - Peer Srl 
(c.bro...@peer.biz):
Yes, but if I create an event in a shared calendar not owned by 
myself there is no information about the creator/organizer.
Other user with access to the shared calendar cannot see who has 
created the event


Thank you
Claudio

/10/22 11:20, Christian Mack (christian.m...@uni-konstanz.de) ha 
scritto:



Hello

That is how the standard demands it.

Why or when do you need that?
If there are no attendees, then the owner of the calendar is always 
the organizer.



Kind regards,
Christian Mack

Am 26.09.22 um 09:29 schrieb Claudio Brocco - Peer Srl 
(c.bro...@peer.biz):

Hi,

I kindly ask if there is an option to show the organizer in a sogo 
calendar if no attendee are added to the event.


I notice that in the raw source of the event the organizer is not 
present and not displayed. In event with attendee both are displayed.


Thank you








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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo server cleanup

2022-10-25 Thread Christian Mack

Hello

We do a daily backup with sogo-tool.
It will barf for users not longer in the authentication source.
Those error messages are mailed to the sogo user.
We then have a script, that greps the "unknow user" ones and delete them 
with "sogo-tool remove".



Kind regards,
Christian Mack

Am 25.10.22 um 09:35 schrieb Thomas Sossong (th...@atsec.com):

Hi everyone,

We are using SOGo just as a shared calendar. Each of us has his/her own 
calendar and this one is shared through the company with other colleges. 
Yesterday I ran the sogo-tool health check on the server and it showed me 
errors stating we had appointments with end dates before start date and also 
gave me errors no folder for user xy found. While user xy where colleges not 
even in company anymore and deleted from the calendar / LDAP. Is there a way to 
delete such twisted appointments singlehandedly as an SysAdmin on the server 
(because they don’t show up in the calendar client or the web interface) and 
can I get rid of the “dead” accounts?

Best Regards


Thomas
---
atsec information security GmbH, Steinstr. 70, 81667 Muenchen, Germany
Phone: +49-89-44249840  /  Web: atsec.com
HRB: 129439 (Amtsgericht München)
Geschaeftsfuehrer: Staffan Persson, Dr. Michael Vogel



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] show event organizer/creator on event detail

2022-10-25 Thread Christian Mack

Hello

That is not true.
When you create an event in a shared calendar not owned by you, then you 
will be noted as "X-SOGO-COMPONENT-CREATED-BY: y...@yourdomain.com"
Problem is, you have to view the raw source of the event, in order to 
see it.



Kind regards,
Christian Mack

Am 24.10.22 um 16:15 schrieb Claudio Brocco - Peer Srl (c.bro...@peer.biz):
Yes, but if I create an event in a shared calendar not owned by myself 
there is no information about the creator/organizer.
Other user with access to the shared calendar cannot see who has created 
the event


Thank you
Claudio

/10/22 11:20, Christian Mack (christian.m...@uni-konstanz.de) ha scritto:


Hello

That is how the standard demands it.

Why or when do you need that?
If there are no attendees, then the owner of the calendar is always 
the organizer.



Kind regards,
Christian Mack

Am 26.09.22 um 09:29 schrieb Claudio Brocco - Peer Srl 
(c.bro...@peer.biz):

Hi,

I kindly ask if there is an option to show the organizer in a sogo 
calendar if no attendee are added to the event.


I notice that in the raw source of the event the organizer is not 
present and not displayed. In event with attendee both are displayed.


Thank you






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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] How to write to caldav calendars

2022-10-24 Thread Christian Mack

Hello

No, WebDAV, calDAV and cardDAV write access to external 
resources/servers is not implemented.

See
https://bugs.sogo.nu/view.php?id=1330 and
https://bugs.sogo.nu/view.php?id=4510


Kind regards,
Christian Mack

Am 23.10.22 um 19:51 schrieb "Oliver Enes" (oli...@enesnet.de):


I have some external caldav calendars (caldav server is baikal) and I want to 
use them in SoGo. I can import them if I use the export url which points to a 
single ics file containing all events.

But then I cannot edit events or create/delete events. If I use the "normal" 
caldav url of the calendar although I cannot see any events nor create events.

So my question is if SoGo has caldav support and if it has, how can I use a 
caldav calendar with writing possibilities?

Greetings!



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] kerberos sogo

2022-10-21 Thread Christian Mack

Hello

SOGo itself does not know about Kerberos.
But you can use its SAML interface in order to use it.
For that to work you have to setup an "Identity Provider" which delivers 
Kerberos Tickets and a "Service Provider" for SOGo which handles 
authentication for it.
Also your mail servers (IMAP + SMTP) have to either use kerberos for 
authentication, or you have to allow not authenticated access from the 
SOGo server.


SAML settings are documented in the Installation Documentation of SOGo, 
but how to set up Identity and Service Providers is not.

You will need additional expertise for that.

How to enable and use Kerberos authentication with your mail server, you 
have to check on its documentation.



Kind regards,
Christian Mack

Am 20.10.22 um 13:10 schrieb mich (supp...@foxnet.be):

Hello

Is this solution "kerberos sogo" still actuality?

Is also if it works online and not locally is there any documentation on the 
subject?

Michel



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] no signature on replies?

2022-10-19 Thread Christian Mack

Hello

No, you only can not set a signature at all.
You could use a Template with signature as workaround for new emails.
but that would be cumbersome.

If you think this is a useful enhancement, open a bug report at 
https://bugs.sogo.nu/ with severity "Enhancement request".



Kind regards,
Christian Mack

Am 18.10.22 um 10:05 schrieb "Bret Watson" (bret@it-interim.management):


Is it possible to disable the signature when replying to an email?

--
Bret Watson
Director
IT Interim Management Pty Ltd
Mob: +61 (0)41 33 03 840
Email:bret@IT-Interim.Management
"The contents of this e-mail transmission are intended solely for the named 
recipient(s), may be confidential, and may be privileged or otherwise protected from 
disclosure in the public interest. The use, reproduction, disclosure or distribution of 
the contents of this e-mail transmission by any person other than the named recipient(s) 
is prohibited. If you are not a named recipient please notify the sender 
immediately."



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Important CKEditor plugins (BiDi and Emoji)

2022-10-17 Thread Christian Mack

Hello

From the ckeditor documentation:
"
CKEDITOR.dialog.definition.textarea
[...]
Properties
[...]
bidi : Boolean
Whether the text direction of this input should be togglable using the 
following keystrokes:


Shift+Alt+End – switch to Right-To-Left,
Shift+Alt+Home – switch to Left-To-Right.

By default the input will be loaded without any text direction set, 
which means that the direction will be inherited from the editor's text 
direction.


If the direction was set, a marker will be prepended to every non-empty 
value of this input:


\u202A – for Right-To-Left,
\u202B – for Left-To-Right.

This marker allows for restoring the same text direction upon the next 
dialog opening.

[...]
"

Did you try using those keystrokes?


Kind regards,
Christian Mack

Am 13.10.22 um 16:23 schrieb "Saleh Madi" (saleh.m...@voipsupply.ps):

Hello SOGo team,

  


I see that you have add CKEditor plugins emoji and bidi on the new version
of SOGo. After check, emoji is active on the CKEditor when we send email but
bidi is not enabled how to enable bidi on the CKEditor.

  


Thank you.

  


From: Test Account [mailto:saleh.m...@voipsupply.ps]
Sent: Saturday, July 2, 2022 11:35 PM
To: users@sogo.nu
Subject: Important CKEditor plugins (BiDi and Emoji)

  


Hello SOGo Developers,

  


I suggest to install the below CKEditor plugins as default plugins in SOGo.
The first plugin help all users to make the right text direction in all
languages that work from right to left like Arabic, Hebrew and Farsi.

  


BiDi (Text Direction):

https://ckeditor.com/cke4/addon/bidi

  


The second plugin support easy inserting of emoji characters by opening the
emoji dropdown with a toolbar button.

  


Emoji:

https://ckeditor.com/cke4/addon/emoji

  


Thank you and Best Regards,

Saleh




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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGO reusing Dovecot db password issue

2022-10-06 Thread Christian Mack

Hi

Enable debugging for mysql in sogo.conf:
MySQL4DebugEnabled = YES;

Also which password hashing are you using?
See "userPasswordAlgorithm" in "Installation and Konfiguration Guide".


Kind regards,
Christian Mack

Am 06.10.22 um 10:44 schrieb Serveria Support (supp...@serveria.com):

Hi,

Thanks for responding. I did enable all possible logging in Dovecot and 
I can see Windows Mail clients logging in successfully. But for some 
reason my SOGo connection attempts are not showing up in logs at all. 
SOGo log still shows the same error message I already posted. SOGo 
website is giving me this error: Wrong username or password.


On 2022-10-04 18:54, Odhiambo Washington wrote:

On Thu, Sep 29, 2022 at 4:01 PM Serveria Support 
wrote:


Hi,

After weeks of trying to configure iredmail package for my needs
(and
failing miserably) I decided to start everything from scratch: I
took a
vanilla Debian 11 server and installed Dovecot + Postfix + MariaDB +

Apache. Mailserver works like a charm - emails are getting
sent/delivered/stored perfectly. Users are able to log
in/authenticate.
Then I decided to add SOGo to the config and installed it, also
configured using the basic howto from sogo website. All done, web
frontend comes up. So far so good unfortunately I'm unable to
authenticate using my Dovecot users db. Here I have to add that I
didn't
create a separate table for SOGo but instead tried to reuse my
Dovecot
user credentials by creating a VIEW in my DB. However, this doesn't
seem
to work, here's my sogo.log:

Sep 29 06:30:17 sogod [151286]: XXXIPADDRESSXXX "POST /SOGo/connect
HTTP/1.1" 403 34/89 0.003 - - 0 - 12
Sep 29 06:30:25 sogod [151286]: |SOGo| starting method 'POST' on uri

'/SOGo/connect'
2022-09-29 06:30:25.510 sogod[151286:151286]
 SQL:
SELECT c_password FROM sogo_users WHERE c_uid = 'u...@mydomain.tld';
2022-09-29 06:30:25.510 sogod[151286:151286]

query
has results, entering fetch-mode.
Sep 29 06:30:25 sogod [151286]: SOGoRootPage Login from
'XXXIPADDRESSXXX' for user 'u...@mydomain.xxx' might not have worked
-
password policy: 65535  grace: -1  expire: -1  bound: 0
Sep 29 06:30:25 sogod [151286]: |SOGo| request took 0.001784 seconds
to
execute

Unfortunately, I'm not too good at reading SOGo logs and the error
message seems to be not very self-explanatory. What exactly does
this
mean? Unable to fetch password? Password didn't work? Wrong
encryption
protocol? Any suggestions?


Look at the dovecot logging configuration and bump the debugging up
and you'll get it right.

--

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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] fullName value

2022-10-06 Thread Christian Mack

Hello

Usually attribute cn (common name) is used for that.
Some (like us) use that field for login name instead.

You can specify in sogo.conf the fieldname (e.g. "displayName") for the 
full name with:

[...]
  SOGoUserSources = (
{
  CNFieldName = "displayName";
[cut]


Kind regards,
Christian Mack

Am 29.09.22 um 10:43 schrieb David Kmoch (david.km...@tul.cz):

Hello,

when using a LDAP server to authenticate users
and parameter SOGoMailCustomFromEnabled set to
default (NO), email header From contains fullName
in the form "name.surname"

Which LDAP field is used to fill the value of the
fullName attribute?

Is it possible to specify a different LDAP field as a source?


Best regards,



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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] show event organizer/creator on event detail

2022-10-06 Thread Christian Mack

Hello

That is how the standard demands it.

Why or when do you need that?
If there are no attendees, then the owner of the calendar is always the 
organizer.



Kind regards,
Christian Mack

Am 26.09.22 um 09:29 schrieb Claudio Brocco - Peer Srl (c.bro...@peer.biz):

Hi,

I kindly ask if there is an option to show the organizer in a sogo 
calendar if no attendee are added to the event.


I notice that in the raw source of the event the organizer is not 
present and not displayed. In event with attendee both are displayed.


Thank you




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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Error with activesync

2022-10-06 Thread Christian Mack

Hello

Am 24.09.22 um 22:54 schrieb Nick Wiltshire (n...@customdesigns.ca):

Hi everyone,

After following the guides to set this up, I must have gotten something wrong
that I can't find. SOGo seems to be not returning a header Outlook expects.

Using the MS test tool I get this error:

Testing HTTP Authentication Methods for URL 
https://[mydomain]/Microsoft-Server-ActiveSync.
The HTTP authentication test failed.

A 401 error was received from the server, but no authentication methods are
supported.

HTTP Response Headers:
Referrer-Policy: same-origin
Sogo-Request-Duration: 0.002476
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Length: 0
Content-Type: text/plain; charset=UTF-8
Date: Wed, 21 Sep 2022 20:20:24 GMT
Server: Apache
WWW-Authenticate: basic realm="SOGo"



This contradicts itself.
"Basic" Authentication is requested:

> A 401 error was received from the server, but no authentication 
methods are

> supported.
[...]
> WWW-Authenticate: basic realm="SOGo"


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



smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-22 Thread Christian Mack

Hello

If the user already logged into SOGo once with that account, then yes 
you can do that.

But only another IMAP account currently.
It will use the same SMTP settings and credentials for all accounts, 
just switching the "From:" header content in the send emails itself.



Kind regards,
Christian Mack

Am 21.09.22 um 15:20 schrieb International Security Providers 
(internationalsecurityprovid...@proton.me):

I mean add a 2ndary account to an already existing user like if I add another 
IMAP / SMTP-Account using the GUI but by using the sogo-tool or some other 
CLI-Interface

--- Original Message ---
smizrahi@alinto . eu  schrieb am Montag, 19. September 2022 um 
8:46 vorm.:


​​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



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] DKIM not properly signed via Outlook, but fine via SOGo Web Interface

2022-09-22 Thread Christian Mack

Hello

Is that true for all emails, or just the ones forwarded?
Outlook uses header "Sender:" instead of "From:" to show the sending 
person/account when forwarding emails.
Therefore the DKIM signature does not match "From:", which is kept from 
the original sending person/account.



Kind regards,
Christian Mack

Am 19.09.22 um 23:37 schrieb GLu DeRo (glud...@hotmail.com):

Hello all

I successfully installed SOGo (nighlty build) and happily using it on a SAMBA 
AD/DC environment with 2 domains. FYI I moved to SOGo after using for many 
years a different platform, but I kept using postfix/dovecot/rspam as backends.
All SPF/DMARC/DKIM were been properly set and are correctly running  (both in 
terms of DNS and in terms of scripts), but now I am facing some inconsistencies:

If I send email from SOGo Web Interface, then DKIM signature on the recipient 
side appears valid, while it is invalid if I send it via Outlook (and yes, I do 
connect to SOGO via Active Sync on MS machines). How is that possible?
I googled it and it appears that via Outlook SOGo is not able to flag as 
originating the email to be send, but not sure how to fix this.

Any suggestion pls?

PS. No significant log from rspam to help me in finding the root of the issue 
(which, in a sense, it is what I would expected since the email via outlook 
seems to miss completely the signature process...)

Thank you
G




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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-19 Thread Christian Mack

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



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Repeated socket shutdown

2022-09-16 Thread Christian Mack

Hello

You have a user x with a lot of changes in his/her INBOX.
To get all changes from the IMAP server, SOGo takes 69.209102 seconds.
But Apache actively closes the connection before the result can be 
delivered.
Therefore the web frontend tries to get the changes again, which breaks 
again and so forth.


You have to increase your timeout on the apache side.


Kind regards,
Christian Mack

Am 16.09.22 um 12:23 schrieb David Kmoch (david.km...@tul.cz):

Hello,

some users are able to completely block a sogo worker. I have no idea
how they achieve this, but I would rather know how to prevent it on
the server side (except blocking their IP), since it repeats over and
over lasting from several hours to several days.

Apache log:

[proxy_http:error] [pid 18588:tid 139754100205312] (70007)The timeout 
specified has expired: [client 149.255.xxx.xxx:55788] AH01102: error 
reading status line from remote server 127.0.0.1:2, referer: 
https://webmail.tul.cz/SOGo/so/x/Mail/view
[proxy:error] [pid 18588:tid 139754100205312] [client 
149.255.xxx.xxx:55788] AH00898: Error reading from remote server 
returned by /SOGo/so/x/Mail/0/folderINBOX/changes, referer: 
https://webmail.tul.cz/SOGo/so/x/Mail/view


SOGo log:

14:03:50 sogod [72665]: |SOGo| starting method 'POST' on uri 
'/SOGo/so/x/Mail/0/folderINBOX/changes'
14:04:50 sogod [72650]: [WARN] <0x0x55b769ba5580[WOWatchDogChild]> pid 
72665 has been hanging in the same request for 1 minutes

14:04:59 sogod [72665]: |SOGo| request took 69.209102 seconds to execute
14:04:59 sogod [72665]: [ERROR] <0x0x55b76b51a350[WOHttpTransaction]> 
client disconnected during delivery of response for 
uri=/SOGo/so/x/Mail/0/folderINBOX/changes app=SOGo rqKey=so 
rqPath=x/Mail/0/folderINBOX/changes> (len=328115): the socket was 
shutdown


The worker thread eats %100 CPU during that sequence.

Running version 5.7.1 on RHEL8, LDAP auth, no EAS.

Any idea what can be wrong or what to look for?




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] How to configure MFA for SOGo

2022-09-16 Thread Christian Mack

Hello

There is no additional documentation from SOGo.

You can deactivate 2FA for USER_A on the servers command line with:

/usr/sbin/sogo-tool user-preferences set defaults USER_A SOGoTOTPEnabled 
'{"SOGoTOTPEnabled":0}'


I assume, that one of the seeds from attribute "General" is used, but I 
didn't check this in source code.

You can get that with:
/usr/sbin/sogo-tool user-preferences get preferences USER_A General


Kind regards,
Christian Mack

Am 15.09.22 um 16:25 schrieb Randall Sargent (rrsarg...@pilotcat.com):

Unfortunately, that didn't work. It's rejecting my one-time code now.

Is there any documentation out there?


-Original Message-
From: users-requ...@sogo.nu  On Behalf Of Christian Mack
Sent: Thursday, September 15, 2022 1:50 AM
To: users@sogo.nu
Subject: Re: [SOGo] How to configure MFA for SOGo

Hello

SOGo implements its own TOTP 2FA.
That only protects access to the web frontend.

You have to log into the web frontend in order to activate it.
Then activate in "Preferences" --> "General" --> "General" tab option
"Enable two-factor authentication using a TOTP application".
SOGo will now display a QR-Code below that option.
You have to scan that with your prefered TOTP app on your smartphone.
Then save the activation of 2FA in SOGo web interface by clicking on the
diskette symbol on green circle at the top right corner.

  From now on, SOGo will ask for the security code when logging in to the
web frontend after the login page.


Kind regards,
Christian Mack

Am 14.09.22 um 20:30 schrieb Randall Sargent (rrsarg...@pilotcat.com):

Hello,

I am looking for documentation on how to implement MFA/2FA on SOGo, 
specifically DUO, but any will do.

Thank you






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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo 5 webmail does not remove signature

2022-09-15 Thread Christian Mack
Am 13.09.22 um 11:36 schrieb Marco Moock 
(marco.mo...@urz.uni-heidelberg.de):

Hello,
when I answer to an email containing a signature ("-- "), the
SOGo web mailer does not remove it as other MUAs do, it just quotes it
like the original message text.

Do others also experience that?



Yes, that is normal behaviour for SOGo

You can open a bug report with severity "feature request" for it at 
https://bugs.sogo.nu/



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Send mail error

2022-09-15 Thread Christian Mack

Hello

Am 13.09.22 um 09:37 schrieb h...@hrmanagement.it (h...@hrmanagement.it):


Help.
Contact h...@hrmanagement.it



Error message means, that you try to authenticate with a wrong username 
or password.



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo priting mail titel/attachments

2022-09-15 Thread Christian Mack

Hello

Am 08.09.22 um 10:46 schrieb Test (hexagonprima...@gmail.com):

Greetings I got a question about Sogo..

If you want to print a mail conversation sogo usually makes a titel page, a
blank page and a page with your

attachments along the rest of the mails.

Is there a way to print the titel along without it taking a whole page?



Which version of SOGo are you using?

With SOGo 5.7.0 and 5.7.1-202209140439 I can not reproduce your problem.
It always prints the complete email (Date, Subject, From, To and 
content) starting at page 1.



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] TB 102, no Subscription buttons

2022-09-15 Thread Christian Mack

Hello

Am 07.09.22 um 16:58 schrieb Robert A Wooldridge 
(bob.wooldri...@edm-inc.com):
Using SOGo with Thunderbird version 10x and everything appears to work 
except there is no way  to subscribe or unsubscribe to calendars.  Will 
this be fixed?




Are you using any Add-On?

If not, you have to open hamburger menu --> "+ New" --> "Calendar...".
Then choose "On the Network" and click "Next".
Provide your username in field "User name:" and the location of your 
SOGo server in "Location:", e.g. https://sogo.your.domain/

Then click on "Find Calendars".
Thunderbird will ask you for your password, provide it.
Now you get a list of all calendars on that SOGo server, which the given 
user has subscribed in the SOGo web frontend.

All not already in Thunderbird subscribed ones are preselected.
Unselect the ones you do not want to subscribe.
When done, click on "Subscribe".
That's it.
It will automatically know which calendars are read-only.
It will also synchronize the given colour for each calendar from the 
SOGo web frontend.

Synchronization will need some time, especially for many events.
Beware, Thunderbird can be frozen while synchronizing.

I usually set another calendar refresh rate.
Default is 30 Minutes.
You have to set it for every calendar by
* right clicking its entry in the calendar view of Thunderbird,
* then choose "Properties"
* then change "Refresh Calendar" setting
* store with "OK"


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] How to configure MFA for SOGo

2022-09-15 Thread Christian Mack

Hello

SOGo implements its own TOTP 2FA.
That only protects access to the web frontend.

You have to log into the web frontend in order to activate it.
Then activate in "Preferences" --> "General" --> "General" tab option 
"Enable two-factor authentication using a TOTP application".

SOGo will now display a QR-Code below that option.
You have to scan that with your prefered TOTP app on your smartphone.
Then save the activation of 2FA in SOGo web interface by clicking on the 
diskette symbol on green circle at the top right corner.


From now on, SOGo will ask for the security code when logging in to the 
web frontend after the login page.



Kind regards,
Christian Mack

Am 14.09.22 um 20:30 schrieb Randall Sargent (rrsarg...@pilotcat.com):

Hello,

I am looking for documentation on how to implement MFA/2FA on SOGo, 
specifically DUO, but any will do.

Thank you



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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-09 Thread Christian Mack
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
(internationalsecurityprovid...@proton.me):
> 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  schrieb am Freitag, 9. September 2022 um 10:22 
> vorm.:
> 
> 
>> Hello
>>
>> Am 08.09.22 um 15:18 schrieb International Security Providers
>> (internationalsecurityprovid...@proton.me):
>>
>>> 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 users@sogo.nu 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
>>>> (internationalsecurityprovid...@proton.me):
>>>>
>>>>> 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 users@sogo.nu schrieb am Donnerstag, 1. September 
>>>>> 2022 um 2:32 nachm.:
>>>>>
>>>>>> On Thu, Sep 1, 2022 at 3:22 PM francis users@sogo.nu wrote:
>>>>>>
>>>>>>> Hi
>>>>>>>
>>>>>>>> On Sep 1, 2022, at 04:46, Christian Mack 
>>>>>>>> (christian.m...@uni-konstanz.de) users@sogo.nu 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 users@sogo.nu wrote:
>>>>>>>>>
>>>>>>>>>> Hello
>>>>>>>>>>
>>>>>>>>>> Am 31.08.22 um 14:06 schrieb International Secur

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

2022-09-09 Thread Christian Mack
Hello

Am 08.09.22 um 15:18 schrieb International Security Providers
(internationalsecurityprovid...@proton.me):
> 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  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
>> (internationalsecurityprovid...@proton.me):
>>
>>> 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 users@sogo.nu schrieb am Donnerstag, 1. September 2022 
>>> um 2:32 nachm.:
>>>
>>>> On Thu, Sep 1, 2022 at 3:22 PM francis users@sogo.nu wrote:
>>>>
>>>>> Hi
>>>>>
>>>>>> On Sep 1, 2022, at 04:46, Christian Mack 
>>>>>> (christian.m...@uni-konstanz.de) users@sogo.nu 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 users@sogo.nu 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 '^$|^.*#' ¯\(ツ)/¯ :-)
>>
>>


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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-07 Thread Christian Mack
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
(internationalsecurityprovid...@proton.me):
> 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  schrieb am Donnerstag, 1. September 2022 
> um 2:32 nachm.:
> 
>> 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 '^$|^.*#' ¯\_(ツ)_/¯ :-)


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo drive link to a shared folder

2022-09-07 Thread Christian Mack
Hello

Of course you have this problem.

As was already mentioned "I:\data\personal\username" is not a valid link
at all.
It is just a path.
Only Microsoft products use that as a link for local files.
A valid link would be "file://computername/path/to/file".
As you want to access a local file use "file:///path/to/file".

Also make sure, that all blanks get replaced by %20 or it will not work
as expected.

Also be aware, that links to local files are seen as a security risk.
Therefore SOGo does not provide those in its link creation tool.


Kind regards,
Christian Mack

Am 07.09.22 um 10:52 schrieb International Security Providers
(internationalsecurityprovid...@proton.me):
> I have the same issue here..
> when I get the email in Outlook I can click the link) (sent from sogo), but 
> when I receive it in sogo (when sending it back for example) I cannot click 
> it (on Windows in Chrome)
> 
> --- Original Message ---
> Marco Moock  schrieb am Dienstag, 6. September 2022 um 3:53 
> nachm.:
> 
> 
>> Am 06. Sep 2022, um 15:29:16 Uhr schrieb Test:
>>
>>> example: “ I:\data\personal\username ”
>>
>>
>> Maybe try file:///home/file.txt #here on Linux, Windows paths look a
>> bit different.


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo how can I make the login just "username" instead of email address

2022-09-07 Thread Christian Mack
Hello

Am 07.09.22 um 11:01 schrieb "s.sari" (s.s...@cerist.dz):
> 
> Hi there,
> I just use one domain, so how can I set SOGo to use just "username" instead 
> of "usern...@domain.com"
> Looking at the SOGo documentation it says this should be possible.
> I have changed this setting from YES to NO and restarted the entire server 
> but it didn't do anything.
> // Must login with full email address
>     SOGoForceExternalLoginWithEmail = NO;
> Is it possible to do this?
> 

Yes it is possible.
For LDAP and AD you have to configure your SOGoUserSources accordingly.
How depends on which authentication source you use.
Especially check options "UIDFieldName" + "bindFields".

For sql you need to provide option "LoginFieldNames".
Per default this is set to column "c_uid".

SOGoForceExternalLoginWithEmail is only meant for multi domain setups.
Default is already NO.
It will prevent displaying the list of available domains on the login page.
As you don't have multiple domains, you will not see it either way.


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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-01 Thread Christian Mack

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.


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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-08-31 Thread Christian Mack
Hello

I forgot to mention, that this global setting will only be set for new
accounts.
If you want to change that for existing users, you have to use sogo-tool
in a script looping over your users to set these "user-preferences".


Kind regards,
Christian Mack

Am 31.08.22 um 18:46 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> 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]
> 
> 
> 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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-08-31 Thread Christian Mack
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]


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Wrong table name

2022-08-31 Thread Christian Mack
Hello


Am 31.08.22 um 13:39 schrieb Paul van der Vlis (p...@vandervlis.nl):
> Hello Christian, hello group,
> 
> Op 31-08-2022 om 11:28 schreef Christian Mack
> (christian.m...@uni-konstanz.de):
>> Hello
>>
>>  From which version did you upgrade?
>> Perhaps you have to run:
>> /usr/share/doc/sogo/sql-update-3.2.10_to_4.0.0-mysql.sh
> 
> I did run that script so far I know, and I see it in my bash_history,
> but it is possible something went wrong with it.
> 
> Would it be a problem to run it twice?
> 
> Does the script rename the name of excisting tables?
> 

It will change some tables, but not rename them.
You can safely run it as often as you like, it will change nothing after
the first run.

Sorry, I misread your error message.
You don't have that table altogether, instead of "just" missing a column.
I never had that myself.


Kind regards,
Christian Mack

>> Am 30.08.22 um 22:35 schrieb Paul van der Vlis (p...@vandervlis.nl):
>>> Hello all,
>>>
>>> I have a strange problem. After upgrade to SOGo version 5.01 (from
>>> Debian stable) I see this type of errors:
>>> 
>>> Aug 30 04:25:12 sogod [15839]: [ERROR] <0x0x5577ff4f8b80[GCSFolder]>
>>> -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
>>> execute quick-fetch SQL 'SELECT c_lastmodified FROM sogojk00158b7a148
>>> ORDER BY c_lastmodified DESC': 
>>> NAME:ExecutionFailed REASON:Table 'sogo.sogojk00158b7a148' doesn't exist
>>> 
>>>
>>> When I look into MariaDB I see the table names are different!
>>> For this user I see these tables:
>>> 
>>> sogojk0012d8ec8c3
>>> sogojk0012d8ec8c3_acl
>>> sogojk0012d8ec8c3_quick
>>> sogojk0022fcb5a6d
>>> sogojk0022fcb5a6d_acl
>>> sogojk0022fcb5a6d_quick
>>> sogojk0030458f141
>>> sogojk0030458f141_acl
>>> sogojk0030458f141_quick
>>> 
>>>
>>> What could be causing this problem?
>>>
>>> With regards,
>>> Paul van der Vlis
>>>
>>>
>>>
>>
>>
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] EAS not synching any mail items for one account

2022-08-31 Thread Christian Mack
Hello

As ActiveSync broke for that user, you should reset it on the SOGo side
for that user.
Check for syntax with:
/usr/sbin/sogo-tool manage-eas

When doing so, the MS Outlook client has to be shut down.
Then use "listdevices" and "resetdevice".
Afterwards start MS Outlook again.


Kind regards,
Christian Mack

Am 31.08.22 um 10:14 schrieb Sam Durbin (s...@staccum.co.nz):
> Hi there,
> 
> I am running iredmail  with sogo version 5.7.1 (@sogo-build.alinto.int
> 202208300100) on ubuntu 18.04.6. The box hosts a few different domains
> and users, but im having an issue with one user in particular.
> 
> When I add to outlook via EAS it doesnt download any email items when
> running the Outlook app - it will synch the folders (for example a few
> folders under the inbox folder) but nothing else.
> 
> I did a search on the iredmail forums and the internet and one of the
> solutions seemed to be increasing the SOGoMaximumSyncResponseSize so I
> put that to 10240, and SOGoMaximumSyncWindowSize which I set to 256.
> 
> This made no difference.
> 
> I have tried it on two different devices - a Samsung device which is the
> main user of the account, and on my own iPhone. Same result with outlook
> on both.
> 
> No other users seem to be affected, I've got my own mail running on the
> box and I tried it out as a test and it worked fine.
> 
> User's mailbox is only about 200mb large too.
> 
> I've worked with Zhang at iredmail directly who has wasnt sure so
> suggested contacting the developers via this email list to progress
> troubleshooting.
> 
> I would appreciate any assistance you're able to provide.
> 
> Thank you
> 
> Sam


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Wrong table name

2022-08-31 Thread Christian Mack
Hello

>From which version did you upgrade?
Perhaps you have to run:
/usr/share/doc/sogo/sql-update-3.2.10_to_4.0.0-mysql.sh


Kind regards,
Christian Mack

Am 30.08.22 um 22:35 schrieb Paul van der Vlis (p...@vandervlis.nl):
> Hello all,
> 
> I have a strange problem. After upgrade to SOGo version 5.01 (from
> Debian stable) I see this type of errors:
> 
> Aug 30 04:25:12 sogod [15839]: [ERROR] <0x0x5577ff4f8b80[GCSFolder]>
> -[GCSFolder fetchFields:fetchSpecification:ignoreDeleted:]: cannot
> execute quick-fetch SQL 'SELECT c_lastmodified FROM sogojk00158b7a148
> ORDER BY c_lastmodified DESC': 
> NAME:ExecutionFailed REASON:Table 'sogo.sogojk00158b7a148' doesn't exist
> 
> 
> When I look into MariaDB I see the table names are different!
> For this user I see these tables:
> 
> sogojk0012d8ec8c3
> sogojk0012d8ec8c3_acl
> sogojk0012d8ec8c3_quick
> sogojk0022fcb5a6d
> sogojk0022fcb5a6d_acl
> sogojk0022fcb5a6d_quick
> sogojk0030458f141
> sogojk0030458f141_acl
> sogojk0030458f141_quick
> 
> 
> What could be causing this problem?
> 
> With regards,
> Paul van der Vlis
> 
> 
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Install source

2022-08-31 Thread Christian Mack
Hello

Configuration depends a lot on your preferences and setup.
Have you read and understood the SOGo Installation and Configuration Guide?
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html

If you only want a hobby setup or one for small user base with low
effort on your side, you should check out mailcow.
https://mailcow.email/


Kind regards,
Christian Mack

Am 30.08.22 um 09:24 schrieb mich (supp...@foxnet.be):
> Helllo
> 
> Ok, is then the configuration of sogo, I am that it process, using apache, 
> mysql, dovecot, exim?
> Good to you
> 
> Michel
> 
> 
> Le 29/08/22 12:11, « Christian Mack(christian.m...@uni-konstanz.de) » 
>  a écrit :
> 
> Hello
> 
> How about the following FAQ?
> https://www.sogo.nu/support/faq/how-do-i-compile-sogo.html
> 
> 
> Kind regards,
> Christian Mack
> 
> Am 28.08.22 um 20:50 schrieb mich (supp...@foxnet.be):
> > Hello
> > 
> >   
> > 
> > I would like to integrate it to directadmin but I don't know how...
> > 
> >   
> > 
> > Kind regards
> > 
> >   
> > 
> > Michel
> > 
> >   
> > 
> >   
> > 
> > De :  au nom de "mich (supp...@foxnet.be)" 
> 
> > Répondre à : 
> > Date : samedi 27 août 2022 à 09:09
> > À : 
> > Objet : [SOGo] Install source
> > 
> >   
> > 
> > Hello
> > 
> >   
> > 
> > Is there a doc about the installation of the source, giving an example 
> of compilation ?
> > 
> >   
> > 
> > Michel
> > 
> >   
> > 
> > 
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
> 78457 Konstanz
> +49 7531 88-4416
> 
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-08-29 Thread Christian Mack

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



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] No free-busy information if contact from local address book

2022-08-29 Thread Christian Mack

Hello

Yes, that is expected behaviour.
SOGo does not know, that addresses from private address books are 
related to users on the same server.

Therefore it is unable to search for free/busy information from them.
Also SOGo is not capable of fetching free/busy information from other 
servers/providers.


Because of that you get a hint below the address, from which address 
book you get the address you search for.

With that you always can choose the one from the global address book.


Kind regards,
Christian Mack

Am 26.08.22 um 12:55 schrieb Евгений Лодяков (5107...@gmail.com):

I'm trying to add a contact to my local address book and make an
appointment via the web calendar. But in this case, there is no information
about employment. If I add the same contact from the global book -
everything works fine

[image: sogo_bug.jpg]

GAL
Aug 25 10:14:46 sogod [167965]: |SOGo| starting method 'GET' on uri
'/SOGo/so/1...@apple.com/Contacts/allContactSearch?search=i.'
2022-08-25 10:14:46.334 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_path4 FROM sogo_folder_info WHERE c_path2 = '1...@apple.com' AND
c_folder_type = 'Contact'
2022-08-25 10:14:46.335 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_path4 FROM sogo_folder_info WHERE c_path2 = '1...@apple.com' AND
c_folder_type = 'Contact'
2022-08-25 10:14:46.335 sogod[167965:167965] PG0x0x55d0c98ac4b0 SQL: SELECT
* FROM sogo_view WHERE (LOWER(c_cn) LIKE '%i.%' OR LOWER(mail) LIKE '%i.%')
2022-08-25 10:14:46.341 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_name, c_cn, c_givenname, c_sn, c_screenname, c_o, c_mail,
c_telephonenumber, c_categories, c_component, c_hascertificate FROM
sogoelodyako00176087774_quick WHERE ((UPPER(c_sn) LIKE UPPER('%i.%')) OR
(UPPER(c_givenname) LIKE UPPER('%i.%')) OR (UPPER(c_cn) LIKE UPPER('%i.%'))
OR (UPPER(c_mail) LIKE UPPER('%i.%')) OR (UPPER(c_categories) LIKE
UPPER('%i.%')) OR (UPPER(c_o) LIKE UPPER('%i.%')))
2022-08-25 10:14:46.342 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_foldername FROM sogo_folder_info WHERE c_path = '/Users/
1...@apple.com/Contacts/personal'
2022-08-25 10:14:46.342 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_name, c_cn, c_givenname, c_sn, c_screenname, c_o, c_mail,
c_telephonenumber, c_categories, c_component, c_hascertificate FROM
sogoelodyako0015ca8caa5_quick WHERE ((UPPER(c_sn) LIKE UPPER('%i.%')) OR
(UPPER(c_givenname) LIKE UPPER('%i.%')) OR (UPPER(c_cn) LIKE UPPER('%i.%'))
OR (UPPER(c_mail) LIKE UPPER('%i.%')) OR (UPPER(c_categories) LIKE
UPPER('%i.%')) OR (UPPER(c_o) LIKE UPPER('%i.%')))
Aug 25 10:14:46 sogod [167965]: |SOGo| request took 0.013218 seconds to
execute
Aug 25 10:14:46 sogod [167965]: 192.168.28.105 "GET /SOGo/so/
1...@apple.com/Contacts/allContactSearch?search=i. HTTP/1.1" 200 5901/0 0.015
- - 0 - 14
Aug 25 10:14:46 sogod [167965]: |SOGo| starting method 'GET' on uri
'/SOGo/so/1...@apple.com/Contacts/allContactSearch?search=i.be'
2022-08-25 10:14:46.482 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_path4 FROM sogo_folder_info WHERE c_path2 = '1...@apple.com' AND
c_folder_type = 'Contact'
2022-08-25 10:14:46.482 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_path4 FROM sogo_folder_info WHERE c_path2 = '1...@apple.com' AND
c_folder_type = 'Contact'
2022-08-25 10:14:46.483 sogod[167965:167965] PG0x0x55d0c98ac4b0 SQL: SELECT
* FROM sogo_view WHERE (LOWER(c_cn) LIKE '%i.be%' OR LOWER(mail) LIKE '%i.be
%')
2022-08-25 10:14:46.487 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_name, c_cn, c_givenname, c_sn, c_screenname, c_o, c_mail,
c_telephonenumber, c_categories, c_component, c_hascertificate FROM
sogoelodyako00176087774_quick WHERE ((UPPER(c_sn) LIKE UPPER('%i.be%')) OR
(UPPER(c_givenname) LIKE UPPER('%i.be%')) OR (UPPER(c_cn) LIKE UPPER('%i.be%'))
OR (UPPER(c_mail) LIKE UPPER('%i.be%')) OR (UPPER(c_categories) LIKE
UPPER('%i.be%')) OR (UPPER(c_o) LIKE UPPER('%i.be%')))
2022-08-25 10:14:46.487 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_foldername FROM sogo_folder_info WHERE c_path = '/Users/
1...@apple.com/Contacts/personal'
2022-08-25 10:14:46.488 sogod[167965:167965] PG0x0x55d0c8e66810 SQL: SELECT
c_name, c_cn, c_givenname, c_sn, c_screenname, c_o, c_mail,
c_telephonenumber, c_categories, c_component, c_hascertificate FROM
sogoelodyako0015ca8caa5_quick WHERE ((UPPER(c_sn) LIKE UPPER('%i.be%')) OR
(UPPER(c_givenname) LIKE UPPER('%i.be%')) OR (UPPER(c_cn) LIKE UPPER('%i.be%'))
OR (UPPER(c_mail) LIKE UPPER('%i.be%')) OR (UPPER(c_categories) LIKE
UPPER('%i.be%')) OR (UPPER(c_o) LIKE UPPER('%i.be%')))
Aug 25 10:14:46 sogod [167965]: |SOGo| request took 0.009421 seconds to
execute
Aug 25 10:14:46 sogod [167965]: 192.168.28.105 "GET /SOGo/so/
1...@apple.com/Contacts/allContactSearch?search=i.be HTTP/1.1" 200 447/0 0.011
- - 0 - 14
Aug 25 10:14:47 sogod [167965]: |SOGo| starting method 'GET' on uri
'/SOGo/so/2...@apple.com/freebusy.ifb/ajaxRead?eday=20220831=20220818'
2022-08-25 10:14:47.461

Re: [SOGo] Install source

2022-08-29 Thread Christian Mack

Hello

How about the following FAQ?
https://www.sogo.nu/support/faq/how-do-i-compile-sogo.html


Kind regards,
Christian Mack

Am 28.08.22 um 20:50 schrieb mich (supp...@foxnet.be):

Hello

  


I would like to integrate it to directadmin but I don't know how...

  


Kind regards

  


Michel

  

  


De :  au nom de "mich (supp...@foxnet.be)" 

Répondre à : 
Date : samedi 27 août 2022 à 09:09
À : 
Objet : [SOGo] Install source

  


Hello

  


Is there a doc about the installation of the source, giving an example of 
compilation ?

  


Michel

  






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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] like MailTip feature

2022-08-29 Thread Christian Mack

Hello

This feature is not available in SOGo.
And nobody requested it till now.
You should open a bug report at https://bugs.sogo.nu/ with severity 
"feature request" for this.


You could as workaround check free/busy information before sending an 
email (cumbersome though).



Kind regards,
Christian Mack

Am 28.08.22 um 14:25 schrieb Darren Lauser (darren.lau...@terminallabs.com):

Haha, right, I am so glad I don't need to use Outlook any more! Yes, it
would only work within the group of users on the same mail server. This
feature saved me many hours of delay several times, over the last few years.

On Sun, Aug 28, 2022 at 6:25 AM Odhiambo Washington  wrote:


No. Please stick to Ootlook! "-)

On a serious note though, how do you suppose MS Outlook gets such
information about a recipient of an e-mail?
I don't use Outlook much, but I have never seen such Tips. Outlook has no
way of knowing the mailbox status of a recipient. Neither does it have a
way of knowing if a recipient has configured an OOR - unless the sender and
the recipient are in the same server/mail domain.

On Sun, Aug 28, 2022 at 11:14 AM Darren Lauser  wrote:


Hello,

After looking through your features and user mail archive, maybe I missed
it. Microsoft Outlook has a feature called a MailTip. When the user is
composing the email message, the MailTip will provide notification if a
recipient has configured auto-reply, or if their mailbox is full. It even
shows the content of the auto-reply message. This has been quite helpful.
Is this a current or planned feature for SOGo? Thanks!

Regards,
Darren




--
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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: official transfer to Alinto

2022-08-18 Thread Christian Mack

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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Thunderbird addressbook and lists

2022-08-17 Thread Christian Mack
Hello


forgot the URL for 2-nd problem .
https://bugs.sogo.nu/view.php?id=1205


Kind regards,
Christian Mack

Am 17.08.22 um 14:18 schrieb Christian Mack
(christian.m...@uni-konstanz.de):
> Hello
> 
> The problem is still existent with global address books which do not
> list all addresses they contain (for LDAP --> listRequiresDot = YES;).
> You can not only search in address books.
> Therefore you can only use your own address books and shared address books.
> This is still true for Thunderbird 103.
> Even add-ons can't help.
> 
> The second not working part are address lists in any address book.
> Those can not be synched at all.
> For that to work SOGo has to provide vCard v4 support first.
> 
> 
> Kind regards,
> Christian Mack
> 
> Am 17.08.22 um 13:23 schrieb Paul van der Vlis (p...@vandervlis.nl):
>> I sent this message a second time, because I guess my first one was lost
>> in the migration to the new server.
>>
>> --
>> Hello,
>>
>> At the moment I use Thunderbird 91.12 and I cannot use server-side lists
>> with addresses so far I know. I want to share these lists on several
>> devices.
>>
>> Is this better in Thunderbird 102?  I've heard the address book is
>> rewritten.
>>
>> With regards,
>> Paul van der Vlis
>>
>>
>>
> 
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Thunderbird addressbook and lists

2022-08-17 Thread Christian Mack
Hello

The problem is still existent with global address books which do not
list all addresses they contain (for LDAP --> listRequiresDot = YES;).
You can not only search in address books.
Therefore you can only use your own address books and shared address books.
This is still true for Thunderbird 103.
Even add-ons can't help.

The second not working part are address lists in any address book.
Those can not be synched at all.
For that to work SOGo has to provide vCard v4 support first.


Kind regards,
Christian Mack

Am 17.08.22 um 13:23 schrieb Paul van der Vlis (p...@vandervlis.nl):
> I sent this message a second time, because I guess my first one was lost
> in the migration to the new server.
> 
> --
> Hello,
> 
> At the moment I use Thunderbird 91.12 and I cannot use server-side lists
> with addresses so far I know. I want to share these lists on several
> devices.
> 
> Is this better in Thunderbird 102?  I've heard the address book is
> rewritten.
> 
> With regards,
> Paul van der Vlis
> 
> 
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: official transfer to Alinto

2022-08-17 Thread Christian Mack
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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Confusing

2022-08-16 Thread Christian Mack
Hello

Am 16.08.22 um 13:46 schrieb Mattie van den Heuvel
(mattie.vandenheu...@konzept-is.de):
> Hello,
> 
> I find the following slightly confusing in the out of office section:
> 
> I don't want my auto reply to be turned of on my last day of my
> vacation. I want it to be turned of the first day I'm back to work... ;)
> 

Actually it will turn off at 00:00:00 the following day.
People always set their vacation start and end, not their vacation start
and work start days.


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo webmail turkish character issue

2022-08-15 Thread Christian Mack

Hello

Am 15.08.22 um 10:53 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):

Pazartesi, Ağustos 15, 2022 10:38 +03 tarihinde, "Christian Mack" 
(christian.m...@uni-konstanz.de)  şunu yazdı:


Hello

Please open a bug report for this at https://bugs.sogo.nu/
And could you provide the raw source of that email too?


Kind regards,
Christian Mack

Am 13.08.22 um 19:30 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):

Cumartesi, Ağustos 13, 2022 14:14 +03 tarihinde, "\"Hafiz Rafiyev\"" 
(ha...@bulutek.net)  şunu yazdı:


Hello,
Have installed sogo with mailcow,everything working fine,only having 
charset/turkish character issue on sogos webmail side.
Mails with Turkish characters seen as in picture attached.
Subject is ok, only mail body has issue.
Mobil iOS client(ActiveSync) also has't any issue,having problem only on sogos 
webmail.
Here is some problematic turkish characters,

öçşiğü İ


Best regards,thanks in advance.
Hafiz.


Update to my own issue:
--
problem occurs with only  HTML mail body, there is no issue with plain text 
mail body.
Regards,
Hafiz.








Hello Christian ,
Thank you for quicke response.
Just created account(expertaz) on https://bugs.sogo.nu/,but I haven't suffcient 
permission to open bug(Limited Access Level),
I can  attach  raw source as txt.
Please see attached raw.txt .

Best regards,
Hafiz.


Problem is, in email plain text part:
"
[...]
--=_ae3b2ffd-380d-4f64-ad53-6922b8d5cd42
Content-Type: text/plain; charset=windows-1254
Content-Transfer-Encoding: 8bit

ýöçþýðü

ÖÇÞÝÐÜ

Ýyi çalýþmalar.


--=_ae3b2ffd-380d-4f64-ad53-6922b8d5cd42
[cut]
"

It says, that this text is written in charset=windows-1254 (Windows 
Turkish), but the characters actually are in UTF-8.

Therefore SOGo can not display this correctly.

The HTML part of this email on first glance seems correct.

This seems to be a problem within Zimbra Mailer, which created this 
false plain text part.

So in short the sender should fix his webmailer.

In SOGo you see the HTML part, if there is one in the email, and the 
plain text part if there is no HTML part.
Therefore you see the correct HTML part when receiving this broken email 
in web interface.


When you create a new mail you can do so in plain text or in HTML (with 
additional plain text part).

Standard setting in SOGo is using plain text.

If you reply or forward an email, then SOGo will use the plain text part 
of the email to reply or forward.
Because of this it seems as if SOGo is breaking this text, but in 
reality the email was broken before.


You could switch in SOGo to send HTML emails.
Then it would use the HTML part of the email when forwarding or replying.

Hope this explanation was understandable.


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Sogo webmail turkish character issue

2022-08-15 Thread Christian Mack

Hello

Please open a bug report for this at https://bugs.sogo.nu/
And could you provide the raw source of that email too?


Kind regards,
Christian Mack

Am 13.08.22 um 19:30 schrieb "Hafiz Rafiyev" (ha...@bulutek.net):

Cumartesi, Ağustos 13, 2022 14:14 +03 tarihinde, "\"Hafiz Rafiyev\"" 
(ha...@bulutek.net)  şunu yazdı:


Hello,
Have installed sogo with mailcow,everything working fine,only having 
charset/turkish character issue on sogos webmail side.
Mails with Turkish characters seen as in picture attached.
Subject is ok, only mail body has issue.
Mobil iOS client(ActiveSync) also has't any issue,having problem only on sogos 
webmail.
Here is some problematic turkish characters,

öçşiğü İ


Best regards,thanks in advance.
Hafiz.


Update to my own issue:
--
problem occurs with only  HTML mail body, there is no issue with plain text 
mail body.
Regards,
Hafiz.




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Feature-Request: Add UnifiedPush / OpenPush

2022-08-15 Thread Christian Mack

Hello

This is the user mailinglist, not the support one ;-)

You should open two bug reports at https://bugs.sogo.nu/ with severity 
feature request.

There you can provide all infos needed for each of those interfaces.


Kind regards,
Christian Mack

Am 13.08.22 um 11:47 schrieb "The User" (public-mb@shayan.digital):


Dear Support,

I would be quite happy if you would integrate UnifiedPush in your application 
and (as soon as it is also available) OpenPush. This is an important milestone 
towards independence from the BIG-TECH cloud services like Google and Microsoft.

The community would certainly appreciate this feature!

UnifiedPush:
UnifiedPush is a set of specifications and tools that lets the user choose how 
push notifications* are delivered. All in a free and open source way.
Further information: https://unifiedpush.org/


OpenPush:
The OpenPush project aims to create a free and open source self-hosted 
replacement for Android Push Notifications usually sent through Google's 
proprietary Firebase Cloud Messaging platform. This started as a PrototypeFund 
project. Development is still ongoing.
Further information: https://bubu1.eu/openpush/
​​​
With kind regards,
The User




  




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with ActiveSync

2022-08-12 Thread Christian Mack
Hello

It is a worker problem.

Each ActiveSync client uses up one worker.
Therefore you ran out of workers ;-)

How many ActiveSync clients do you have?
And how many DAV and web users do you have?


Kind regards,
Christian Mack

Am 12.08.22 um 09:13 schrieb Dennis (dennis.schuell...@gmail.com):
> Hey All,
> I've running Sogo and try to use ActiveSync.
> At the Moment every thing works finde with Imap.
> 
> If i connect an Client with ActiveSync, I get this Error from Nginx:
> 504 timeout
> 
> And the Sogo.log write:
> No child available to handle incoming request!
> 
> 
> I don't think it's a Workers Problem:
> sogo.conf;
> 
> WOWorkersCount = 20;
> WOWatchDogRequestTimeout = 61;
> SOGoInternalSyncInterval = 30;
> 
> /etc/sysconfig/sogo;
> PREFORK=20
> 
> Can anyone help??
> 


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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: official transfer to Alinto

2022-08-11 Thread Christian Mack

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.


<https://mailing.sogo.nu/> 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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Slow loading of the sogo's web interface when "Sort messages by threads" is enabled for a 30G email account

2022-08-08 Thread Christian Mack

Hello

Make sure, the client computer has enough RAM.
Sorting and threading is done on the client side, not the server.

The only workaround is to use folders and moving emails into those.


Kind regards,
Christian Mack

Am 08.08.22 um 12:22 schrieb Georgi Vasilev (georgy@gmail.com):

Hello,

is there any way to optimize the loading process for sogo's webmail when 
"Sort messages by threads" is enabled for big email accounts (like over 
25G)?


In this case the account is near 30G in size and it takes about 1min to 
load.





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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Which database schema for SOGo 5.7?

2022-08-08 Thread Christian Mack

Hello

We use 9 table setup since multiple years.
The answer as usually is "it depends" :-)

Without 9 table layout, you have multiple tables per user.
That leads to a lot of tables when you have a lot of users.
Depending on your database management system (dbms) that can lead to 
problems in itself.
The pro side is, that you can manipulate each users date easier in the 
database itself, without impacting other users.


Our main issue was dumping sogo for backups.
As the dbms has to dump all table create statements and the content, it 
took considerably longer and produced a lot more output than necessary.


Also caching in the dbms is better when using 9 table layout.

So in short:
If you have not many users, it doesn't matter at all.
If you have many users (>1000) 9 Table is the way to go.

As for the script.
It should still work, but afterwards you have to run all post Version 
3.0.0 scripts too.

Currently those are:
sql-update-3.2.10_to_4.0.0.sh or sql-update-3.2.10_to_4.0.0-mysql.sh
sql-update-5.5.1_to_5.6.0.sh

We switched to 9 table layout by using the sogo-tool backup and 
sogo-tool restore.

That resulted in our setup in a shorter downtime.
Your mileage may vary.


Kind regards,
Christian Mack

Am 01.08.22 um 10:04 schrieb Dirk Schäfer (dirk.schae...@tuhh.de):

Hi,

the documentation [1] mentions the possibility of using a database 
schema with a total of 9 tables. That would require to add the following 
additional parameters to to /etc/sogo/sogo.conf:

- OCSStoreURL
- OCSAclURL
- OCSCacheFolderUR


Would you suggest to use that schema?
What are your experience in terms of performance?
Is a migration still possible / advisable using 
`/usr/share/doc/sogo/sql-update-3.0.0-to-combined*.sh`?


Kind regards,
Dirk Schaefer

[1] 
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_database_configuration 




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] MKCOL on URL of address book that already exists returns Error code 400

2022-08-08 Thread Christian Mack

Hello

You do have an account and you are logged in?


Kind regards,
Christian Mack

Am 05.08.22 um 15:09 schrieb Robo Burned (robo.bur...@gmail.com):

Christian, I am unable to report the bug. When I try to  submit the bug I
get error "Access Denied" I am not sure why. This is why I am writing to
this list.

пт, 5 авг. 2022 г. в 17:04, Christian Mack :


Hello

Please open a bug report for that at https://sogo.nu/bugs


Kind regards,
Christian Mack

Am 04.08.22 um 10:15 schrieb Robo Burned (robo.bur...@gmail.com):

When I make a request to create a address book collection on the URL that
is already mapped to an existing address book resource  Error 400

"Request

Failed" is returned
As I can understand, according to RFC
https://datatracker.ietf.org/doc/html/rfc4918#section-9.3.1 error 405
should be returned instead.
Looks like a bug.

Example of request:
MKCOL https://../SOGo/dav/../Contacts/AddressBook1/



  

  
  

  



Example of response:
HTTP/1.1 400 Request Failed
Server: nginx/1.18.0
Date: Mon, 01 Aug 2022 07:35:26 GMT
Content-Type: application/xml; charset="utf-8"
Content-Length: 107
Connection: keep-alive


The new folder could not be created



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




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] MKCOL on URL of address book that already exists returns Error code 400

2022-08-05 Thread Christian Mack

Hello

Please open a bug report for that at https://sogo.nu/bugs


Kind regards,
Christian Mack

Am 04.08.22 um 10:15 schrieb Robo Burned (robo.bur...@gmail.com):

When I make a request to create a address book collection on the URL that
is already mapped to an existing address book resource  Error 400 "Request
Failed" is returned
As I can understand, according to RFC
https://datatracker.ietf.org/doc/html/rfc4918#section-9.3.1 error 405
should be returned instead.
Looks like a bug.

Example of request:
MKCOL https://../SOGo/dav/../Contacts/AddressBook1/


   
 
   
 
 
   
 
   


Example of response:
HTTP/1.1 400 Request Failed
Server: nginx/1.18.0
Date: Mon, 01 Aug 2022 07:35:26 GMT
Content-Type: application/xml; charset="utf-8"
Content-Length: 107
Connection: keep-alive


The new folder could not be created



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


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-08-05 Thread Christian Mack

Hello

Am 03.08.22 um 16:43 schrieb International Security Providers 
(internationalsecurityprovid...@proton.me):

the problem happens whn I try to write to SoGo, not read from it.

for Example for Contacts it works like this:
[https://SERVERURL/SOGo/dav/EMAILADDRESS/Contacts/personal/](https://$var3/SOGo/dav/$var1/Contacts/personal/)

but it only writes the first contact.. all other contacts just won't show up in 
Sogo.

The same thing happens with the Calendar:
[https://SERVERURL/SOGo/dav/EMAILADDRESS/Calendar/personal/](https://%24var3/SOGo/dav/$var1/Contacts/personal/)
there will be only the first Calendar-Entry.. everything else doesnt come up in 
sogo.



Which is correct.
You have to write each contact or event on its own file into the 
matching folder (calendar or address book).



Kind regards,
Christian Mack


--- Original Message ---
smizrahi@alinto . eu  schrieb am Donnerstag, 28. Juli 2022 um 
9:36 vorm.:


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](http://www.alinto.com/)
Blog : [www.demainlemail.com](http://www.demainlemail.com/)
Suivez-nous : [Linkedin](https://www.linkedin.com/company/alinto/), 
[Twitter](https://twitter.com/alinto)& 
[Facebook](https://www.facebook.com/AlintoMail)

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



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGO + Dovecot + encryption

2022-07-28 Thread Christian Mack

Hello

Warning, this is a bit long :-)

First you have to grasp the principle of authentication sources.
Authentication sources are Files or databases or LDAP/ActiveDirectory 
servers providing information used to authenticate an user.
Usually they contain a unique identifier commonly called "user name" and 
some sort to authenticate like password and/or certificate and/or TOTP 
secret.
They also store additional information used to grant access privileges 
for that user on a per service base.


Dovecot and SOGo are two distinct services.
They have nothing in common, and don't know anything about each other.
That is fine, as they provide their services via interfaces which are 
standardized internationally.


SOGo is a user interface provides via HTTP or (better) HTTPS.
It stores user provided information like sessions, settings, calendars + 
events and address books + address cards in a relational database.
It uses internally e.g. IMAP in order to access postboxes of users on 
any IMAP capable postbox server.


Dovecot is such an IMAP capable postbox server.

In your scenario you want to use your SOGo service only with your 
dovecot service.

Therefore they have to use the same authentication source.
But they need different additional information from that authentication 
source, in order to provide their service.


You use a MySQL database as authentication source.
That has to provide the informations for both services.
You have to set that information for every user in that database, before 
that user can login to either service.


When that information is provided, then the user can successfully login 
to SOGo.
SOGo will initialize the informations for that user in SOGo, like create 
its personal calendar and adress book and store its initial settings.
Then it also will contact the configured IMAP server, and will 
authenticate to it with the given credentials.


As That IMAP server is your dovecot, and they share the same 
authentication source, the user will login successfully the first time 
into dovecot.
dovecot will then initiate the postbox of that user with the information 
given to it from the authentication source and its configuration.


In order to access the matching information from the "storage_keys" 
database, there has to be a connetcion between the user in the 
authentication source "users" Table and the user_id.


Hope that helps a bit.


Kind regards,
Christian Mack

Am 27.07.22 um 16:32 schrieb Serveria Support (supp...@serveria.com):

Hey guys,

I'm looking to setup a mail server with encrypted storage. I'm planning 
to use Dovecot mailserver + crypt or trees plugin for per-user 
encryption + SOGO for webmail/groupware. Encryption plugins need to 
store some additional data like password hash algo, salt etc. (see 
example scheme below) in SQL:


CREATE TABLE `storage_keys` (
   `id` int(11) NOT NULL AUTO_INCREMENT,
   `enabled` tinyint(4) DEFAULT '1',
   `version` tinyint(4) DEFAULT '1',
   `public_key` text,
   `pwhash_algo` tinyint(4) DEFAULT '1',
   `pwhash_opslimit` int(11) DEFAULT NULL,
   `pwhash_memlimit` int(11) DEFAULT NULL,
   `pwhash_salt` varchar(255) DEFAULT NULL,
   `sk_nonce` varchar(255) DEFAULT NULL,
   `locked_secretbox` text,
   `user_id` int(11) DEFAULT NULL,
   PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT DEFAULT

How can I make it work with SOGO? So far, at a first glance, there's a 
table named 'users' in SOGO db
which contains usernames, passwords etc of SOGO users. However, it's not 
very clear how Dovecot is communicating with SOGO?
Dovecot users = SOGO users? Or SOGO grabs Dovecot users and copies them 
into this 'users' table?
Perhaps someone here can guide me on how it works and how to connect 
SOGO with Dovecot crypt plugins properly?


BR,
Paul
serveria.com



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Can't see resources busyness

2022-07-26 Thread Christian Mack
Hello

Your settings are OK.
The LDAP entries are OK.
And you used the correct addressbook for selecting the resource.

Then this is a bug.
Please report to https://sogo.nu/bugs


Kind regards,
Christian Mack

Am 22.07.22 um 16:42 schrieb Jean-Lou Schmidt (webmes...@hespul.org):
> Corrected link for screenshots :
> https://seafile.hespul.org/d/ac18a8f7f3854b82a8a1/
> 
> 
> Le 22/07/2022 à 14:36, Christian Mack (christian.m...@uni-konstanz.de) a
> écrit :
>> Hello
>>
>> Are you sure it is free and not unknown?
>>
>> If it is unknown:
>> Is this resource listed in SOGo's global addressbook?
>> Did you select it from the global addressbook or from a private
>> addressbook when inviting?
>>
>> Reason:
>> Only for addresses from global addressbooks SOGo checks free/busy.
>>
>>
>> Kind regards,
>> Christian Mack
>>
>> Am 22.07.22 um 11:52 schrieb Jean-Lou Schmidt (webmes...@hespul.org):
>>> Hi,
>>>
>>> I'm playing with resources, and something doesn't work as expected.
>>>
>>> I can invite my testroom in an event, the testroom accept the
>>> invitation and the event is register in his personnal calendar.
>>>
>>> I can subscribe to testroom's calendar and see the event.
>>>
>>> But then, when I try to invite testroom on a new event at the sane
>>> timerange, SOGo don't show me the timerange as busy, it's all free.
>>>
>>>
>>> here is my testroom in ldap :
>>>
>>> mail=testr...@komunomo.fr,ou=Users,domainName=komunomo.fr,o=domains,dc=komunomo,dc=fr
>>>
>>> mail: testr...@komunomo.fr
>>> cn: Test Room
>>> sn: testroom
>>> uid: testroom
>>> homeDirectory:
>>> /var/vmail/vmail1/komunomo.fr/t/e/s/testroom-2022.07.21.15.43.19/
>>> accountStatus: active
>>> preferredLanguage: fr_FR
>>> amavisLocal: TRUE
>>> mailQuota: 5368709120
>>> mailboxFormat: maildir
>>> mailboxFolder: Maildir
>>> Kind: location
>>> Multiplebookings: 1
>>> userPassword: ~~~
>>> shadowLastChange: 19195
>>> enabledService: internal
>>> enabledService: doveadm
>>> enabledService: lib-storage
>>> enabledService: indexer-worker
>>> enabledService: dsync
>>> enabledService: quota-status
>>> enabledService: mail
>>> enabledService: smtp
>>> enabledService: smtpsecured
>>> enabledService: smtptls
>>> enabledService: pop3
>>> enabledService: pop3secured
>>> enabledService: pop3tls
>>> enabledService: imap
>>> enabledService: imapsecured
>>> enabledService: imaptls
>>> enabledService: managesieve
>>> enabledService: managesievesecured
>>> enabledService: managesievetls
>>> enabledService: sieve
>>> enabledService: sievesecured
>>> enabledService: sievetls
>>> enabledService: deliver
>>> enabledService: lda
>>> enabledService: lmtp
>>> enabledService: recipientbcc
>>> enabledService: senderbcc
>>> enabledService: forward
>>> enabledService: shadowaddress
>>> enabledService: displayedInGlobalAddressBook
>>> enabledService: sogo
>>> enabledService: sogowebmail
>>> enabledService: sogocalendar
>>> enabledService: sogoactivesync
>>> objectClass: CalendarResource
>>> objectClass: amavisAccount
>>> objectClass: calEntry
>>> objectClass: inetOrgPerson
>>> objectClass: mailUser
>>> objectClass: organizationalPerson
>>> objectClass: person
>>> objectClass: shadowAccount
>>> objectClass: top
>>>
>>> I set ACL to DateAndTime viewer for Public, Confidential and Private,
>>> and my user can suscribe to the testroom's personnal calendar and see
>>> the event.
>>>
>>> I've added folowing lines in sogo.conf, in SOGoUserSources :
>>>
>>>  KindFieldName = "Kind";
>>>  MultipleBookingsFieldName = "MultipleBookings";
>>>
>>>
>>> Is there something I missed somewhere ?
>>>
>>
>>


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Can't see resources busyness

2022-07-22 Thread Christian Mack

Hello

Are you sure it is free and not unknown?

If it is unknown:
Is this resource listed in SOGo's global addressbook?
Did you select it from the global addressbook or from a private 
addressbook when inviting?


Reason:
Only for addresses from global addressbooks SOGo checks free/busy.


Kind regards,
Christian Mack

Am 22.07.22 um 11:52 schrieb Jean-Lou Schmidt (webmes...@hespul.org):

Hi,

I'm playing with resources, and something doesn't work as expected.

I can invite my testroom in an event, the testroom accept the invitation 
and the event is register in his personnal calendar.


I can subscribe to testroom's calendar and see the event.

But then, when I try to invite testroom on a new event at the sane 
timerange, SOGo don't show me the timerange as busy, it's all free.



here is my testroom in ldap :

mail=testr...@komunomo.fr,ou=Users,domainName=komunomo.fr,o=domains,dc=komunomo,dc=fr 


mail: testr...@komunomo.fr
cn: Test Room
sn: testroom
uid: testroom
homeDirectory: 
/var/vmail/vmail1/komunomo.fr/t/e/s/testroom-2022.07.21.15.43.19/

accountStatus: active
preferredLanguage: fr_FR
amavisLocal: TRUE
mailQuota: 5368709120
mailboxFormat: maildir
mailboxFolder: Maildir
Kind: location
Multiplebookings: 1
userPassword: ~~~
shadowLastChange: 19195
enabledService: internal
enabledService: doveadm
enabledService: lib-storage
enabledService: indexer-worker
enabledService: dsync
enabledService: quota-status
enabledService: mail
enabledService: smtp
enabledService: smtpsecured
enabledService: smtptls
enabledService: pop3
enabledService: pop3secured
enabledService: pop3tls
enabledService: imap
enabledService: imapsecured
enabledService: imaptls
enabledService: managesieve
enabledService: managesievesecured
enabledService: managesievetls
enabledService: sieve
enabledService: sievesecured
enabledService: sievetls
enabledService: deliver
enabledService: lda
enabledService: lmtp
enabledService: recipientbcc
enabledService: senderbcc
enabledService: forward
enabledService: shadowaddress
enabledService: displayedInGlobalAddressBook
enabledService: sogo
enabledService: sogowebmail
enabledService: sogocalendar
enabledService: sogoactivesync
objectClass: CalendarResource
objectClass: amavisAccount
objectClass: calEntry
objectClass: inetOrgPerson
objectClass: mailUser
objectClass: organizationalPerson
objectClass: person
objectClass: shadowAccount
objectClass: top

I set ACL to DateAndTime viewer for Public, Confidential and Private, 
and my user can suscribe to the testroom's personnal calendar and see 
the event.


I've added folowing lines in sogo.conf, in SOGoUserSources :

     KindFieldName = "Kind";
     MultipleBookingsFieldName = "MultipleBookings";


Is there something I missed somewhere ?




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Wrong time in WEB SOGo (5.5.1)

2022-07-21 Thread Christian Mack

Hello

Am 21.07.22 um 09:49 schrieb "Тарас Гуденко" (gtg2...@rambler.ru):


During installation, created a user _sogo (  but not sogo)

[adminncts@SRV-MAIL ~]$ sudo -u _sogo locale
LANG=ru_RU.UTF-8

[...]

LC_TIME="ru_RU.UTF-8"

[...]

LC_ALL=



The actual name doesn't matter, as log as that is the user the SOGo 
daemon runs as.


And the above 3 settings mean, that this user uses ru_RU's timezone.
So Europe/Moscow is used there too.

That in turn means, that your local timezone does not work as Emmanuel 
Dreyfus suggests.



Kind regards,
Christian Mack


19.07.2022, 10:52, mailto:users@sogo.nu>>
Hello

OK, those settings are alright.

What does the following command give you?

sudo -u sogo locale


Kind regards,
Christian Mack

Am 18.07.22 um 20:32 schrieb "Тарас Гуденко" (gtg2...@rambler.ru):
 > Hello,
 >
 > Attached a screenshot of the user settings
 >
 >
 >
 > Best regards, Taras.
 >
 >
 > 18.07.2022, 16:12, mailto:users@sogo.nu>>
 > Hello
 >
 > Am 17.07.22 um 10:04 schrieb gtg2...@rambler.ru:
 > > Hello,
 > > Where you need to check Settings --> General --> Timezone,
system
 > or SOGo ?
 >
 > That one is in the webinterface of SOGo, while logged in as
the User
 > with that problem.
 >
 > >
 > > Settings SOGo:
 > > SOGoTimeZone = Europe/Moscow;
 > >
 >
 > That is the standard set Timezone in sogo.conf.
 >
 > > System :
 > > # date
 > > Вс 17 июл 2022 10:53:14 MSK
 > >
 > > #timedatectl
 > > Local time: Вс 2022-07-17 10:53:56 MSK
 > > Universal time: Вс 2022-07-17 07:53:56 UTC
 > > RTC time: Вс 2022-07-17 07:53:56
 > > Time zone: Europe/Moscow (MSK, +0300)
 > > System clock synchronized: yes
 > >NTP service: active
 > >RTC in local TZ: yes
 > >
 > > I also noticed that in sogo.log also shows the wrong time.
 > >
 > > Best regards, Taras.
 >     >
     >
 > What does locale show you for sogo user?
 >
 >
 > Kind regards,
 > Christian Mack
 >
 > > -Original Message-
 > > From: users-requ...@sogo.nu  On
Behalf Of
 > Christian Mack
 > > Sent: Thursday, July 14, 2022 2:09 PM
 > > To: users@sogo.nu
 > > Subject: Re: [SOGo] Wrong time in WEB SOGo (5.5.1)
 > >
 > > Hello
 > >
 > > Which timezone has the user set in Preferences --> General -->
 > Time Zone ?
 > >
 > >
 > > Kind regards,
 > > Christian Mack
 > >
 > > Am 30.06.22 um 10:23 schrieb gtg2...@rambler.ru:
 > >> Hello
 > >>
 > >> The list of sent and received emails in the web interface
shows
 > the wrong
 > >> time (UTC), should be (UTC+3)
 > >>
 > >> The calendar SOGo shows correct time (UTC+3), in
Thunderbird, the
 > time of
 > >> letters and calendar shows correctly too
 > >>
 > >>
 > >>
 > >> installation
 > >>
 > >> ALTLinux - SOGo (5.5.1) - postfix - dovecot - postgresql
 > >>
 > >>
 > >>
 > >> Settings:
 > >>
 > >> SOGo.conf : SOGoTimeZone = Europe/Moscow;
 > >>
 > >> ls -l /etc/localtime /etc/localtime ->
 > >> /usr/share/zoneinfo/Europe/Moscow
 > >>
 > >>
 > >>
 > >> Please write where I could miss the settings or why SOGo shows
 > the wrong
 > >> time (UTC)
 > >>
 > >>
 > >>
 > >> Best regards, Taras
 > >>
 > >
 > >
 >-- 

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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] MailList as group ?

2022-07-21 Thread Christian Mack

Hello

As your ldap group entry is of objectClass mailList already, try to set 
that in sogo.conf in SOGoUserSources of the corresponding entry with:


GroupObjectClasses = (
"mailList",
"group",
"groupofnames",
"groupofuniquenames",
"posixgroup"
);

I assumed this was set already, as it worked before.


Kind regards,
Christian Mack

Am 21.07.22 um 11:21 schrieb Jean-Lou Schmidt (webmes...@hespul.org):

Hi,

I try to add :

SOGoLDAPGroupExpansionEnabled = YES;

to my sogo.conf file, nothing changed...


I also try to add

objectClass: /group
/

/or
/

/objectClass: groupOfNames/

or

objectClass: ///groupOfUniqueNames/

//or

objectClass: // /posixGroup
/

to my mailList entry but ldapmodify complain about Object class violation.

Have you other ideas before I'll rollback to previous SOGo version ?

Jean-Lou


Le 18/07/2022 à 13:13, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Am 14.07.22 um 13:26 schrieb Zhang Huangbin (z...@iredmail.org):



On Jul 14, 2022, at 7:23 PM, Christian Mack 
(christian.m...@uni-konstanz.de)  wrote:


Mailinglists are not part of SOGo.
Therefore you have to ask on iRedMail Forums where those Groups (or 
address lists) where coming from.

Perhaps they included another SOGoUserSources entry with those?


Hi Christian,

I think the problem in this case is why it worked before, but not 
after upgraded SOGo to the latest release.
No LDAP schema / data changes applied to mailing list accounts during 
iRedMail upgrade, hence SOGo should work too.




Have you set the following option?
SOGoLDAPGroupExpansionEnabled = YES;


Kind regards,
Christian Mack


--
Hespul
Jean-Lou SCHMIDT HESPUL <http://www.hespul.org>
Administrateur Système
Tel direct : 04 81 09 01 34

*HESPUL* énergies renouvelables & efficacité énergétique
14 place Jules Ferry – 69006 Lyon
Tel : 04 37 47 80 90
www.hespul.org <http://www.hespul.org>
Twitter <https://twitter.com/hespul> Facebook 
<https://www.facebook.com/pages/Hespul/486369884725108> Youtube 
<https://www.youtube.com/channel/UCI_76j32v9XXNSqFodUAs6Q> LinkedIn 
<http://www.linkedin.com/company/hespul>

<https://www.hespul.org/fr/banniere-de-signature-de-mail/>
--
users@sogo.nu
https://inverse.ca/sogo/lists



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with sogo

2022-07-21 Thread Christian Mack

Hello

As I understand it, both text files you provided per email are already 
invalid/garbeled?


Could you open a bug report at https://sogo.nu/bugs and upload the 
original and the transformed file there.

That way, we can reproduce the problem.


Kind regards,
Christian Mack

Am 21.07.22 um 07:44 schrieb Роман Овчинников (ad...@artholding.ltd):
Среда, Июль 20, 2022 16:07 +03, "Christian Mack" 
(christian.m...@uni-konstanz.de)  писал(а):



Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
>
> Hello. I have a problem with sogo mail. When sending a text file 
with the extension as an attachment .txt, mail changes the encoding of 
the file contents. And as a result, the file becomes corrupted with 
incomprehensible characters. How can I fix this problem? Sogo version 
5.5.1.There is also a problem when clicking on the "export" button in 
the personal address book.

>
> --
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
>


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


Wrong, I meant to say the same. The original file has the ANSI encoding, 
if it is sent by mail, then it already comes in a different encoding, 
even if it is packed into a zip archive.


--
/Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349
/
--
users@sogo.nu
https://inverse.ca/sogo/lists



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with sogo

2022-07-21 Thread Christian Mack

Hello

Those 2 text files are both in the same character set and both transfere 
encoded by "quoted-printable".

So SOGo does not alter them.

I assume one of the old 8-bit cyryllic character sets CP866 or 
windows-1251 or ISO-8859-5 or KOI8-R is used?


So you have to view those files in  an text viewer/editor, which 
supports that 8-bit character set.
SOGo can not guess which one that could be, as there are a lot of 8-bit 
character sets out there and in the text file is no hint which one was used.



Kind regards,
Christian Mack

Am 20.07.22 um 15:38 schrieb Роман Овчинников (ad...@artholding.ltd):


Среда, Июль 20, 2022 16:07 +03, "Christian Mack" (christian.m...@uni-konstanz.de) 
 писал(а):
  Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):


Hello. I have a problem with sogo mail. When sending a text file with the extension as an 
attachment .txt, mail changes the encoding of the file contents. And as a result, the 
file becomes corrupted with incomprehensible characters. How can I fix this problem? Sogo 
version 5.5.1.There is also a problem when clicking on the "export" button in 
the personal address book.

--
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349




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


--
Роман Овчинников
Системный администратор
ООО "АРТ-ХОЛДИНГ"
400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
+7(8442) 53-90-00, 53-91-11
+79178452349




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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Problem with sogo

2022-07-20 Thread Christian Mack
Hello

Which encoding is the text file before attaching?
And which one do you get afterwards?


Kind regards,
Christian Mack

Am 20.07.22 um 07:40 schrieb Роман Овчинников (ad...@artholding.ltd):
> 
> Hello. I have a problem with sogo mail. When sending a text file with the 
> extension as an attachment .txt, mail changes the encoding of the file 
> contents. And as a result, the file becomes corrupted with incomprehensible 
> characters. How can I fix this problem? Sogo version 5.5.1.There is also a 
> problem when clicking on the "export" button in the personal address book.
> 
> -- 
> Роман Овчинников
> Системный администратор
> ООО "АРТ-ХОЛДИНГ"
> 400117, г. Волгоград, ул. 8-й Воздушной Армии, д. 47б
> +7(8442) 53-90-00, 53-91-11
> +79178452349
> 


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Wrong time in WEB SOGo (5.5.1)

2022-07-19 Thread Christian Mack
Hello

OK, those settings are alright.

What does the following command give you?

sudo -u sogo locale


Kind regards,
Christian Mack

Am 18.07.22 um 20:32 schrieb "Тарас Гуденко" (gtg2...@rambler.ru):
> Hello,
> 
> Attached a screenshot of the user settings
> 
>  
> 
> Best regards, Taras.
> 
> 
> 18.07.2022, 16:12, mailto:users@sogo.nu>>
> Hello
> 
> Am 17.07.22 um 10:04 schrieb gtg2...@rambler.ru:
> > Hello,
> > Where you need to check Settings --> General --> Timezone, system
> or SOGo ?
> 
> That one is in the webinterface of SOGo, while logged in as the User
> with that problem.
> 
> >
> > Settings SOGo:
> > SOGoTimeZone = Europe/Moscow;
> >
> 
> That is the standard set Timezone in sogo.conf.
> 
> > System :
> > # date
> > Вс 17 июл 2022 10:53:14 MSK
> >
> > #timedatectl
> > Local time: Вс 2022-07-17 10:53:56 MSK
> > Universal time: Вс 2022-07-17 07:53:56 UTC
> > RTC time: Вс 2022-07-17 07:53:56
> > Time zone: Europe/Moscow (MSK, +0300)
> > System clock synchronized: yes
> >NTP service: active
> >RTC in local TZ: yes
> >
> > I also noticed that in sogo.log also shows the wrong time.
> >
> > Best regards, Taras.
> >
> 
> What does locale show you for sogo user?
> 
> 
> Kind regards,
> Christian Mack
> 
> > -Original Message-
> > From: users-requ...@sogo.nu  On Behalf Of
> Christian Mack
> > Sent: Thursday, July 14, 2022 2:09 PM
> > To: users@sogo.nu
> > Subject: Re: [SOGo] Wrong time in WEB SOGo (5.5.1)
> >
> > Hello
> >
> > Which timezone has the user set in Preferences --> General -->
> Time Zone ?
> >
> >
> > Kind regards,
> > Christian Mack
> >
> > Am 30.06.22 um 10:23 schrieb gtg2...@rambler.ru:
> >> Hello
> >>
> >> The list of sent and received emails in the web interface shows
> the wrong
> >> time (UTC), should be (UTC+3)
> >>
> >> The calendar SOGo shows correct time (UTC+3), in Thunderbird, the
> time of
> >> letters and calendar shows correctly too
> >>
> >>
> >>
> >> installation
> >>
> >> ALTLinux - SOGo (5.5.1) - postfix - dovecot - postgresql
> >>
> >>
> >>
> >> Settings:
> >>
> >> SOGo.conf : SOGoTimeZone = Europe/Moscow;
> >>
> >> ls -l /etc/localtime /etc/localtime ->
> >> /usr/share/zoneinfo/Europe/Moscow
> >>
> >>
> >>
> >> Please write where I could miss the settings or why SOGo shows
> the wrong
> >> time (UTC)
> >>
> >>
> >>
> >> Best regards, Taras
> >>
> >
> >
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung und Lehre
> 78457 Konstanz
> +49 7531 88-4416
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists


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



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] CardDAV Sync List/Group Thunderbird Cardbook

2022-07-18 Thread Christian Mack

Hello

That is correct.
There is a open enhancement request bug for that in the bugtracker for 
quite some time.


In short:
vCard version 4.0 has to be implemented in SOGo for that.
Address lists weren't a thing before that, therefore SOGo invented it's 
own implementation.

That obviously isn't compatible to anything else.


Kind regards,
Christian Mack

Am 16.07.22 um 12:22 schrieb g...@sico.at:

I have the following problem.

We use Lists in the adressbook. The sync with thunderbird cardbook works 
fine for the contacts.


But the lists are not correct synced:

If I create a list in SOGo webmailer, the code looks like:

BEGIN:VLIST
UID:60-62D29000-3-7FC63F00.vcf
VERSION:1.0
CARD;EMAIL=mai...@sogotest.com;FN=SG1:cab15b64-78d9-d347-a2e4-16864c041070.
  vcf
CARD;EMAIL=mai...@sogotest.com;FN=SG2:88a2ab28-d11d-024b-b487-611ced7dde0b.
  vcf
CARD;EMAIL=mai...@sogotest.com;FN=SG3:36b60e97-14a2-6041-adb3-b7bf1e6faba9.
  vcf
FN:TestListSOGo
END:VLIST

If I create a list in CardBook, the code looks like:

BEGIN:VCARD
VERSION:3.0
PRODID:-//Thunderbird.net/NONSGML Thunderbird CardBook V76.3//DE
UID:f652509f-80cb-8644-b2d4-b45d7e768952
FN:TestListCardbook
REV:2022-07-16T10:13:27Z
X-ADDRESSBOOKSERVER-KIND:group
X-ADDRESSBOOKSERVER-MEMBER:mailto:ma...@cardbook.com
X-ADDRESSBOOKSERVER-MEMBER:mailto:ma...@cardbook.com
X-ADDRESSBOOKSERVER-MEMBER:mailto:ma...@cardbook.com
END:VCARD

Conclusion:

The created lists in Thunderbird Cardbook are shown in the SOGo 
Webmailer as "contact" not as list and don´t work there.


The created lists in SOGo Webmailer are not shown in Thunderbird 
Cardbook at all.



Thx for your help.



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


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Wrong time in WEB SOGo (5.5.1)

2022-07-18 Thread Christian Mack

Hello

Am 17.07.22 um 10:04 schrieb gtg2...@rambler.ru:

Hello,
Where you need to check Settings --> General --> Timezone,   system or SOGo ?


That one is in the webinterface of SOGo, while logged in as the User 
with that problem.




Settings SOGo:
SOGoTimeZone = Europe/Moscow;



That is the standard set Timezone in sogo.conf.


System :
# date
Вс 17 июл 2022 10:53:14 MSK

#timedatectl
Local time: Вс 2022-07-17 10:53:56 MSK
Universal time: Вс 2022-07-17 07:53:56 UTC
  RTC time: Вс 2022-07-17 07:53:56
 Time zone: Europe/Moscow (MSK, +0300)
System clock synchronized: yes
   NTP service: active
   RTC in local TZ: yes

I also noticed that in sogo.log also shows the wrong time.

Best regards, Taras.



What does locale show you for sogo user?


Kind regards,
Christian Mack


-Original Message-
From: users-requ...@sogo.nu  On Behalf Of Christian Mack
Sent: Thursday, July 14, 2022 2:09 PM
To: users@sogo.nu
Subject: Re: [SOGo] Wrong time in WEB SOGo (5.5.1)

Hello

Which timezone has the user set in Preferences --> General --> Time Zone ?


Kind regards,
Christian Mack

Am 30.06.22 um 10:23 schrieb gtg2...@rambler.ru:

Hello

The list of sent and received emails in the web interface shows the wrong
time (UTC), should be (UTC+3)

The calendar SOGo shows correct time (UTC+3), in Thunderbird, the time of
letters and calendar shows correctly too

   


installation

ALTLinux - SOGo (5.5.1) - postfix - dovecot - postgresql

   


Settings:

SOGo.conf :  SOGoTimeZone = Europe/Moscow;

ls -l /etc/localtime  /etc/localtime ->
/usr/share/zoneinfo/Europe/Moscow

   


Please write where I could miss the settings or why SOGo shows the wrong
time (UTC)

   


Best regards, Taras







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


smime.p7s
Description: S/MIME Cryptographic Signature


  1   2   3   4   5   6   7   8   9   10   >