Re: [SOGo]

2024-06-20 Thread "Thomas"
Hallo again,
sorry found it, SSL was not activated. Now looks like everything works.
Since I can't get the manual installation to work I think about using ZEG for
my productive system.
There is a documentation how to do it.
I am still a bit confused how a "complete" installation has these 2 bugs: no
host file and ssl not activated


Re:[SOGo]

2024-06-20 Thread "Thomas"
Found the problem with ZEG: there is no /etc/hosts file
created /etc/hosts with 127.0.0.1  localhost sogo.
now I can login to website.
Next problem:
when I try to connect via Outlook and ActiveSync Outlook doesn't find the
server.
http://192.168.2.102/Microsoft-Server-ActiveSync returns a 403 error, just
like in my working productive installation, settings in sogo.conf look right.


Re: [SOGo]

2024-06-19 Thread "Thomas"
 Hallo Christian,

I am justing testing, so just a basic configuration.
Here my sogo.conf:
{
SOGoProfileURL =
"mysql://sogo:k_Vt1ql8fsP5dVl1X@localhost/sogo/sogo_user_profile";
OCSFolderInfoURL =
"mysql://sogo:k_Vt2P5dVl1X@localhost/sogo/sogo_folder_info";
OCSSessionsFolderURL =
"mysql://sogo:k_Vt1ql8dsP5dVl1X@localhost/sogo/sogo_sessions_folder";
OCSEMailAlarmsFolderURL =
"mysql://sogo:k_Vt1dql8sP5dVl1X@localhost/sogo/sogo_alarms_folder";

  /* Mail */
  SOGoDraftsFolderName = Drafts;
  SOGoSentFolderName = Sent;
  SOGoTrashFolderName = Trash;
  SOGoJunkFolderName = Junk;
  SOGoIMAPServer = "localhost";
  //GoSieveServer = "sieve://127.0.0.1:4190";
  SOGoSMTPServer = "smtp://127.0.0.1";
  SOGoMailDomain = acme.com;
  SOGoMailingMechanism = smtp;
  SOGoForceExternalLoginWithEmail = NO;
  SOGoMailSpoolPath = /var/spool/sogo;
  //NGImap4AuthMechanism = "plain";
  //NGImap4ConnectionStringSeparator = "/";

SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = sAMAccountName;
UIDFieldName = userPrincipalName;
baseDN = "CN=Users,DC=cn,DC=lan";
bindDN = "ldapserv...@cn.lan";
bindFields = (
sAMAccountName,
userPrincipalName
);
bindPassword = q2_l18HfDrtz;
canAuthenticate = YES;
displayName = "Active Directory";
hostname = "ldap://127.0.0.1;;
filter = "(objectClass='user')";
MailFieldNames = ("mail");
scope = SUB;
id = directory;
isAddressBook = YES;
passwordPolicy = NO;
}
);
  /* LDAP AD/Samba4 example */
  /*SOGoUserSources = (
{
  type = ldap;
  CNFieldName = cn;
  UIDFieldName = sAMAccountName;

bindDN = "ldapservice,CN=Users,DC=cn,DC=lan";
bindPassword = "qfLDrtz";
baseDN = "CN=Users,DC=cn,DC=lan";

  bindFields = (sAMAccountName);
  canAuthenticate = YES;
  displayName = "Public";
  hostname = "ldap://127.0.0.1:389/!starttls;;
  filter = "mail = '*'";
  id = directory;
  isAddressBook = YES;
}
  );*/


  /* Debug */
  //SOGoDebugRequests = YES;
  //SoDebugBaseURL = YES;
  //ImapDebugEnabled = YES;
  LDAPDebugEnabled = YES;
  //PGDebugEnabled = YES;
  //MySQL4DebugEnabled = YES;
  //SOGoUIxDebugEnabled = YES;
  //WODontZipResponse = YES;
  WOLogFile = /var/log/sogo/sogo.log;
}

No, I don't have OCSAdmin settings, I thought its optional and the
documentation is too confusing.


Re: [SOGo] SOGo server cleanup

2022-10-26 Thread Thomas Sossong
Hi Michel,

The users come from LDAP, the database is to hold calendar data is Postgres.

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

> On 25. Oct 2022, at 15:27, mich (supp...@foxnet.be)  wrote:
> 
> the source of the data, you manage it with what?
> Ldap , postgresql or mysql ?
> 
> Michel
> 
> Le 25/10/22 15:00, « Thomas Sossong(th...@atsec.com) » 
>  a écrit :
> 
>Thank you,
> 
>Yes I have seen this but nothing is the command that helps.
> 
>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
> 
>> On 25. Oct 2022, at 14:43, mich (supp...@foxnet.be)  wrote:
>> 
>> Détail de la commande sogo-tool
>> 
>> sogo-tool -h
>> 
>>   backup  -- backup user folders
>>   checkup -- checkup integrity of user(s) data
>>   cleanup -- cleanup deleted elements of user(s)
>>   create-folder   -- create folders for a user
>>   dump-defaults   -- prints the sogod GNUstep domain configuration 
>> as a property list
>>   expire-sessions -- expires user sessions without activity for 
>> specified number of minutes
>>   manage-acl  -- manage user's ACL
>>   manage-eas  -- manage EAS folders
>>   remove  -- remove user data and settings from the db
>>   remove-doubles  -- remove duplicate contacts from the specified 
>> user addressbook
>>   rename-user -- update records pertaining to a user after a 
>> change of user id
>>   restore -- restore user folders
>>   truncate-calendar   -- remove old calendar entries from the specified 
>> user calendar
>>   update-autoreply-- enable or disable auto reply for reached 
>> start/end dates
>>   user-preferences-- set user defaults / settings in the database
>> 
>> Le 25/10/22 14:39, « Thomas Sossong(th...@atsec.com) » 
>>  a écrit :
>> 
>>   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
>> 
>> 
>> 
> 
> 
> 



signature.asc
Description: Message signed with OpenPGP


Re: [SOGo] SOGo server cleanup

2022-10-25 Thread Thomas Sossong
Thank you,

Yes I have seen this but nothing is the command that helps.

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

> On 25. Oct 2022, at 14:43, mich (supp...@foxnet.be)  wrote:
> 
> Détail de la commande sogo-tool
> 
> sogo-tool -h
> 
>backup  -- backup user folders
>checkup -- checkup integrity of user(s) data
>cleanup -- cleanup deleted elements of user(s)
>create-folder   -- create folders for a user
>dump-defaults   -- prints the sogod GNUstep domain configuration 
> as a property list
>expire-sessions -- expires user sessions without activity for 
> specified number of minutes
>manage-acl  -- manage user's ACL
>manage-eas  -- manage EAS folders
>remove  -- remove user data and settings from the db
>remove-doubles  -- remove duplicate contacts from the specified 
> user addressbook
>rename-user -- update records pertaining to a user after a 
> change of user id
>restore -- restore user folders
>truncate-calendar   -- remove old calendar entries from the specified 
> user calendar
>update-autoreply-- enable or disable auto reply for reached 
> start/end dates
>user-preferences-- set user defaults / settings in the database
> 
> Le 25/10/22 14:39, « Thomas Sossong(th...@atsec.com) » 
>  a écrit :
> 
>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
> 
> 
> 



signature.asc
Description: Message signed with OpenPGP


[SOGo] SOGo server cleanup

2022-10-25 Thread Thomas Sossong
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



signature.asc
Description: Message signed with OpenPGP


[SOGo] public key not found by apt

2022-08-17 Thread Thomas Sossong
Hi Sogo users,

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

Thank you for your help

Best Regards


Thomas


signature.asc
Description: Message signed with OpenPGP


AW: [SOGo] ActiveSync from Android not working, SOGO 5.5.1

2022-02-23 Thread "Thomas Fuehrer"
Hi Tomaž,
please provide more infos about your environment.

OS/install procedure/installed packages (e.g.
sog/sope/sogo-activesysnc/libwbxml/...)

Regards
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von NOVAK
TOMAR
Gesendet: Mittwoch, 23. Februar 2022 08:54
An: users@sogo.nu
Betreff: [SOGo] ActiveSync from Android not working, SOGO 5.5.1

Hi!

I can not sync mail to my Android device or Outlook.
I keep seeing errors in sogo.log:

Feb 23 08:32:04 sogod [3497]: <0x0x5566de7c7d10[SOGoActiveSyncDispatcher]>
EAS - request for device androidc1012178084: 
http://www.microsoft.com/;>

 0


Feb 23 08:32:04 sogod [3497]: [ERROR] <0x0x5566deeadc40[NSDataMalloc]>
xml2wbxmlFromContent: failed: Parsing of XML Document Failed

Feb 23 08:32:04 sogod [3497]: [ERROR] <0x0x5566deeadc40[NSDataMalloc]>
Original data written to: /tmp/mail_da9_27c619a8_2f.data
Feb 23 08:32:04 sogod [3497]: |SOGo| request took 0.236170 seconds to
execute

If i do xmllint --format /tmp/mail_da9_27c619a8_2f.data it parses file
correctly and no errors are given.

What can i do to fix this or figure out what is wrong ?

* email account i try to sync has 0 emails in its account, since i emptied
account, because i thought problem was with some mail.
* also no account works, tried to create 5 accounts, on every account i get
same sync errors and not even initial sync completes

With regards,

Tomaž



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

AW: [SOGo] Bug report with mail encoding and EAS

2022-02-09 Thread &quot;Thomas Fuehrer"
Hi,

I think the problem is that while decoding the TNEF attachment  fetchBLOB is
called by decodeBLOB (SOGoTNEFMailBodyPart.m) which marks the email as read.

 

@Francis

Can this call to fetchBLOB be changed to  "fetchBLOBWithPeek: YES".

 

Regards

Thomas

 

 

Von: users-requ...@sogo.nu  Im Auftrag von
"jw...@kratu.nl"
Gesendet: Dienstag, 25. Jänner 2022 21:42
An: users@sogo.nu
Betreff: [SOGo] Bug report with mail encoding and EAS

 

Since a few releases there is an issue with mail encoded as TNEF (Microsoft
format). Mails received with that MIME encoding are getting automatically
marked as read when syncing with EAS. Changing the status back to unread
will last a few seconds/minutes and it is read again.

Moving to another subfolder stops the process a bit longer,  but it still
happens.

 

Mail config is Mailcow, so SOGO and dovecot. 

 

Since the sending domain has changed the MIME encoding to HTML (Exchange
parameter to force this) the issue is resolved. 

 

 

 

 

Jan Willem Bos.

 

 

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

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

[SOGo] Remaining event invitation when accepting - Thunderbird

2022-02-08 Thread Thomas Winterstein

Hello,

an event invitation is triggered through SOGo web-interface and accepted 
via Thunderbird. The recipient uses SOGo with web and Thunderbird. By 
default SOGo writes the invitation into the personal calendar. If the 
recipient accepts the invitation with Thunderbird into a different SOGo 
calendar, the invitation in the personal calendar in SOGo web remains 
and can be accepted again.


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


AW: [SOGo] Database-error with Activesync

2022-01-16 Thread &quot;Thomas Fuehrer"
Good to hear that it now works for you.

In the meantime I managed to reproduce the problem. As fare I can say it
only occurs on FreeBSD.

I noticed several WARNINGS about "singleStoreMode"  while
SoObjects/SOGo/SOGoCacheGCSObject.m is compiled.

The problem doesn't occur with following patch:

diff --git a/SoObjects/SOGo/SOGoCacheGCSObject.m
b/SoObjects/SOGo/SOGoCacheGCSObject.m
index 603917128..ab7df44e0 100644
--- a/SoObjects/SOGo/SOGoCacheGCSObject.m
+++ b/SoObjects/SOGo/SOGoCacheGCSObject.m
@@ -22,6 +22,7 @@
 #import 
 #import 
 #import 
+#import 
 #import 
 #import 
 #import 

Regards
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Hanns
Mattes
Gesendet: Samstag, 15. Jänner 2022 18:22
An: users@sogo.nu
Betreff: Re: [SOGo] Database-error with Activesync

"Thomas Fuehrer" (t...@aon.at)  schrieb:

>Hi,
>I have no explanation why this problem occurs. Since I have no access 
>to a FreeBSD env I cannot test whether the problem is FreeBSD specific.

It seems so, I'll drop a note to the maintainer of the port.

>I tested with Debain and CentOS and EAS works without 
>OCSCacheFolderURL, OCSAclURL and OCSStoreURL.
>
>So, I recommend to convert to the 9 table schema. It was introduced 
>with SOGo 3.0 and has several benefits.
>
>There is an excellent  description of  the required steps here:
>https://docs.iredmail.org/upgrade.sogo.combined.sql.tables.html
>
>For a new environment you just have to set OCSCacheFolderURL, OCSAclURL 
>and OCSStoreURL as described int the installation guide.

Added the manually - and everything is working.

I owe You a beer, if You're the next time in the Frankfurt area.

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

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

AW: [SOGo] Database-error with Activesync

2022-01-15 Thread &quot;Thomas Fuehrer"
Hi,
I have no explanation why this problem occurs. Since I have no access to a 
FreeBSD env I cannot test whether the problem is FreeBSD specific.
I tested with Debain and CentOS and EAS works without OCSCacheFolderURL, 
OCSAclURL and OCSStoreURL.

So, I recommend to convert to the 9 table schema. It was introduced with SOGo 
3.0 and has several benefits.

There is an excellent  description of  the required steps here:
https://docs.iredmail.org/upgrade.sogo.combined.sql.tables.html

For a new environment you just have to set OCSCacheFolderURL, OCSAclURL and 
OCSStoreURL as described int the installation guide.

Regards
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von "Thomas 
Fuehrer"
Gesendet: Freitag, 14. Jänner 2022 07:47
An: users@sogo.nu
Betreff: AW: [SOGo] Database-error with Activesync

Hi Hanns,
can you please set SOGoEASDebugEnabled=true, reproduce the error and provide 
sogo.log?
My understanding is that the column c_uid only exists in sogo_cache_folder 
(without username sugfix)  in a 9 table model database schema. 

Do you have any of these parameters set? OCSCacheFolderURL, OCSAclURL , 
OCSStoreURL

Regards
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Hanns Mattes
Gesendet: Montag, 10. Jänner 2022 17:56
An: users@sogo.nu
Betreff: Re: [SOGo] Database-error with Activesync

Hi,

Am 09.01.22 um 11:14 schrieb Hanns Mattes (hannsmat...@googlemail.com):
> Hello,
> 
> I've setup sogo 5.4.0 on a server running FreeBSD 13.0 und PSQL, web 
> access, caldav and carddav are working fine. But trying to access an 
> account via activesync is failing:
> [...]

(I forgot to mention, that I'm using LDAP-Authentication.)

similar results with mysql:

Jan 10 17:45:24 sogod [66817]:
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832> an exception 
occurred when executing query 'SELECT * FROM 
sogo_cache_folder_hanns_A_hanauix_D_de WHERE c_path = 
'/4E696E65413341374535423136363832' AND c_uid = 'ha...@hanauix.de''
Jan 10 17:45:24 sogod [66817]:
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832>
exception is ' NAME:ExecutionFailed 
REASON:Unknown column 'c_uid' in 'where clause''
Jan 10 17:45:24 sogod [66817]: [ERROR]
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832> could not 
insert/update record for record '/4E696E65413341374535423136363832'
in sogo_cache_folder_hanns_A_hanauix_D_de:  NAME:ExecutionFailed REASON:Unknown column 'c_uid' in
'field list'

Any idea?

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

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

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

AW: [SOGo] Database-error with Activesync

2022-01-13 Thread &quot;Thomas Fuehrer"
Hi Hanns,
can you please set SOGoEASDebugEnabled=true, reproduce the error and provide 
sogo.log?
My understanding is that the column c_uid only exists in sogo_cache_folder 
(without username sugfix)  in a 9 table model database schema. 

Do you have any of these parameters set? OCSCacheFolderURL, OCSAclURL , 
OCSStoreURL

Regards
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Hanns Mattes
Gesendet: Montag, 10. Jänner 2022 17:56
An: users@sogo.nu
Betreff: Re: [SOGo] Database-error with Activesync

Hi,

Am 09.01.22 um 11:14 schrieb Hanns Mattes (hannsmat...@googlemail.com):
> Hello,
> 
> I've setup sogo 5.4.0 on a server running FreeBSD 13.0 und PSQL, web 
> access, caldav and carddav are working fine. But trying to access an 
> account via activesync is failing:
> [...]

(I forgot to mention, that I'm using LDAP-Authentication.)

similar results with mysql:

Jan 10 17:45:24 sogod [66817]:
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832> an exception 
occurred when executing query 'SELECT * FROM 
sogo_cache_folder_hanns_A_hanauix_D_de WHERE c_path = 
'/4E696E65413341374535423136363832' AND c_uid = 'ha...@hanauix.de''
Jan 10 17:45:24 sogod [66817]:
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832>
exception is ' NAME:ExecutionFailed 
REASON:Unknown column 'c_uid' in 'where clause''
Jan 10 17:45:24 sogod [66817]: [ERROR]
<0x805167a88[SOGoCacheGCSObject]:4E696E65413341374535423136363832> could not 
insert/update record for record '/4E696E65413341374535423136363832'
in sogo_cache_folder_hanns_A_hanauix_D_de:  NAME:ExecutionFailed REASON:Unknown column 'c_uid' in
'field list'

Any idea?

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

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

AW: [SOGo] SOGo 2.4.0 - EAS does not support Reply-To?

2021-12-22 Thread &quot;Thomas Fuehrer"
Hello,

this is not yet implemented. 

There are some code-lines (commented) in SOGoMailObject+ActiveSync.m which
gives a rough idea about what it takes to implement the "reply-to":

 

SOGoMailObject+ActiveSync.m:

  // Reply-To - FIXME

  //NSArray *replyTo = [[message objectForKey: @"envelope"] replyTo];

  //if ([replyTo count])

  //  [s appendFormat: @"%@",
[addressFormatter stringForArray: replyTo]];

 

Regards

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Kai-Uwe
Rommel - ARS
Gesendet: Dienstag, 21. Dezember 2021 12:25
An: users@sogo.nu
Betreff: [SOGo] SOGo 2.4.0 - EAS does not support Reply-To?

 

Hello,

 

I’m still running an old SOGo 2.4.0 server for our family, on top of Dovecot
and Postfix. 

We are using EAS to connect a couple of mobile devices to it.

 

My son an I have now noticed that when we receive e-mail messages that
contain Reply-To fields,

then these are shown and honored in the web client (and of course when using
e.g. Thunderbird to

access the mailbox directly on Dovecot) but not on the mobile clients via
EAS.

We are using the “Nine” and “BlueMail” apps on Android. In both the Reply-To
fields do not show up.

Of course when we then reply to such a message, the reply goes to the
original sender and not to the

address in Reply-To.

 

Is this a known limitation of the SOGo EAS implementation? Is it still
present in SOGo 5.4?


Kai-Uwe Rommel

 <mailto:kai-uwe.rom...@ars.de> kai-uwe.rom...@ars.de
Telefon+Mobil: +49 89 32468-120
 

  _  

ARS Computer und Consulting GmbH, www.ars.de <http://www.ars.de> 
ein Unternehmen der TIMETOACT Group
Garmischer Straße 7, 80339 München, Deutschland

ARS - The Art of Software Engineering
Software Engineering, Technologieberatung, IBM Software, IBM
Lizenzmanagement Services

Handelsregister München, HRB 101829, USt-ID: DE 155 068 909
Geschäftsführer: Joachim Gucker, Stefan Schäffer, Michael Arbesmeier
Datenschutzerklärung: https://web.ars.de/datenschutz/

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

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

AW: [SOGo] Unable to send mails from Android mobile

2021-09-12 Thread &quot;Thomas Fuehrer"
Hi Heinrich,

do you see the “HTTP/1.0" 404” each time you try to send a mail?

 

Check for all log-message after :

POST /SOGo/Microsoft-Server-ActiveSync?Cmd=SendMail=

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von H.Plett
Gesendet: Samstag, 11. September 2021 22:44
An: users@sogo.nu
Betreff: [SOGo] Unable to send mails from Android mobile

 

Hello, Team,

 

I have successfully setup an iredmail/SOGO environment.

From the Sogo frontend, I can successfully send and receive mails.

However, sending outbound mails from an Android mobile doesnt work.

 

The Android device is configured as "Exchange Account" und fully synced (Mails, 
Calendar).

But when I try to send an email, I see "Kontoinformationen werden abgerufen 
..." on the Android display (translated: "Account information is being 
retrieved"). After 3-4 Seconds this message disappears, and the mail is stored 
in "drafts". No other error is shown.

Also I do not see an obvious error in sogo.log.

At the time when I was trying to send, I saw these messages:

Sep 11 22:26:26 sogod [11705]: 192.168.50.66 "GET 
/SOGo/so/plettfam@hplett.local/activeExternalSieveScripts 
<mailto:/SOGo/so/plettfam@hplett.local/activeExternalSieveScripts>  HTTP/1.0" 
404 0/0 0.208 - - 416K - 18
Sep 11 22:26:44 sogod [11709]: <0x0x559df194cb40[SOGoActiveSyncDispatcher]> 
Sleeping 30 seconds while detecting changes for user plettfam@hplett.local 
<mailto:plettfam@hplett.local>  in Ping...
 

Any other hint that could help to figure out the issue?

How can I make Logging more verbose?

 

Thanks!

 

Heinrich

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

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

AW: [SOGo] ActiveSync on Android suddenly not getting mail

2021-09-12 Thread &quot;Thomas Fuehrer"
Hi Marco,
do you see any unusual message in sogo.log? With parameter the
SOGoEASDebugEnabled = YES sogo.log will contain more details about the EAS 
communication.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Marco Coli
Gesendet: Samstag, 11. September 2021 21:33
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync on Android suddenly not getting mail

I had the same problem. I think there is a problem in newer active-sync package 
(i use nightly).

I solved reverting to an older nightly, all returned to function regularly

Il 03/09/21 17:26, "Sean M. Pappalardo" (spappala...@renegadetech.com) ha 
scritto:
> Hello.
>
> I'm running SOGo 2.4.x and suddenly yesterday my Android phone stopped 
> getting E-mail messages via the ActiveSync connection with SOGo. The 
> problem started when I was repeatedly trying to use the search feature 
> to find old messages. Suddenly it wasn't finding _any_ messages (even 
> though I know for a fact there were some in the last 30 days with the 
> search term) and now it's not getting new messages at all, and if I 
> try to open a message it previously received, the phone displays 
> "Can't open message" then the message disappears from the list as if I 
> deleted it!
>
> Checking via the SOGo Web interface shows all of the messages and I 
> can open them fine there. I don't see anything amiss in the SOGo logs 
> either, other than the occasional "LOG:  could not receive data from
> client: Connection reset by peer" from PostgreSQL.
>
> Where else should I look to see where the problem is? Is there a way 
> to reindex SOGo's database of mail ActiveSync sees or something?
>
> Thank you!
>
> Sincerely,
> Sean M. Pappalardo
> Sr. Networks Engineer
> Renegade Technologies
> spappala...@renegadetech.com
> http://www.renegadetech.com
>

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

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

[SOGo] SOGoAppointmentFolder Errors - Group has no member

2021-02-12 Thread Thomas Winterstein

Hei,

since upgrading to SOGo v5 we are getting a ton of error messages the 
likes of:



Feb 12 17:25:53 sogod [16530]: [ERROR] 
<0x559a46bbe4c0[SOGoAppointmentFolder]:1FA7-5F0D6A80-3-361F8AC0> Group @XYZ has 
no member with UID USERNAME...


I couldn't find a lot but from what I understand, when users interact 
with folders (e.g. try to subscribe) and sogo does a lookup of the ACLs, 
every time the subscribing USER is not member of a set ACL Group, 
multiples of this error are logged.


There were no such errors in version 4 and each error message gets 
logged 3-5 times on average multiplied by the amount of folders and 
groups the user you are trying to subscribe to has configured. This is 
really blowing up the logfiles.


As in my opinion these are not real errors and rather lookups, could 
these be configured as a debugging option in sogo.conf?



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


AW: [SOGo] Active sync don't work with compiled code

2020-12-19 Thread &quot;Thomas Fuehrer"
Hi José,

 

to compile sogo-activesync try this:

cd /ActiveSync; make; make install

 

libwbxml has to be installed.

 

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von José Luis
Grancha
Gesendet: Donnerstag, 17. Dezember 2020 16:27
An: users@sogo.nu
Betreff: [SOGo] Active sync don't work with compiled code

 

Hello!

 

I have been testing SOGo and it looks very good. 

 

I have compiled the code, both SOPE and SOGO and everything seems to work
correctly, version 5.0.1 and I use it with mysql in another server,
everything is going great. Authentication against my IMAP servers using ldap
correctly.

The problem is that if I want to activate activesync for Thunderbird, I add 

 

ProxyPass /Microsoft-Server-ActiveSync

 http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync

 retry=60 connectiontimeout=5 timeout=360

 

 but in thunderbird I only receive the following:

"Server sends unexpected empty response"

 

My first test has been to install from the "Nightly Builds" repository

the sogo-activesync and libwbxml package. After installing this, ActiveSync
works without any problems with the compiled code

 

Is there a way to compile the code by adding support to ActiveSync?

What I don't want is to compile the code and then be installing Nightly
Builds packages, as for this, I would install Sogo from the rpm's and it
would leave me with no problems.

 

Thank you very much in advance and congratulations for this wonderful
software. 

 

José,

 

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

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

AW: [SOGo] outlook / activesync (/ debian10?)

2020-11-20 Thread &quot;Thomas Fuehrer"
Hi mj,
what you're describing seems to be related to 
https://sogo.nu/bugs/view.php?id=3928.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von mj
Gesendet: Donnerstag, 19. November 2020 15:55
An: users@sogo.nu
Betreff: Re: [SOGo] outlook / activesync (/ debian10?)

Hi

On 11/19/20 3:23 PM, mj (li...@merit.unu.edu) wrote:

> We are now copying back the missing folders en emails, and are very 
> happy that his old outlook profile was still accessible, otherwise the 
> mails would have been lost.

I need to correct myself there. Now, having access to the lost folder, we can 
confirm that the emails have in fact never left his INBOX on the server. He 
moved them to a new subfolder in outlook, but these changes were only done in 
the local outlook copy of his inbox, and never synced back to the server.

But, no actual loss of emails occured.

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

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

Re: [SOGo] ActiveSync folders and mails missing

2020-11-05 Thread Thomas Mager

Hi Thomas,

I just made a check of the Outlook account - it's unbelievable but now 
really all folders seem to be synced and the mails of all folders are 
visible and accessible now :-). It seems that it really needed some more 
time to sync with the new config settings and profile recreation.


I want to say thanks for your effort and taking the time to have a look 
on my logfiles and your great tips - that's a really nice support - 
thank you very much Thomas!


Best regards,
Thomas


Am 05.11.2020 um 16:39 schrieb Thomas Führer (t...@aon.at):

Hi,
according to the log the Folder "2019/Anfragen" was the last folder which 
received mails  (around Nov 04 23:25:37 ).
Has anything changed since than?
Depending on the size of the mailbox and the size of the mails (e.g. large 
attachment) it can take some time to complete the sync.


Regards,
Thomas

Am Mittwoch, November 04, 2020 23:34 CET, schrieb "Thomas Mager" (tom.s...@tmt.at) 
:


Hi Thomas,

in the sogo.conf the SOGoMaximumSyncWindowSize was commented out. I
tried many different settings before and maybe I didnt restart the SOGo
service after that.

So I have restarted SOGo now without SOGoMaximumSyncWindowSize set and
recreated the account for user tobias (sogo-stripped.log is attached).
The folder Baumschule was created, but no mails in it.

Regards,
Thomas

Am 04.11.2020 um 14:49 schrieb "Thomas Fuehrer" (t...@aon.at):

Hi Thomas,

In the provided sogo.log I see "512", which
is suspicious to me. Are you running with SOGoMaximumSyncWindowSize?

Can you do this:

Remove SOGoMaximumSyncWindowSize.

Recreate the mail account in Outlook

Provide a sogo.log starting with the account creation.

Regards,

Thomas

*Von:*users-requ...@sogo.nu  *Im Auftrag von
*Thomas Mager
*Gesendet:* Dienstag, 3. November 2020 13:33
*An:* users@sogo.nu
*Betreff:* Re: [SOGo] ActiveSync folders and mails missing

Hi Thomas,

I have now made the same log files for the Outlook 2019 client
accessing the same mail account for user tobias as with the GMail-App
on the phone. I have checked the setting in the Outlook client so that
it should fetch all mails. But there are folders that dont show up in
Outlook and also there are not all mails appearing which are on the
SOGO-Server (for example the subfolder Baumschule under INBOX is not
shown).

Attached to this mail are the sogo logfile (sogo-stripped3.log) and
the output of "sogo-tool -v manage-eas listfolders tobias
" (tobias-folders.txt).

Would you be so nice and have a look on the logs if you can see the
problem there why the folders and mails are not shown in Outlook?

Regards,
Thomas

Am 02.11.2020 um 17:13 schrieb "Thomas Fuehrer" (t...@aon.at
<mailto:t...@aon.at>):

 Hi Thomas,

 can you please check the setting in Gmail-App:

 FilterType = 3 means only mails younger then 1 week will be synced.

 Regards,

 Thomas

 *Von:*users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>
  <mailto:users-requ...@sogo.nu> *Im Auftrag
 von *Thomas Mager
 *Gesendet:* Montag, 2. November 2020 14:54
 *An:* users@sogo.nu <mailto:users@sogo.nu>
 *Betreff:* Re: [SOGo] ActiveSync folders and mails missing

 Folder "Baumschule" gave the following output:

 Folder Key: androidc1751693000+folderc885951242e7925f2f20462fefb1
    Folder Name: INBOX/Baumschule

    metadata Name: {FolderOptions = {BodyPreferenceType = 2;
 FilterType = 3; MIMESupport = 0; MIMETruncation = 8; };
 displayName = "INBOX/Baumschule"; }

 I have restarted the sogod, did a fetch of folder Baumschule in
 GMail-App on Android and attached the sogo-stripped.log of that
 request to this mail.

 Regards,
 Thomas


 Am 02.11.2020 um 14:04 schrieb "Thomas Fuehrer" (t...@aon.at
 <mailto:t...@aon.at>):

 What about Folder "Baumschule". How many entries do you see for this 
folder?



 A sample sogo.log could help to better understand the problem.



 Following sed (or a similar one) would strip some sensitive data:

 sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log



 Regards,

 Thomas



 -Ursprüngliche Nachricht-

 Von:users-requ...@sogo.nu  <mailto:users-requ...@sogo.nu>  
  <mailto:users-requ...@sogo.nu>  Im Auftrag von Thomas Mager

 Gesendet: Montag, 2. November 2020 13:31

 An:users@sogo.nu  <mailto:users@sogo.nu>

 Betreff: Re: [SOGo] ActiveSync folders and mails missing



 Okay, I have run the sogo-tool command with -v on the account now. I can see the list of folders with "Folder Key", 
"Folder Name" and "metadata Name". Some Folders like INBOX and Sent have many ID and date entries under "metadata 
Name -> DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly al

AW: [SOGo] ActiveSync folders and mails missing

2020-11-04 Thread &quot;Thomas Fuehrer"
Hi Thomas,

In the provided sogo.log I see "512", which is 
suspicious to me. Are you running with SOGoMaximumSyncWindowSize?

 

Can you do this:

Remove SOGoMaximumSyncWindowSize.

Recreate the mail account in Outlook

Provide a sogo.log starting with the account creation.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Dienstag, 3. November 2020 13:33
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

 

Hi Thomas,

I have now made the same log files for the Outlook 2019 client accessing the 
same mail account for user tobias as with the GMail-App on the phone. I have 
checked the setting in the Outlook client so that it should fetch all mails. 
But there are folders that dont show up in Outlook and also there are not all 
mails appearing which are on the SOGO-Server (for example the subfolder 
Baumschule under INBOX is not shown).

Attached to this mail are the sogo logfile (sogo-stripped3.log) and the output 
of "sogo-tool -v manage-eas listfolders tobias " 
(tobias-folders.txt).

Would you be so nice and have a look on the logs if you can see the problem 
there why the folders and mails are not shown in Outlook?

Regards,
Thomas



Am 02.11.2020 um 17:13 schrieb "Thomas Fuehrer" (t...@aon.at 
<mailto:t...@aon.at> ):

Hi Thomas,

can you please check the setting in Gmail-App:

FilterType = 3 means only mails younger then 1 week will be synced.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von Thomas 
Mager
Gesendet: Montag, 2. November 2020 14:54
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync folders and mails missing

 

Folder "Baumschule" gave the following output:

Folder Key: androidc1751693000+folderc885951242e7925f2f20462fefb1
   Folder Name: INBOX/Baumschule

   metadata Name: {FolderOptions = {BodyPreferenceType = 2; FilterType = 3; 
MIMESupport = 0; MIMETruncation = 8; }; displayName = "INBOX/Baumschule"; }

I have restarted the sogod, did a fetch of folder Baumschule in GMail-App on 
Android and attached the sogo-stripped.log of that request to this mail.

Regards,
Thomas




Am 02.11.2020 um 14:04 schrieb "Thomas Fuehrer" (t...@aon.at 
<mailto:t...@aon.at> ):

What about Folder "Baumschule". How many entries do you see for this folder?
 
A sample sogo.log could help to better understand the problem.
 
Following sed (or a similar one) would strip some sensitive data:
sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log
 
Regards,
Thomas
 
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von Thomas 
Mager
Gesendet: Montag, 2. November 2020 13:31
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync folders and mails missing
 
Okay, I have run the sogo-tool command with -v on the account now. I can see 
the list of folders with "Folder Key", "Folder Name" and "metadata Name". Some 
Folders like INBOX and Sent have many ID and date entries under "metadata Name 
-> DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly all 
other folders have no entries in "metadata Name" except "displayName".
 
Regards,
Thomas
 
 
Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at <mailto:t...@aon.at> ):

Hi Thomas,
re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...
 
With this option the output will show the IDs of synced mails.
 
Regards,
Thomas
 
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von 
Thomas Mager
Gesendet: Sonntag, 1. November 2020 23:08
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync folders and mails missing
 
Hi Thomas,
 
thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"
now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.
When I createa new Gmail-App-Account on my Android Phone I can see all folders 
now but when I enter the folders there are not all mails which I can see in the 
same folder in my Dovecot IMAP server or in the SOGO Webinterface.
 
I tried to analyze the sogo.log but I cannot find the reason why not all mails 
of this folder are synchronized with ActiveSync.
 
I also tried "sogo-tool manage-eas listfolders username " and 
there I can see all folders for the account listed correctly. For example, 
there is the folder named Baumschule under the Inbox and in the directory cur 
of the IMAP-server I can see that there are 141 messages in that folder. When I 
log into the SOGo-Webinterface there are all 141 messages listed in the folder 
Baumschule. On my Android-Ph

Re: [SOGo] ActiveSync folders and mails missing

2020-11-02 Thread Thomas Mager

Hi Thomas,

you are right - sorry. Because I made an new account for testing 
yesterday in a hurry, I didnt change this setting to "all". Now it works 
well with the GMail-App on the Android Phone.


I think I will do the same debugging with sogo-tool and logging for the 
Outlook problem, where also not all the folders and mails appear, tomorrow.


Regards,
Thomas

Am 02.11.2020 um 17:13 schrieb "Thomas Fuehrer" (t...@aon.at):


Hi Thomas,

can you please check the setting in Gmail-App:

FilterType = 3 means only mails younger then 1 week will be synced.

Regards,

Thomas

*Von:*users-requ...@sogo.nu  *Im Auftrag von 
*Thomas Mager

*Gesendet:* Montag, 2. November 2020 14:54
*An:* users@sogo.nu
*Betreff:* Re: [SOGo] ActiveSync folders and mails missing

Folder "Baumschule" gave the following output:

Folder Key: androidc1751693000+folderc885951242e7925f2f20462fefb1
   Folder Name: INBOX/Baumschule

   metadata Name: {FolderOptions = {BodyPreferenceType = 2; FilterType 
= 3; MIMESupport = 0; MIMETruncation = 8; }; displayName = 
"INBOX/Baumschule"; }


I have restarted the sogod, did a fetch of folder Baumschule in 
GMail-App on Android and attached the sogo-stripped.log of that 
request to this mail.


Regards,
Thomas

Am 02.11.2020 um 14:04 schrieb "Thomas Fuehrer" (t...@aon.at 
<mailto:t...@aon.at>):


What about Folder "Baumschule". How many entries do you see for this folder?

A sample sogo.log could help to better understand the problem.

Following sed (or a similar one) would strip some sensitive data:

sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log

Regards,

Thomas

-Ursprüngliche Nachricht-

Von:users-requ...@sogo.nu  <mailto:users-requ...@sogo.nu>  
  <mailto:users-requ...@sogo.nu>  Im Auftrag von Thomas Mager

Gesendet: Montag, 2. November 2020 13:31

An:users@sogo.nu  <mailto:users@sogo.nu>

Betreff: Re: [SOGo] ActiveSync folders and mails missing

Okay, I have run the sogo-tool command with -v on the account now. I can see the list of folders with "Folder Key", "Folder 
Name" and "metadata Name". Some Folders like INBOX and Sent have many ID and date entries under "metadata Name -> 
DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly all other folders have no entries in "metadata Name" 
except "displayName".

Regards,

Thomas

Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at  <mailto:t...@aon.at>):

Hi Thomas,

re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...

With this option the output will show the IDs of synced mails.

Regards,

Thomas

    -Ursprüngliche Nachricht-

Von:users-requ...@sogo.nu  <mailto:users-requ...@sogo.nu>  
  <mailto:users-requ...@sogo.nu>  Im Auftrag von

Thomas Mager

    Gesendet: Sonntag, 1. November 2020 23:08

An:users@sogo.nu  <mailto:users@sogo.nu>

Betreff: Re: [SOGo] ActiveSync folders and mails missing

Hi Thomas,

thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"

now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.

When I createa new Gmail-App-Account on my Android Phone I can see all 
folders now but when I enter the folders there are not all mails which I can 
see in the same folder in my Dovecot IMAP server or in the SOGO Webinterface.

I tried to analyze the sogo.log but I cannot find the reason why not 
all mails of this folder are synchronized with ActiveSync.

I also tried "sogo-tool manage-eas listfolders username 
" and there I can see all folders for the account listed 
correctly. For example, there is the folder named Baumschule under the Inbox and in the 
directory cur of the IMAP-server I can see that there are 141 messages in that folder. When I 
log into the SOGo-Webinterface there are all 141 messages listed in the folder Baumschule. On 
my Android-Phone there are only 2 messages listed in that folder.

Regards,

Thomas

Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at  
<mailto:t...@aon.at>):

Hi Thomas,

set "SOGoEASDebugEnabled = YES" and check the response to the 
FolderSync-requests sogo.log after configuring a new a account on your mobile device.

If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and 
test again.

Checking the output of "sogo-tool manage-eas listfolders UserA 
" might help to better understand be problem.

Regards,

Thomas

-Ursprüngliche Nachricht-

Von:users-requ...@sogo.nu  <mailto:users-requ...@sogo.nu>  
  <mailto:users-requ...@sogo.

AW: [SOGo] ActiveSync folders and mails missing

2020-11-02 Thread &quot;Thomas Fuehrer"
Hi Thomas,

can you please check the setting in Gmail-App:

FilterType = 3 means only mails younger then 1 week will be synced.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Montag, 2. November 2020 14:54
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

 

Folder "Baumschule" gave the following output:

Folder Key: androidc1751693000+folderc885951242e7925f2f20462fefb1
   Folder Name: INBOX/Baumschule

   metadata Name: {FolderOptions = {BodyPreferenceType = 2; FilterType = 3; 
MIMESupport = 0; MIMETruncation = 8; }; displayName = "INBOX/Baumschule"; }

I have restarted the sogod, did a fetch of folder Baumschule in GMail-App on 
Android and attached the sogo-stripped.log of that request to this mail.

Regards,
Thomas



Am 02.11.2020 um 14:04 schrieb "Thomas Fuehrer" (t...@aon.at 
<mailto:t...@aon.at> ):

What about Folder "Baumschule". How many entries do you see for this folder?
 
A sample sogo.log could help to better understand the problem.
 
Following sed (or a similar one) would strip some sensitive data:
sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log
 
Regards,
Thomas
 
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von Thomas 
Mager
Gesendet: Montag, 2. November 2020 13:31
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync folders and mails missing
 
Okay, I have run the sogo-tool command with -v on the account now. I can see 
the list of folders with "Folder Key", "Folder Name" and "metadata Name". Some 
Folders like INBOX and Sent have many ID and date entries under "metadata Name 
-> DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly all 
other folders have no entries in "metadata Name" except "displayName".
 
Regards,
Thomas
 
 
Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at <mailto:t...@aon.at> ):

Hi Thomas,
re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...
 
With this option the output will show the IDs of synced mails.
 
Regards,
Thomas
 
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von 
Thomas Mager
Gesendet: Sonntag, 1. November 2020 23:08
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync folders and mails missing
 
Hi Thomas,
 
thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"
now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.
When I createa new Gmail-App-Account on my Android Phone I can see all folders 
now but when I enter the folders there are not all mails which I can see in the 
same folder in my Dovecot IMAP server or in the SOGO Webinterface.
 
I tried to analyze the sogo.log but I cannot find the reason why not all mails 
of this folder are synchronized with ActiveSync.
 
I also tried "sogo-tool manage-eas listfolders username " and 
there I can see all folders for the account listed correctly. For example, 
there is the folder named Baumschule under the Inbox and in the directory cur 
of the IMAP-server I can see that there are 141 messages in that folder. When I 
log into the SOGo-Webinterface there are all 141 messages listed in the folder 
Baumschule. On my Android-Phone there are only 2 messages listed in that folder.
 
Regards,
Thomas
 
Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at <mailto:t...@aon.at> ):

Hi Thomas,
set "SOGoEASDebugEnabled = YES" and check the response to the 
FolderSync-requests sogo.log after configuring a new a account on your mobile 
device.
 
If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and test again.
 
Checking the output of "sogo-tool manage-eas listfolders UserA " 
might help to better understand be problem.
 
Regards,
Thomas
 
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>   
<mailto:users-requ...@sogo.nu>  Im Auftrag von 
Thomas Mager
Gesendet: Sonntag, 1. November 2020 00:42
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: [SOGo] ActiveSync folders and mails missing
 
Hi,
 
I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP server. In 
the SOGo Webinterface I can see all folders and mails of my account but when I 
use ActiveSync with Outlook 2019 or with my Android Smartphone some folders of 
the account are missing and I have some folders where mails are missing. I 
found some similar posts in the mailing list archive but I could not solve the 
problem with one of the solutions.
 
When I debug with "IMAPDebugEnabled = YES" I can see that entries 
like
 
S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "

Re: [SOGo] ActiveSync folders and mails missing

2020-11-02 Thread Thomas Mager

Folder "Baumschule" gave the following output:

Folder Key: androidc1751693000+folderc885951242e7925f2f20462fefb1
   Folder Name: INBOX/Baumschule

   metadata Name: {FolderOptions = {BodyPreferenceType = 2; FilterType 
= 3; MIMESupport = 0; MIMETruncation = 8; }; displayName = 
"INBOX/Baumschule"; }


I have restarted the sogod, did a fetch of folder Baumschule in 
GMail-App on Android and attached the sogo-stripped.log of that request 
to this mail.


Regards,
Thomas


Am 02.11.2020 um 14:04 schrieb "Thomas Fuehrer" (t...@aon.at):

What about Folder "Baumschule". How many entries do you see for this folder?

A sample sogo.log could help to better understand the problem.

Following sed (or a similar one) would strip some sensitive data:
sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log

Regards,
Thomas

-Ursprüngliche Nachricht-----
Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Montag, 2. November 2020 13:31
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

Okay, I have run the sogo-tool command with -v on the account now. I can see the list of folders with "Folder Key", "Folder 
Name" and "metadata Name". Some Folders like INBOX and Sent have many ID and date entries under "metadata Name -> 
DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly all other folders have no entries in "metadata Name" 
except "displayName".

Regards,
Thomas


Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at):

Hi Thomas,
re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...

With this option the output will show the IDs of synced mails.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von
Thomas Mager
Gesendet: Sonntag, 1. November 2020 23:08
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

Hi Thomas,

thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"
now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.
When I createa new Gmail-App-Account on my Android Phone I can see all folders 
now but when I enter the folders there are not all mails which I can see in the 
same folder in my Dovecot IMAP server or in the SOGO Webinterface.

I tried to analyze the sogo.log but I cannot find the reason why not all mails 
of this folder are synchronized with ActiveSync.

I also tried "sogo-tool manage-eas listfolders username " and 
there I can see all folders for the account listed correctly. For example, there is the folder 
named Baumschule under the Inbox and in the directory cur of the IMAP-server I can see that 
there are 141 messages in that folder. When I log into the SOGo-Webinterface there are all 141 
messages listed in the folder Baumschule. On my Android-Phone there are only 2 messages listed 
in that folder.

Regards,
Thomas

Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at):

Hi Thomas,
set "SOGoEASDebugEnabled = YES" and check the response to the 
FolderSync-requests sogo.log after configuring a new a account on your mobile device.

If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and test again.

Checking the output of "sogo-tool manage-eas listfolders UserA " 
might help to better understand be problem.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von
Thomas Mager
Gesendet: Sonntag, 1. November 2020 00:42
An: users@sogo.nu
Betreff: [SOGo] ActiveSync folders and mails missing

Hi,

I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP server. In 
the SOGo Webinterface I can see all folders and mails of my account but when I 
use ActiveSync with Outlook 2019 or with my Android Smartphone some folders of 
the account are missing and I have some folders where mails are missing. I 
found some similar posts in the mailing list archive but I could not solve the 
problem with one of the solutions.

When I debug with "IMAPDebugEnabled = YES" I can see that entries
like

S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "."
INBOX.Baumschule
S[0x557282344aa0]: * STATUS INBOX.Baumschule (X-GUID
f033170b66dd925f661a462fefb1)

where I can see that the subfolder Baumschule under the inbox is found but this 
folder for example is not listed in Outlook 2019 or on the Android smartphone 
Gmail app over ActiveSync.

Has anyone an idea what I can check to find a solution for this problem?

Regards,
Thomas


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


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


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



--
users@sogo.nu
https://inverse.ca/sogo/listsNov 02 14:35:59 sogod [18272]: version 5.0.1 (build root@ 202010310622) -- 
starting
Nov 02 14:35:59 sogod [18272]: vmem size check enabled: shutting down app when 
vmem > 2048 MB.

AW: [SOGo] ActiveSync folders and mails missing

2020-11-02 Thread &quot;Thomas Fuehrer"
What about Folder "Baumschule". How many entries do you see for this folder?

A sample sogo.log could help to better understand the problem.

Following sed (or a similar one) would strip some sensitive data:
sed -e '//{H;$!d;}' < sogo.log > 
sogo-stripped.log

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Montag, 2. November 2020 13:31
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

Okay, I have run the sogo-tool command with -v on the account now. I can see 
the list of folders with "Folder Key", "Folder Name" and "metadata Name". Some 
Folders like INBOX and Sent have many ID and date entries under "metadata Name 
-> DateCache, Folder Options, SyncCache, SyncKey, displayName", but nearly all 
other folders have no entries in "metadata Name" except "displayName".

Regards,
Thomas


Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at):
> Hi Thomas,
> re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...
>
> With this option the output will show the IDs of synced mails.
>
> Regards,
> Thomas
>
> -Ursprüngliche Nachricht-
> Von: users-requ...@sogo.nu  Im Auftrag von 
> Thomas Mager
> Gesendet: Sonntag, 1. November 2020 23:08
> An: users@sogo.nu
> Betreff: Re: [SOGo] ActiveSync folders and mails missing
>
> Hi Thomas,
>
> thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"
> now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.
> When I createa new Gmail-App-Account on my Android Phone I can see all 
> folders now but when I enter the folders there are not all mails which I can 
> see in the same folder in my Dovecot IMAP server or in the SOGO Webinterface.
>
> I tried to analyze the sogo.log but I cannot find the reason why not all 
> mails of this folder are synchronized with ActiveSync.
>
> I also tried "sogo-tool manage-eas listfolders username " 
> and there I can see all folders for the account listed correctly. For 
> example, there is the folder named Baumschule under the Inbox and in the 
> directory cur of the IMAP-server I can see that there are 141 messages in 
> that folder. When I log into the SOGo-Webinterface there are all 141 messages 
> listed in the folder Baumschule. On my Android-Phone there are only 2 
> messages listed in that folder.
>
> Regards,
> Thomas
>
> Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at):
>> Hi Thomas,
>> set "SOGoEASDebugEnabled = YES" and check the response to the 
>> FolderSync-requests sogo.log after configuring a new a account on your 
>> mobile device.
>>
>> If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and test 
>> again.
>>
>> Checking the output of "sogo-tool manage-eas listfolders UserA " 
>> might help to better understand be problem.
>>
>> Regards,
>> Thomas
>>
>> -Ursprüngliche Nachricht-
>> Von: users-requ...@sogo.nu  Im Auftrag von 
>> Thomas Mager
>> Gesendet: Sonntag, 1. November 2020 00:42
>> An: users@sogo.nu
>> Betreff: [SOGo] ActiveSync folders and mails missing
>>
>> Hi,
>>
>> I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP server. 
>> In the SOGo Webinterface I can see all folders and mails of my account but 
>> when I use ActiveSync with Outlook 2019 or with my Android Smartphone some 
>> folders of the account are missing and I have some folders where mails are 
>> missing. I found some similar posts in the mailing list archive but I could 
>> not solve the problem with one of the solutions.
>>
>> When I debug with "IMAPDebugEnabled = YES" I can see that entries 
>> like
>>
>> S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "."
>> INBOX.Baumschule
>> S[0x557282344aa0]: * STATUS INBOX.Baumschule (X-GUID
>> f033170b66dd925f661a462fefb1)
>>
>> where I can see that the subfolder Baumschule under the inbox is found but 
>> this folder for example is not listed in Outlook 2019 or on the Android 
>> smartphone Gmail app over ActiveSync.
>>
>> Has anyone an idea what I can check to find a solution for this problem?
>>
>> Regards,
>> Thomas
>>
>>
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
>

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

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

Re: [SOGo] ActiveSync folders and mails missing

2020-11-02 Thread Thomas Mager
Okay, I have run the sogo-tool command with -v on the account now. I can 
see the list of folders with "Folder Key", "Folder Name" and "metadata 
Name". Some Folders like INBOX and Sent have many ID and date entries 
under "metadata Name -> DateCache, Folder Options, SyncCache, SyncKey, 
displayName", but nearly all other folders have no entries in "metadata 
Name" except "displayName".


Regards,
Thomas


Am 02.11.2020 um 11:57 schrieb "T F" (t...@aon.at):

Hi Thomas,
re-run sogo-tool with option -v: sogo-tool -v manage-eas listfolders ...

With this option the output will show the IDs of synced mails.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Sonntag, 1. November 2020 23:08
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync folders and mails missing

Hi Thomas,

thanks for your fast response. I have set "SOGoEASDebugEnabled = YES"
now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf.
When I createa new Gmail-App-Account on my Android Phone I can see all folders 
now but when I enter the folders there are not all mails which I can see in the 
same folder in my Dovecot IMAP server or in the SOGO Webinterface.

I tried to analyze the sogo.log but I cannot find the reason why not all mails 
of this folder are synchronized with ActiveSync.

I also tried "sogo-tool manage-eas listfolders username " and 
there I can see all folders for the account listed correctly. For example, there is the folder 
named Baumschule under the Inbox and in the directory cur of the IMAP-server I can see that 
there are 141 messages in that folder. When I log into the SOGo-Webinterface there are all 141 
messages listed in the folder Baumschule. On my Android-Phone there are only 2 messages listed 
in that folder.

Regards,
Thomas

Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at):

Hi Thomas,
set "SOGoEASDebugEnabled = YES" and check the response to the 
FolderSync-requests sogo.log after configuring a new a account on your mobile device.

If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and test again.

Checking the output of "sogo-tool manage-eas listfolders UserA " 
might help to better understand be problem.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von
Thomas Mager
Gesendet: Sonntag, 1. November 2020 00:42
An: users@sogo.nu
Betreff: [SOGo] ActiveSync folders and mails missing

Hi,

I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP server. In 
the SOGo Webinterface I can see all folders and mails of my account but when I 
use ActiveSync with Outlook 2019 or with my Android Smartphone some folders of 
the account are missing and I have some folders where mails are missing. I 
found some similar posts in the mailing list archive but I could not solve the 
problem with one of the solutions.

When I debug with "IMAPDebugEnabled = YES" I can see that entries like

S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "."
INBOX.Baumschule
S[0x557282344aa0]: * STATUS INBOX.Baumschule (X-GUID
f033170b66dd925f661a462fefb1)

where I can see that the subfolder Baumschule under the inbox is found but this 
folder for example is not listed in Outlook 2019 or on the Android smartphone 
Gmail app over ActiveSync.

Has anyone an idea what I can check to find a solution for this problem?

Regards,
Thomas


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


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



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


Re: [SOGo] ActiveSync folders and mails missing

2020-11-01 Thread Thomas Mager

Hi Thomas,

thanks for your fast response. I have set "SOGoEASDebugEnabled = YES" 
now and also removed SOGoMaximumSyncWindowSize setting in sogo.conf. 
When I createa new Gmail-App-Account on my Android Phone I can see all 
folders now but when I enter the folders there are not all mails which I 
can see in the same folder in my Dovecot IMAP server or in the SOGO 
Webinterface.


I tried to analyze the sogo.log but I cannot find the reason why not all 
mails of this folder are synchronized with ActiveSync.


I also tried "sogo-tool manage-eas listfolders username 
" and there I can see all folders for the account 
listed correctly. For example, there is the folder named Baumschule 
under the Inbox and in the directory cur of the IMAP-server I can see 
that there are 141 messages in that folder. When I log into the 
SOGo-Webinterface there are all 141 messages listed in the folder 
Baumschule. On my Android-Phone there are only 2 messages listed in that 
folder.


Regards,
Thomas

Am 01.11.2020 um 13:56 schrieb "T F" (t...@aon.at):

Hi Thomas,
set "SOGoEASDebugEnabled = YES" and check the response to the 
FolderSync-requests sogo.log after configuring a new a account on your mobile device.

If SOGoMaximumSyncWindowSize is defined in sogo.conf remove it and test again.

Checking the output of "sogo-tool manage-eas listfolders UserA " 
might help to better understand be problem.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Thomas Mager
Gesendet: Sonntag, 1. November 2020 00:42
An: users@sogo.nu
Betreff: [SOGo] ActiveSync folders and mails missing

Hi,

I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP server. In 
the SOGo Webinterface I can see all folders and mails of my account but when I 
use ActiveSync with Outlook 2019 or with my Android Smartphone some folders of 
the account are missing and I have some folders where mails are missing. I 
found some similar posts in the mailing list archive but I could not solve the 
problem with one of the solutions.

When I debug with "IMAPDebugEnabled = YES" I can see that entries like

S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Baumschule
S[0x557282344aa0]: * STATUS INBOX.Baumschule (X-GUID
f033170b66dd925f661a462fefb1)

where I can see that the subfolder Baumschule under the inbox is found but this 
folder for example is not listed in Outlook 2019 or on the Android smartphone 
Gmail app over ActiveSync.

Has anyone an idea what I can check to find a solution for this problem?

Regards,
Thomas


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



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


[SOGo] ActiveSync folders and mails missing

2020-10-31 Thread Thomas Mager

Hi,

I have a SOGo-Server (V5.0.1) running with CentOS 8 and Dovecot IMAP 
server. In the SOGo Webinterface I can see all folders and mails of my 
account but when I use ActiveSync with Outlook 2019 or with my Android 
Smartphone some folders of the account are missing and I have some 
folders where mails are missing. I found some similar posts in the 
mailing list archive but I could not solve the problem with one of the 
solutions.


When I debug with "IMAPDebugEnabled = YES" I can see that entries like

S[0x557282344aa0]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Baumschule
S[0x557282344aa0]: * STATUS INBOX.Baumschule (X-GUID 
f033170b66dd925f661a462fefb1)


where I can see that the subfolder Baumschule under the inbox is found 
but this folder for example is not listed in Outlook 2019 or on the 
Android smartphone Gmail app over ActiveSync.


Has anyone an idea what I can check to find a solution for this problem?

Regards,
Thomas


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


AW: [SOGo] outlook 2016 / EAS / debug mode sync issues

2020-10-07 Thread &quot;Thomas Fuehrer"
Hi, can you please post ALL log message belonging to a request from the 
"problem-device". i.e. everything between "EAS - request for device..." and 
"POST  HTTP/1.1 ..."


e.g:

Oct 07 13:05:03 sogod [8945]: <0x0x55aeeaf93690[SOGoActiveSyncDispatcher]> EAS 
- request for device GL1GS58BD10T10P2571BMPSRHC: 
http://www.microsoft.com/;>

 
  


Oct 07 13:05:02 sogod [8945]: 0.0.0.0 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=. HTTP/1.1" 200 0/71

Thanks,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von mj
Gesendet: Mittwoch, 7. Oktober 2020 00:17
An: users@sogo.nu
Betreff: Re: [SOGo] outlook 2016 / EAS / debug mode sync issues

Hi Thomas,

The posted samples were actually from sogo.conf :-)

I just pasted the much smaller replies in between these requests.

See:
https://pad.ceph.com/p/response1
https://pad.ceph.com/p/response2
https://pad.ceph.com/p/response3
https://pad.ceph.com/p/response4

There has not been a larger reply during the whole sync day than the samples 
above.

Do these reveil anything interesting..?

MJ

Op 10/6/20 om 11:46 PM schreef Thomas Führer (t...@aon.at):
> Hi, the samples you provided don't really help, they just contain what 
> is requested by OL. You have to check what is logged in sogo.log 
> <http://sogo.log> when such requests are processed.
> 
> Regards, Thomas
> 
> 
> 
>  mj schrieb 
> 
> 
> 
> Op 10/6/20 om 8:59 PM schreef mj (li...@merit.unu.edu):
>  > I am currently reading this
>  >
> (https://techcommunity.microsoft.com/t5/exchange-team-blog/under-the-h
> ood-exchange-activesync-mailbox-log-analysis/ba-p/591224)
> 
>  > to hopefully better understand what I am looking at.
> 
> On that page, it says:
> 
> "Typically you will see items being added to the device in the Sync 
> response. You can see detailed information including the sender and 
> subject if verbose logging has been enabled on the CAS servers."
> 
> It seems that compared to microsoft, SOGo's SOGoEASDebugEnabled mode 
> is very verbose, but still not verbose enough.
> 
> It would make our lives so much easier, of SOGo would also log things 
> like sender and subject...
> 
> MJ
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

Re: [SOGo] vMen size limit

2020-06-02 Thread Thomas Winterstein

Hallo Herr Mack,

eine kurze Direktanwort mit Frage:

On 12.5.20 16:46, Christian Mack (christian.m...@uni-konstanz.de) wrote:

Preceding lines before the child processes get terminated:

Apr 23 07:24:21 sogod [27093]: ... "GET
/SOGo/dav/user/Calendar/personal.ics HTTP/1.1" 200 49746/0 20.191 245196
79% 625M
Apr 23 13:17:26 sogod [16168]: ... "GET
/SOGo/dav/user/Calendar/personal.ics HTTP/1.1" 200 755747/0 7.949 - - 250M

Are these request sizes normal?



These entry are someone downloading her complete personal calendar
read-only per ics-URL.
I would suggest to check her configuration.
Usually she should not use the ics URL to access her calendar, but the
calDAV one.
I suspect she can not change anything in that calendar from that
device/client.
With real calDAV access her downloads will be significantly smaller and
faster, especially with client side caching.

That said, 625M for a calendar looks huge to me.
How old is that calendar?
Do you delete old entries from users calendars?
Check "sogo-tool truncate-calendar"


Ich habe versucht die genauen Benutzer dieser großen Anfragen 
herauszufinden, allerdings gestaltet es sich in Zeiten des Homeoffice 
mit VPN als schwierig. Da keine authentifizierten Benutzer in den 
logfiles stehen und die Pfade zu Kalendern (wie oben) m.M.n keine 
eindeutigen Rückschlüsse auf den Abonnent des Kalenders anstelle des 
Besitzers zulassen, wie kann ich die 'falsch' konfigurierten Benutzer am 
besten herausfinden?


Eine Off-Topic Frage noch. Verwendet Ihr Ressourcen bei eurer 
Installation von SOGo und falls ja, wie wird die Verwaltung der 
Ressourcen (ACLs) gehandhabt?


Grüße
--
Thomas Winterstein  http://www.rz.uni-augsburg.de/
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2028
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] vMen size limit

2020-04-23 Thread Thomas Winterstein

Hello


Hi folks,
I'm getting this log message: terminating app, vMem size limit.

Aug 30 07:36:40 sogod [20709]: |SOGo| terminating app, vMem size limit (384 MB) 
has been reached (currently 389 MB)



Using default value 384MB, should I increase this value on sogo conf?


It depends.
You will always get some of these log entries.
Worst case would be, that after every request SOGo starts a new worker.

You can reduce their number by increasing SxVMemLimit.
But you will also increase your RAM usage.
If you have enough RAM left even for peak load, then increase it.


We also have a lot (~500 a day) of these log messages on our server. 
Maybe just recently, maybe for a longer time. Our settings are:


WOWorkersCount = "50";
WOListenQueueSize  = "10";
WOWatchDogRequestTimeout   = "60";
SxVMemLimit= "512";

Preceding lines before the child processes get terminated:

Apr 23 07:24:21 sogod [27093]: ... "GET 
/SOGo/dav/user/Calendar/personal.ics HTTP/1.1" 200 49746/0 20.191 245196 
79% 625M
Apr 23 13:17:26 sogod [16168]: ... "GET 
/SOGo/dav/user/Calendar/personal.ics HTTP/1.1" 200 755747/0 7.949 - - 250M


Are these request sizes normal?

Am I right in the assumption, that child processes get occupied during a 
request and afterwards get freed again? And with 50 workers * 512 MB 
Memlimit wouldn't that in theory be 25 GB that could get used?


We have a few hundred daily users on the server, but the RAM is far from 
full with 1,5-3 GB used of 8 GB. What are benchmark values of these 
settings with our amount of users/RAM (excluding EAS users)?


Kind regards,
--
Thomas Winterstein  http://www.rz.uni-augsburg.de/
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2028
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Scripting resource creation

2020-04-16 Thread Thomas Winterstein

Hello,

I'm having the same question/problem. We are too planning on using 
resources in sogo but I didn't yet find a comfortable way on how to 
manage them.


Our goal is to automate as much as possible with a script.
- creation of the ldap object
- creation of the default calendar object
- setting of acls
...

But as Luca Olivetti pointed out there is no way to create the default 
calendar object with sogo-tool.


I cannot find a sogo-tool option to create the default 
Calendar/personal for the user


Without the default calendar, you can't set acls and therefore not use 
the resource.


What is the common way on managing resources via script?

Or to rephrase how do you manage your resources? Logging in as resource 
or using admin users is not an option for us.


Kind regards
Thomas Winterstein

On 25.3.20 12:23, Luca Olivetti (l...@wetron.es) wrote:

El 25/3/20 a les 11:14, Luca Olivetti ha escrit:

Hello,

I configured samba4 according to 
http://wiki.sogo.nu/ResourceConfiguration


Now I have my resources in ldap and  everything seems to be working.
I'm trying to script the creation of resources by combining ldapadd 
(to create the resource in samba) and sogo-tool (to assign the ACLs).
The problem is that after creating the user sogo-tool manage-acl 
doesn't work since the resource has not yet a calendar.
I cannot find a sogo-tool option to create the default 
Calendar/personal for the user (I tried "sogo-tool checkup" which does 
nothing and "sogo-tool create-folder" which does not create the 
default calendar).

The only way I found to create the calendar is to use

   curl --user "${USER}" 
"https://my.sogo.host/SOGo/so/${ID}/freebusy.ifb;


(where USER is the current user with access to SOGo and ID is the id 
of the resource).


And I just found that it only works (i.e. creates the default calendar) 
if I give a WRONG password for a VALID user.
An invalid user gives me forbidden, a valid password doesn't create the 
calendar (i see in the resulting vcalendar that ATTENDEE is 
"mailto:(null)").

That's strange.




Isn't there a better way?

Bye






--
Thomas Winterstein  http://www.rz.uni-augsburg.de/
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2028
--
users@sogo.nu
https://inverse.ca/sogo/lists


RE: [SOGo] Duplicate completed tasks in Outlook

2019-11-06 Thread &quot;Thomas Daly"
Hi Alex/Christian,

Thank you.  I may try again after the next release of CalDavSynchronizer.

Best regards,
Thomas

-Original Message-
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
"Alexander Nimmervoll"
Sent: 06 November 2019 11:45
To: users@sogo.nu
Subject: AW: [SOGo] Duplicate completed tasks in Outlook

Hi!

I guess it is related to 
https://sourceforge.net/p/outlookcaldavsynchronizer/tickets/1211/

If the PercentComplete is not set or 0, the Completed Status got overwritten 
again in Outlook, will be fixed in the next release of CalDavSynchronizer.

Cheers,
Alex

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Christian Mack
Gesendet: Mittwoch, 6. November 2019 10:35
An: users@sogo.nu
Betreff: Re: [SOGo] Duplicate completed tasks in Outlook

Hello

With "raw source" I mean the text you get when clicking on the task in
the SOGo webinterface Task list.
Then click on the three dots in the right hand top corner and choose
"View raw source".


Kind regards,
Christian Mack

Am 05.11.19 um 16:55 schrieb "Thomas Daly" (letter...@daladi.com):
> Hi Christian,
> 
> Thank you.  Please confirm what you mean by raw sources.
> 
> Best regards,
> Thomas
> 
> -Original Message-
> From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
> Christian Mack
> Sent: 05 November 2019 13:34
> To: users@sogo.nu
> Subject: Re: [SOGo] Duplicate completed tasks in Outlook
> 
> Hello
> 
> Am 04.11.19 um 16:00 schrieb "Thomas Daly" (letter...@daladi.com):
>> My configuration is 2 Windows PCs (machine A and B), each running Outlook
>> 2010 with CalDav synchroniser v3.6.2, connecting to a Sogo server v4.1.1.
>>
>> Synchronisation mode is set to 'Outlook to server (two way)' on both, with a
>> synchronisation interval of 1 minute.
>>
>> When a task is marked as 'completed' on machine A, instead of updating the
>> state of the same task to 'completed' on machine B, a duplicate completed
>> task is generated on machine B. On the next sync this duplicate gets
>> replicated back to machine A and vice versa, resulting in an additional
>> duplicate being generated on both machines every minute.
>>
>> Any solution to this problem would be welcome.
>>
> 
> Could you provide raw sources for 2 of those tasks?
> 
> 
> Kind regards,
> Christian Mack
> 


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416


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

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

RE: [SOGo] Duplicate completed tasks in Outlook

2019-11-05 Thread &quot;Thomas Daly"
Hi Christian,

Thank you.  Please confirm what you mean by raw sources.

Best regards,
Thomas

-Original Message-
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
Christian Mack
Sent: 05 November 2019 13:34
To: users@sogo.nu
Subject: Re: [SOGo] Duplicate completed tasks in Outlook

Hello

Am 04.11.19 um 16:00 schrieb "Thomas Daly" (letter...@daladi.com):
> My configuration is 2 Windows PCs (machine A and B), each running Outlook
> 2010 with CalDav synchroniser v3.6.2, connecting to a Sogo server v4.1.1.
> 
> Synchronisation mode is set to 'Outlook to server (two way)' on both, with a
> synchronisation interval of 1 minute.
> 
> When a task is marked as 'completed' on machine A, instead of updating the
> state of the same task to 'completed' on machine B, a duplicate completed
> task is generated on machine B. On the next sync this duplicate gets
> replicated back to machine A and vice versa, resulting in an additional
> duplicate being generated on both machines every minute.
> 
> Any solution to this problem would be welcome.
> 

Could you provide raw sources for 2 of those tasks?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416


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

[SOGo] Duplicate completed tasks in Outlook

2019-11-04 Thread &quot;Thomas Daly"
My configuration is 2 Windows PCs (machine A and B), each running Outlook
2010 with CalDav synchroniser v3.6.2, connecting to a Sogo server v4.1.1.

Synchronisation mode is set to 'Outlook to server (two way)' on both, with a
synchronisation interval of 1 minute.

When a task is marked as 'completed' on machine A, instead of updating the
state of the same task to 'completed' on machine B, a duplicate completed
task is generated on machine B. On the next sync this duplicate gets
replicated back to machine A and vice versa, resulting in an additional
duplicate being generated on both machines every minute.

Any solution to this problem would be welcome.


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


AW: [SOGo] Outlook for iOS and Android not working

2019-10-28 Thread &quot;Thomas Fuehrer"
Hi Alex,
this has been already reported. See bug 0004853: No synchronization with latest 
Outlook for iOS.

Cheers,
Tomas
-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von Alex MacCuish
Gesendet: Freitag, 25. Oktober 2019 23:28
An: users@sogo.nu
Betreff: [SOGo] Outlook for iOS and Android not working

Hi there

We've just moved to sogo from kopano and so far it's much more reliable.

One issue I'm having though is with the Outlook mobile apps. The account can be 
added successfully to the apps but messages never load. I had similar issues 
with z-push and kopano, where the solution was to disable provisioning. You can 
see in the logs the HTTP requests looping. Is there a way to say list user 
agents or "Device for which provisioning isn't required? Specifically, on 
z-push, the only way to get sync working is to set "define('PROVISIONING', 
false);".

Cheers

Alex

sogo.log

Oct 25 21:24:11 sogod [25234]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=OPCC24349CF0D97B36CF7D3D1BA18172=Outlook
HTTP/1.0" 200 0/0 0.003 - - 0
Oct 25 21:24:11 sogod [25234]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:11 sogod [25234]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.007 - - 0
Oct 25 21:24:13 sogod [25240]: 
<0x0x55e1a04295f0[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while 
detecting changes for user andrew in Ping...
Oct 25 21:24:14 sogod [25235]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.007 - - 0
Oct 25 21:24:14 sogod [25235]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.009 - - 0
Oct 25 21:24:16 sogod [25232]: 
<0x0x55e1a078d930[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while 
detecting changes for user andrew in Ping...
Oct 25 21:24:16 sogod [25239]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:16 sogod [25239]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.007 - - 0
Oct 25 21:24:19 sogod [25239]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:19 sogod [25239]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.004 - - 0
Oct 25 21:24:21 sogod [25234]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:21 sogod [25234]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.007 - - 0
Oct 25 21:24:23 sogod [25240]: 
<0x0x55e1a04295f0[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while 
detecting changes for user andrew in Ping...
Oct 25 21:24:24 sogod [25234]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:24 sogod [25234]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.007 - - 0
Oct 25 21:24:26 sogod [25232]: 
<0x0x55e1a078d930[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while 
detecting changes for user andrew in Ping...
Oct 25 21:24:26 sogod [25239]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.005 - - 0
Oct 25 21:24:26 sogod [25239]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.007 - - 0
Oct 25 21:24:29 sogod [25234]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.009 - - 0
Oct 25 21:24:29 sogod [25239]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.004 - - 0
Oct 25 21:24:32 sogod [25239]: 2603:1026:c03:2856::5 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Options=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 0/0 0.003 - - 0
Oct 25 21:24:32 sogod [25239]: 2603:1026:c03:2856::5 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Provision=andrew=xxxXXXxxxXXXxxxXXX=Outlook
HTTP/1.0" 200 13/127 0.004 - - 0
Oct 25 21:24:33 sogod [25240]: 
<0x0x55e1a04295f0[SOGoActiveSyncDispatcher]> Sleeping 10 seconds while 
detecting changes for user andrew in Ping...
Oct 25 21:24:34 

Re: [SOGo] Preferences Blank Page

2019-08-19 Thread Thomas Winterstein

Hello,

After further tests I got the following error in the sogo.log


Aug 19 10:34:46 sogod [1069]: [ERROR] UIxPreferences Incomplete 
calendar_category_labels for translation English


Uncommenting the option 	SOGoCalendarCategories		in the sogo.conf did 
the trick and the preferences page works again.


Still a bit unhappy about how it handles the error and not clear why 
exactly it appears. We defined some calendar categories but no matching 
colors.


Kind regards,
Thomas Winterstein

On 8/9/19 11:14 AM, Philip Fuchs (philip.fu...@rz.uni-augsburg.de) wrote:

Hi Christian,

Am 07.08.19 um 15:01 schrieb Christian Mack
(christian.m...@uni-konstanz.de):

Hello

Am 07.08.19 um 13:20 schrieb Philip Fuchs (philip.fu...@rz.uni-augsburg.de):

Hello,

I recently installed the new SOGo version 4.0.8 on one of our
webservers. Since then I always get a blank page when visiting the
preferences page. No matter which OS or Browser I use.



Which error messages do you get in your sogo.log ?


I get the following message in the sogo.log:

"GET /SOGo/so/xxx/Preferences HTTP/1.1" 501 0/0 0.030 - - 0




--
Thomas Winterstein

Universität Augsburg
Rechenzentrum
86135 Augsburg

Telefon 0821/598-2068
Telefax 0821/598-2028
thomas.winterst...@rz.uni-augsburg.de
https://www.rz.uni-augsburg.de
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] sogo-tool restore with remove - sogo-tool remove single objects

2019-04-30 Thread Thomas Winterstein

Hello,

we've got a ticket where a user needs a restore of a few calendar 
objects because their client somehow threw data from multiple calendars 
together.


Obviously we could create a recent backup, remove the whole user 
account, restore all but the few faulty calendars and then restore them 
from an earlier backup date. But that's not a very elegant solution.


- first idea was a simple sogo-tool restore but that does not support 
the deletion of elements if I tested correctly


- next I tried to remove single calendars but sogo-tool also does not 
support that


What would be the best solution for the issue? I don't want to start 
deleting SQL tables and asking the issuer to delete the specific objects 
also isn't a viable way.


I haven't found any bug reports or feature requests to that matter either.

Regards
--
Thomas Winterstein ... http://www.rz.uni-augsburg.de/zebra
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2010
--
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] problems with EAS and Outlook 2016

2019-03-23 Thread &quot;Thomas Fuehrer"
Hi Carsten,

I’d suggest you check first whether you can access all your IMAP-folders via 
sogo’s webui. You can also check whether you get all the expected IMAP-folders 
when accessing your imap-server via telnet.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von "Carsten 
Pieper"
Gesendet: Samstag, 23. März 2019 12:19
An: users@sogo.nu
Betreff: [SOGo] problems with EAS and Outlook 2016

 

Hi all,

I switched to SOGo 4 and a new server because of performance reasons and do 
have problems with some mailboxes on Outlook 2016. I'm analyzing the log files 
now and I found just one strange thing:

S[0x56065b4ef100]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Webseiten.site1
S[0x56065b4ef100]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Webseiten.site2
S[0x56065b4ef100]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Webseiten.site3
S[0x56065b4ef100]: * LIST (\HasNoChildren \UnMarked) "." INBOX.Webseiten.site4
S[0x56065b4ef100]: * LIST (\HasNoChildren \UnMarked) "." 
"INBOX.Webseiten.Produktwechsel Hosteuro2019-03-23 10:00:30.832 sogod[14156] 
 SQL: SELECT * 
FROM sogo_cache_folder_idempiere_A_carstenpieper_D_com WHERE c_type = 201 AND 
c_deleted <> 1 AND c_path like '/533EB2B5178448A4902264273D404691%';
2019-03-23 10:00:30.833 sogod[14156]query has results, entering fetch-mode.

As you can see in the fith and sixth line of the snippet, the listing of the 
IMAP folders gets interrupted with a new log entry. Is this normal behaviour of 
the log or maybe the failure I should eliminate to get the EAS on Outlook 2016 
running again?

Thanks for your help,

Carsten

 

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

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

AW: [SOGo] Brazilian daylight saving time issue

2018-12-18 Thread &quot;Thomas Fuehrer"
Hi Miguel,

FYI. The problem is identified and should be fixed soon. I’ve sent a patch for 
review.

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von "Miguel Mucio 
Santos Moreira"
Gesendet: Montag, 17. Dezember 2018 18:48
An: users@sogo.nu
Betreff: [SOGo] Brazilian daylight saving time issue

 

Hello everyone!

I've performed a plenty of tests between SOGo and MS-Outlook 2013 using 
Activesync, Caldav Synchronizer and Internet Calendar via WebDAV, during saving 
time and after saving time. Brazilian daylight saving time is not applied to 
entire country. Araguaina is a city that will apear during the tests and it is 
not in Brazilian saving time. Let's go to the considerations and results.

SOGo Timezone = America/Sao_Paulo
Outlook Timezone = America/Brasilia (Outlook just have America/Brasilia and 
America/Araguaina)
Server Timezone = America/Sao_Paulo


Tests performed during saving time (From Nov 04 2018 to Feb 17 2019)

Events created on SOGo 4.0.4 and visualized on MS-Outlook 2013
A - Single event with one guest
 A1 - MS-Outlook 2013 Activesync
Mouse over event shows correct time.
If you edit this event, time is 1 hour less than SOGo and Outlook displays 
Araguaina Timezone

 A2 - MS-Outlook Caldav Synchronizer
Mouse over event shows correct time
If you edit this event time is also correct

 A3 - MS-Outlook Internet Calendar via WebDAV (Read Only)
Mouse over event shows correct time
If you edit this event time is also correct


B -  Weekly event with one guest
 B1 - MS-Outlook 2013 Activesync
Mouse over event shows 1 hour more than SOGo
If you edit this event time is correct but Outlook displays Araguaina 
Timezone

 B2 - MS-Outlook Caldav Synchronizer
Mouse over event shows correct time
If you edit this event time is also correct

 B3 - MS-Outlook Internet Calendar via WebDAV (Read Only)
Mouse over event shows 1 hour more than SOGo
If you edit this event time is correct but Outlook displays Araguaina 
Timezone




Tests performed after saving time
Events created on SOGo 4.0.4 and visualized on MS-Outlook 2013
A - Single event with one guest
 A1 - MS-Outlook 2013 Activesync
Mouse over event shows correct time.
If you edit this event time is also correct but Outlook displayed Araguaina 
Timezone

 A2 - MS-Outlook Caldav Synchronizer
Mouse over event shows correct time
If you edit this event time is also correct

 A3 - MS-Outlook Internet Calendar via WebDAV (Read Only)
Mouse over event shows correct time
If you edit this event time is also correct



B -  Weekly event with one guest
 B1 - MS-Outlook 2013 Activesync
Mouse over event shows correct time.
If you edit this event time is also correct but Outlook displayed Araguaina 
Timezone

 B2 - MS-Outlook Caldav Synchronizer
Mouse over event shows correct time
If you edit this event time is also correct

 B3 - MS-Outlook Internet Calendar via WebDAV (Read Only)
Mouse over event shows correct time
If you edit this event time is also correct but Outlook displayed Araguaina 
Timezone


Nowadays we have a lot of Activesync users in our Tine20 Groupware solution and 
would be necessary to fix this issue before migration to SOGo.
Anyone could give me an idea ?

Thanks in advance

Best Regards



--
Miguel Moreira
Gerente
DPR/SRE/GSR - Gerência de Serviços de Rede
+55(31)3339-1401
PRODEMGE - Companhia de Tecnologia da Informação do Estado de Minas Gerais

Aviso: Esta mensagem é destinada exclusivamente para a(s) pessoa(s) a quem é 
dirigida, podendo conter informação sigilosa e legalmente protegida. O uso 
impróprio será tratado conforme as normas da empresa e a legislação em vigor. 
Caso não seja o destinatário, favor notificar o remetente, ficando proibidas a 
utilização, divulgação, cópia e distribuição.

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

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

AW: [SOGo] ActiveSync: Search no longer shows more messages than "Sync Period" and inline images are not displayed

2018-11-23 Thread &quot;Thomas Fuehrer"
I’ve sent a few fixes to Ludovic for review….

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Riccardo 
Bicelli
Gesendet: Freitag, 23. November 2018 18:24
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync: Search no longer shows more messages than "Sync 
Period" and inline images are not displayed

 

Filed a bug.

Meanwhile I found other messages that cause parsing errors.

 

Cheers

 

Il giorno ven 23 nov 2018, 17:03 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Received your mail with an "empty" attached. Can you please resend it, or file 
a bug and attach it ... what ever you prefere ...

Thanks,
Thomas

Am Freitag, November 23, 2018 08:18 CET, "Riccardo Bicelli" 
(r.bice...@gmail.com <mailto:r.bice...@gmail.com> ) mailto:users@sogo.nu> > schrieb:
 

Hi Thomas!

Attached the message.

 

For other problems regarding search, is it ok to file some bugs?

 

Cheers!

 

Il giorno gio 22 nov 2018 alle ore 21:01 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Riccardo, provide me the eml file. I can try to fix the xml parse error.

Regards, Thomas



 Riccardo Bicelli schrieb 
 

Hi Thomas!

Sure I can identify the message. If you need it can provide the .eml file from 
thunderbird.

 

Doing my tests I found that, regardless of what I set in sogo.conf or in httpd 
config, if the search takes more than 30 seconds it throws error on Gmail App 
but search continues on sogo process.

Isn't there a paged search option or a way to speedup search in dovecot with 
large mailboxes?

Same behavior on IOS App.

On outlook Side no way to test it due to the CollectionID=0 problem.

 

Cheers!

Riccardo

 

 

 

 

 

Il giorno gio 22 nov 2018 alle ore 18:26 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Hi Riccardo,
without access to to /tmp/rp_[masked]_dc4_21a6e764_0.data it's hard to find the 
problem.

What you can try is to identify the original email with the content of 
/tmp/rp_[masked]_dc4_21a6e764_0.data.
If you are able to tack down the problem to a specific mail you can then try  
rephrase the search pattern so that you get only that mail in the result.
When you know the culprit mail  you can try to identify the cause: a special 
formating, character, 

Regards,
Thomas

Am Donnerstag, November 22, 2018 14:41 CET, "Riccardo Bicelli" 
(r.bice...@gmail.com <mailto:r.bice...@gmail.com> ) mailto:users@sogo.nu> > schrieb:
 

Hello, I went a little further.

I moved to gmail app where I don't have the "CollectionID Problem".

 

Using gmail app the IMAP Search rolls fine but at the time for response in the 
log appears

 

[0x5574ec51ac58]: 995 OK Sort completed (0.000 secs).

C[0x5574ec709a88]: 996 select "Archives/2015"

S[0x5574ec51ac58]: * OK [CLOSED] Previous Nov 22 14:32:19 sogod [3524]: [ERROR] 
<0x0x5574ec557918[NGImap4Connection]> could not select URL: 
imaps://[MASKED]/Public/: {RawResponse = "{ResponseResult = {description = 
\"Mailbox doesn't exist: Public\"; result = no; tagId = 1000; }; ok = {CLOSED = 
\"Previous mailbox closed.\"; }; }"; reason = "Mailbox doesn't exist: Public"; 
result = 0; }

Nov 22 14:32:20 sogod [3524]: [ERROR] <0x0x5574f13b17c8[NSDataMalloc]> 
xml2wbxmlFromContent: failed: Parsing of XML Document Failed

 

Checking document with xmllint:

 

xmllint --format /tmp/rp_[masked]_dc4_21a6e764_0.data

/tmp/rp_[masked]_dc4_21a6e764_0.data:450: parser error : PCDATA invalid Char 
value 4

ef=https://twitter.com/share?mid=41847 
<https://twitter.com/share?mid=41847eid=CVMWR09023319text=> 
eid=CVMWR09023319text=

   ^

/tmp/rp_[masked]_dc4_21a6e764_0.data:8960: parser error : PCDATA invalid Char 
value 4

quot; data-imagelibrary=%7B%22width%3A0 ꊧ 4.642275e-310ight%3A0 

   ^

/tmp/rp_[masked]_dc4_21a6e764_0.data:9680: parser error : PCDATA invalid Char 
value 4

quot; data-imagelibrary=%7B%22width%3A0 * 4.642275e-310ight%3A0 

 

Any help appreciated

 

Cheers

Riccardo

 

Il giorno mar 20 nov 2018 alle ore 14:52 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Hi,
can you try to find out under what circumstands the CollectionId=0 is included 
by the Outlook mobile app.
If there is no CollectionId in the search request the server will search all 
folders. This could take longer than the client is willing to wait ... which 
then could result in the error you have mentioned.
Does the problem always occure, regadless how large the mailbox is and how main 
imap-folder exists in the mailbox?

I think that processSearchMailbox  needs to be changed to avoid looping over 
all folders and to return after the requested number of mails have been found.

Regards,
Thomas

Am Montag, November 19, 2018 19:29 CET

AW: [SOGo] ActiveSync: Search no longer shows more messages than "Sync Period" and inline images are not displayed

2018-11-12 Thread &quot;Thomas Fuehrer"
Hi Riccardo,

attached is a patch for the inline image problem.

 

I don’t think that "Mailbox doesn't exist: (null)" is causing a problem, but 
you can investigate with sogo-tool:

 

   sogo-tool -v manage-eas listdevices janedoe

   sogo-tool -v manage-eas listfolders janedoe androidc316986417

 

 

Cheers,

Thomas

 

Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
mailto:users-requ...@sogo.nu> > Im Auftrag von Riccardo 
Bicelli
Gesendet: Montag, 12. November 2018 10:19
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync: Search no longer shows more messages than "Sync 
Period" and inline images are not displayed

 

Hi Thomas

Yes, I can test patches and I will be glad to try it.

 

With SOGoEASDebugEnabled = YES In the logs I have:

 

http://www.microsoft.com/;>



 

  Mailbox

  

   

Email

0

pierfau

   

  

  

   

2

1048576

   

   1

   

   

   0-49

  

 



 

Nov 12 10:06:30 sogod [25771]: [ERROR] <0x0x55ec61d7b458[NGImap4Connection]> 
could not select URL: imaps://[REMOVED FOR PRIVACY PURPOSE]/%28null%29/: 
{RawResponse = "{ResponseResult = {description = \"Mailbox doesn't exist: 
(null)\"; result = no; tagId = 6; }; }"; reason = "Mailbox doesn't exist: 
(null)"; result = 0; }

Nov 12 10:06:30 sogod [25771]: <0x0x55ec620240a8[SOGoActiveSyncDispatcher]> EAS 
- response for device 9EFD993C7C1E8054: 

http://www.microsoft.com/;>



 1

 

  

   1

   0-0

   0

  

 



 

I tested search in another another system and it works.

Could it be the Mailbox doesn't exist: (null) part in the log?

 

 

Il giorno ven 9 nov 2018, 15:41 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Hi Riccardo,
you could test the search with SOGoEASDebugEnabled = YES . This should give you 
more details in sogo.log when you search for mail messages on your phone.
Search for " ..." in sogo.log.

Regarding the problem with inline images ...
Are you in the possition to test a patch? Do you compile from source?
I could send you a patch which should improve the handling of inline images. It 
would be great if you could help to test the patch.

Cheers,
Thomas

Am Mittwoch, November 07, 2018 08:44 CET, "Riccardo Bicelli" 
(r.bice...@gmail.com <mailto:r.bice...@gmail.com> ) mailto:users@sogo.nu> > schrieb:
 

Hello,

I'm aware that Activesync on mobile devices  synchronizes 1 month max of 
messages. But I remember that some time ago, when a I did a search, it returned 
older messages also.

Am I remembering wrong? Is annoying for mobile users not haveing the ability to 
access old messages.

 

I'm also facing a problem with Outlook for Android/iOS, gmail app and apple 
mail: when a message has inline images, instead of image a placeholder is 
displayed. If the image is attached it is ok to download and display it.

 

Cheers,

Riccardo

 

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




  

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

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

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

inline_images.diff
Description: Binary data


[SOGo] ActiveSync: Search no longer shows more messages than "Sync Period" and inline images are not displayed

2018-11-12 Thread &quot;Thomas Fuehrer"
Hi Riccardo,

attached is a patch for the inline image problem.

 

I don’t think that "Mailbox doesn't exist: (null)" is causing a problem, but 
you can investigate with sogo-tool:

 

   sogo-tool -v manage-eas listdevices janedoe

   sogo-tool -v manage-eas listfolders janedoe androidc316986417

 

 

Cheers,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Riccardo 
Bicelli
Gesendet: Montag, 12. November 2018 10:19
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync: Search no longer shows more messages than "Sync 
Period" and inline images are not displayed

 

Hi Thomas

Yes, I can test patches and I will be glad to try it.

 

With SOGoEASDebugEnabled = YES In the logs I have:

 

http://www.microsoft.com/;>



 

  Mailbox

  

   

Email

0

pierfau

   

  

  

   

2

1048576

   

   1

   

   

   0-49

  

 



 

Nov 12 10:06:30 sogod [25771]: [ERROR] <0x0x55ec61d7b458[NGImap4Connection]> 
could not select URL: imaps://[REMOVED FOR PRIVACY PURPOSE]/%28null%29/: 
{RawResponse = "{ResponseResult = {description = \"Mailbox doesn't exist: 
(null)\"; result = no; tagId = 6; }; }"; reason = "Mailbox doesn't exist: 
(null)"; result = 0; }

Nov 12 10:06:30 sogod [25771]: <0x0x55ec620240a8[SOGoActiveSyncDispatcher]> EAS 
- response for device 9EFD993C7C1E8054: 

http://www.microsoft.com/;>



 1

 

  

   1

   0-0

   0

  

 



 

I tested search in another another system and it works.

Could it be the Mailbox doesn't exist: (null) part in the log?

 

 

Il giorno ven 9 nov 2018, 15:41 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Hi Riccardo,
you could test the search with SOGoEASDebugEnabled = YES . This should give you 
more details in sogo.log when you search for mail messages on your phone.
Search for " ..." in sogo.log.

Regarding the problem with inline images ...
Are you in the possition to test a patch? Do you compile from source?
I could send you a patch which should improve the handling of inline images. It 
would be great if you could help to test the patch.

Cheers,
Thomas

Am Mittwoch, November 07, 2018 08:44 CET, "Riccardo Bicelli" 
(r.bice...@gmail.com <mailto:r.bice...@gmail.com> ) mailto:users@sogo.nu> > schrieb:
 

Hello,

I'm aware that Activesync on mobile devices  synchronizes 1 month max of 
messages. But I remember that some time ago, when a I did a search, it returned 
older messages also.

Am I remembering wrong? Is annoying for mobile users not haveing the ability to 
access old messages.

 

I'm also facing a problem with Outlook for Android/iOS, gmail app and apple 
mail: when a message has inline images, instead of image a placeholder is 
displayed. If the image is attached it is ok to download and display it.

 

Cheers,

Riccardo

 

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




  

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

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

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

inline_images.diff
Description: Binary data


[SOGo] Can't save a Task in Calendar without from/due date

2018-08-14 Thread Thomas Winterstein
Hello,

I've recently updated to SOGo v4.0.1 and since then am unable to save
Tasks without from/due date. Save-Button turns from light blue to grey
but nothing else happens. No 'saveAsTask' loglines. Anyone else have
this problem?

Bug description is like here but not fixed. OS is Ubuntu 18.04.

https://sogo.nu/bugs/view.php?id=4456

Regards
-- 
Thomas Winterstein ... http://www.rz.uni-augsburg.de/zebra
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2010
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] ActiveSync + NGinx ReverseProxy: Doesn't work

2018-08-13 Thread &quot;Thomas Fuehrer"
Hi Floh,

try with libwbxml2 and libwbxml2-dev coming from Inverse’s repository:

 

https://sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html

 

Regard,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Florian 
Erfurth
Gesendet: Freitag, 10. August 2018 22:06
An: users@sogo.nu
Betreff: AW: [SOGo] ActiveSync + NGinx ReverseProxy: Doesn't work

 

Hello Thomas,

 

thank you for your Information. I tried to compile but got error there, so it 
looks as I don’t really have ActiveSync-module installed.

 

Here is the Output:

#

floh@mail:~/sogo/SOGo-4.0.1/ActiveSync$ 
<mailto:floh@mail:~/sogo/SOGo-4.0.1/ActiveSync$>  make

This is gnustep-make 2.6.8. Type 'make print-gnustep-make-help' for help.

Making all for bundle ActiveSync...

Creating ActiveSync.SOGo/

Compiling file ActiveSyncProduct.m ...

Compiling file iCalAlarm+ActiveSync.m ...

Compiling file iCalEvent+ActiveSync.m ...

Compiling file iCalRecurrenceRule+ActiveSync.m ...

Compiling file iCalTimeZone+ActiveSync.m ...

Compiling file iCalToDo+ActiveSync.m ...

iCalToDo+ActiveSync.m: In function '-[iCalToDo(ActiveSync) 
activeSyncRepresentationInContext:]':

iCalToDo+ActiveSync.m:109:11: warning: @interface of class 'iCalTrigger' not 
found

   webstatus = [[alarm trigger] value: 0 ofAttribute: @"x-webstatus"];

   ^

Compiling file NSCalendarDate+ActiveSync.m ...

Compiling file NSData+ActiveSync.m ...

NSData+ActiveSync.m:39:25: fatal error: wbxml/wbxml.h: No such file or directory

#include 

 ^

compilation terminated.

/usr/share/GNUstep/Makefiles/rules.make:479: recipe for target 
'obj/ActiveSync.obj/NSData+ActiveSync.m.o' failed

make[3]: *** [obj/ActiveSync.obj/NSData+ActiveSync.m.o] Error 1

/usr/share/GNUstep/Makefiles/Instance/bundle.make:193: recipe for target 
'internal-bundle-run-compile-submake' failed

make[2]: *** [internal-bundle-run-compile-submake] Error 2

/usr/share/GNUstep/Makefiles/Master/rules.make:311: recipe for target 
'ActiveSync.all.bundle.variables' failed

make[1]: *** [ActiveSync.all.bundle.variables] Error 2

/usr/share/GNUstep/Makefiles/Master/bundle.make:37: recipe for target 
'internal-all' failed

make: *** [internal-all] Error 2

#

 

But I don’t understand that since I already have following packages installed:

libwbxml2-0/stable,now 0.10.7-1+b2 amd64 [installed]

  WBXML parsing and encoding library

 

libwbxml2-dev/stable,now 0.10.7-1+b2 amd64 [installed]

  WBXML library development file

 

What am I missing? I’m using Debian 9 (Stretch).

 

Best regards,

Floh

 

Gesendet von Mail <https://go.microsoft.com/fwlink/?LinkId=550986>  für Windows 
10

 

Von: Thomas Führer <mailto:users@sogo.nu> 
Gesendet: Freitag, 10. August 2018 19:49
An: floh-erfu...@freenet.de <mailto:users@sogo.nu> 
Betreff: AW: [SOGo] ActiveSync + NGinx ReverseProxy: Doesn't work

 

Hi Floh,

try again after compiling/installing  the ActiveSync module:

% cd SOGo/ActiveSync
% make install

Regards, Thomas 



 floh-erfu...@freenet.de <mailto:floh-erfu...@freenet.de>  schrieb 

Hello Thomas,

 

I downloaded the source and compiled with the configuration as following. 
(Sorry, I forgot to tell, which version I'm using)

 

SOGo-4.0.1.tar.gz
./configure --enable-debug --disable-strip

SOPE-4.0.1.tar.gz
./configure --with-gnustep --enable-debug --disable-strip --disable-postgresql

 

With that sogo-activesync should be included, or am I wrong?

 

Here is the result of tcpdump:

###

reading from file dump2.pcap, link-type EN10MB (Ethernet)
11:54:23.81 IP6 ::1.41120 > ::1.2: tcp 0
`.sd.(.@..N 
<mailto:.@..N>  .L...0.

11:54:23.96 IP6 ::1.2 > ::1.41120: tcp 0
`.@N ...L..P...
11:54:23.222375 IP 127.0.0.1.41546 > 127.0.0.1.2: tcp 0
E..<..@.@.. 
<mailto:..@.@..%22JN%20.S...0.%0b8|..%0b11:54:23.222388%20IP%20127.0.0.1.2%20>
 "JN .S...0.
8|..
11:54:23.222388 IP 127.0.0.1.2 > 127.0.0.1.41546: tcp 0
E..<..@.@. 
<mailto:..@.@.%3c.N%20.J.$...S...0.%0b8|..8|..%0b11:54:23.222403%20IP%20127.0.0.1.41546%20>
 <.N .J.$...S...0.
8|..8|..
11:54:23.222403 IP 127.0.0.1.41546 > 127.0.0.1.2: tcp 0
E..4..@.@..).JN <mailto:E..4..@.@..).JN>  .S...$.V.(
8|..8|..
11:54:23.222489 IP 127.0.0.1.41546 > 127.0.0.1.2: tcp 229
E.@.@..C.JN <mailto:E.@.@..C.JN>  .S...$.V...
8|..8|..OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=florian=id=WP8 
HTTP/1.1
Host: localhost:2
Authorization: Basic ZmxvcmlhbjoxMjM0NTY3OA==
User-Agent: curl/7.52.1
Accept: */*
MS-ASProtocolVers

[SOGo] SOGoVacationEnabled doesn't work

2018-08-03 Thread Thomas Robers

Hi all,

I'm using SOGo V4.0.1 on CentOS 7.5.1804.
In /etc/sogo/sogo.conf I have:

  SOGoVacationEnabled = YES;
  SOGoForwardEnabled = YES;
  SOGoSieveScriptsEnabled = YES;

When I activate vacation in SOGo
webclient, it is not possible to save
the changes, the diskette symbol doesn't
turn green. It's also not possible to
activate forward of incoming messages.
Behavior is the same as with activate
vacation. I didn't change the configuration
between SOGo Version 3.2.10 and Version 4.0.1
but as far as I remember it worked in version
3.2.10 and doesn't work in version 4.0.1 and
I don't get any error messages neither in the
log file nor in the webclient.

Any help is appreciated.

Many thanks!
Thomas
--
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] Gmail App and Activesync issues: truncated replies

2018-06-27 Thread &quot;Thomas Fuehrer"
Hi,

obviously the gmail app has a problem when replying to a "text/plain" mail but 
it works when replying to a "text/html" mail.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Ludovic 
Marcotte
Gesendet: Mittwoch, 27. Juni 2018 16:04
An: users@sogo.nu
Betreff: Re: [SOGo] Gmail App and Activesync issues: truncated replies

 

Hi,

I've ran some tests this morning and data truncation is done at the Android app 
level.

When the devices issues a SmartReply to SOGo, the MIME content in the EAS 
payload is already truncated. That's what wireshark shows, not SOGo.

Thanks,

 

On 2018-06-27 5:43 AM, Riccardo Bicelli (r.bice...@gmail.com 
<mailto:r.bice...@gmail.com> ) wrote:

I set SOGoEASDebugEnabled = YES and the log says: 

 

Jun 27 11:32:04 sogod [23088]: 192.XXX.XXX.XXX "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Search=r.bicelli%40hiddendomain.com 
<http://40hiddendomain.com> =androidc2284692625=Android 
HTTP/1.1" 200 115/56 0.106 - - 0

Jun 27 11:32:05 sogod [23088]: 192.XXX.XXX.XXX "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=SmartReply=r.bicelli%40hiddendomain.com
 <http://40hiddendomain.com> =androidc2284692625=Android 
HTTP/1.1" 200 0/587 1.029 - - 152K

Jun 27 11:32:07 sogod [23088]: 192.XXX.XXX.XXX "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Ping=r.bicelli%40hiddendomain.com 
<http://40hiddendomain.com> =androidc2284692625=Android 
HTTP/1.1" 200 101/225 0.746 - - 0

Jun 27 11:32:07 sogod [23085]: 192.XXX.XXX.XXX "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Ping=r.bicelli%40hiddendomain.com 
<http://40hiddendomain.com> =androidc2284692625=Android 
HTTP/1.1" 200 101/225 0.737 - - 0

  Riccardo Bicelli 
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  Riccardo Bicelli 
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  r.bicelli@domainaccount.local 
<mailto:r.bicelli@domainaccount.local> 

  r.bice...@hiddendomain.com 
<mailto:quot%3br.bice...@hiddendomain.com>  
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  Riccardo Bicelli 
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  r.bicelli@domainaccount.local 
<mailto:r.bicelli@domainaccount.local> 

Jun 27 11:32:08 sogod [23085]: 192.XXX.XXX.XXX "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync=r.bicelli%40hiddendomain.com 
<http://40hiddendomain.com> =androidc2284692625=Android 
HTTP/1.1" 200 1068/105 1.073 - - 108K

  Riccardo Bicelli 
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  Riccardo Bicelli 
r.bice...@hiddendomain.com <mailto:lt%3br.bice...@hiddendomain.com> 


  r.bicelli@domainaccount.local 
<mailto:r.bicelli@domainaccount.local> 

 

(I replaced some sensitive data)

 

Sent mail from thunderbird:

 

To: r.bice...@hiddendomain.com <mailto:r.bice...@hiddendomain.com> 

From: Riccardo Bicelli mailto:r.bice...@hiddendomain.com> >

Subject: Hello World

Message-ID: mailto:d07cbd92-d33f-bd75-2205-d0d26fb38...@hiddendomain.com> >

Date: Wed, 27 Jun 2018 11:30:41 +0200

User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101

 Thunderbird/52.8.0

MIME-Version: 1.0

Content-Type: text/plain; charset=iso-8859-15; format=flowed

Content-Transfer-Encoding: 7bit

Content-Language: en-US

 

Hello World!

(Mail From Thunderbird)

 

-- 

Riccardo Bicelli

 

My reply in gmail app is saved in sent items as:

 

To: "Riccardo Bicelli" mailto:r.bice...@hiddendomain.com> >

In-Reply-To: mailto:d07cbd92-d33f-bd75-2205-d0d26fb38...@hiddendomain.com> >

From: "Riccardo Bicelli" mailto:r.bice...@hiddendomain.com> >

Message-ID: <2639ff4d-2696-45cb-a1e7-834d4a181...@email.android.com 
<mailto:2639ff4d-2696-45cb-a1e7-834d4a181...@email.android.com> >

Subject: Re: Hello World

Date:  Wed, 27 Jun 2018 09:32:03 +

MIME-Version: 1.0

X-Priority: 3

X-Msmail-Priority: Normal

X-Android-Message-Id: <2639ff4d-2696-45cb-a1e7-834d4a181...@email.android.com 
<mailto:2639ff4d-2696-45cb-a1e7-834d4a181...@email.android.com> >

Content-Type: multipart/mixed; 
boundary="=_=-_OpenGroupware_org_NGMime-23088-1530091925.599720-0--"

Importance: Normal

References: mailto:d07cbd92-d33f-bd75-2205-d0d26fb38...@hiddendomain.com> >

 

--=_=-_OpenGroupware_org_NGMime-23088-1530091925.599720-0--

Content-Type: text/html; charset=utf-8

Content-Length: 143

Content-Transfer-Encoding: quoted-printable

 

Hello,(Mail From Thunderbird)-- Riccardo BicelliDega e Grazioli Srl

 

--=_=-_OpenGroupware_org_NGMime-23088-1530091925.599720-0

 

I replied with other two lines of text, Saying:

 

Hello,

this is my reply

 

Gmail App behave like this on every phone in my company (Huawei P10 Lite, 
Huawei P20 and 

AW: [SOGo] Activesync Issues

2018-06-21 Thread &quot;Thomas Fuehrer"
Hi Riccardo,

 

test with the latest nightly build. A fix has been pushed yesterday.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu  Im Auftrag von Riccardo 
Bicelli
Gesendet: Dienstag, 19. Juni 2018 14:19
An: users@sogo.nu
Betreff: [SOGo] Activesync Issues

 

Hello,

I'm always facing Activesync issues.

I'm running sogo 4.0.0.20180612-1.centos6.

 

When searching through messages search work fine but message body is blank. 
Attachments open fine.

 

This behavior happens on iOS, Android and even outlook.

 

Relevant Activesync settings are:

 

WOWorkersCount = 15;

 WOWatchDogRequestTimeout = 6;

 SOGoMaximumPingInterval = 600;

 SOGoMaximumSyncInterval = 600;

 SOGoInternalSyncInterval = 30;

 SOGoMaximumSyncResponseSize = 10240;

 SOGoMaximumSyncWindowSize = 256;

 

 

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

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

AW: [SOGo] Meetingrequest via CalDav results in duplicate appointments

2018-06-03 Thread &quot;Thomas Fuehrer"
Hi Michael,
I found the cause of the problem and sent a potential fix for review.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu  Im Auftrag von 
"mlo-bugtr...@germanski.net"
Gesendet: Sonntag, 27. Mai 2018 13:08
An: users@sogo.nu
Betreff: Re: [SOGo] Meetingrequest via CalDav results in duplicate appointments

Hi Thomas,
thanks for the interest in my issue.
Attached you can find the requested files. I created the invitation request 
from Evolution via Caldav and replyed from Android synced via ActiveSync.
Should I additionally file a bug at https://sogo.nu/bugs ?
If I can be of assistance, please do not hesitate to contact me.
Cheers,
Michael

On Sa, 2018-05-26 at 08:33 +0200, 
> Hi Michael,
> this sounds like a bug. Can you provide the initial and the duplicate 
> raw event in attendee's calendar and raw invitation e-mail?
> 
> Thanks,
> Thomas
> 
> -Ursprüngliche Nachricht-
> Von: users-requ...@sogo.nu  Im Auftrag von 
> "mlo-bugtrack@germansk i.net"
> Gesendet: Mittwoch, 23. Mai 2018 22:06
> An: users@sogo.nu
> Betreff: [SOGo] Meetingrequest via CalDav results in duplicate 
> appointments
> 
> Hi Mailinglistmembers,
> 
> my goal is to create meeting requests via CalDAV to invite several people to 
> a meeting.
> After sending the meeting requests via CalDAV, SOGo add's the event 
> into all attendees calendars and notifies everybody via mail. My issue 
> appears when one of the attendees agrees the the meeting request via 
> ActiveSync:
> the event that is already in the attendees calendar gets re-created. 
> Now there are duplicate appointments in the attendees calendar. 
> Possible updates on the event are only issued to one of the duplicate 
> appointments.
> 
> Very strange: the duplicate appointments have the same iCal UID
> 
> Everything works fine if either
> 1. the Meetingrequest is created via SOGo Webapp 2. the attendees do 
> agree to the meetingrequest via SOGo Webapp but it doesnt work in 
> combination of CalDav and ActiveSync.
> 
> Do I miss something or did I find a bug? I couln't find a Bugreport for this 
> one.
> 
> My environment:
> SOGo 3.2.10
> CalDAV clients: tested with Evolution (Gnome) and manual CalDAV 
> operations via Caldav4j ActiveSync clients: Android and Outlook 2016
> 
> Thanks for any suggestions,
> Michael
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists=
> 
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

AW: [SOGo] Support of Drafts folder from v2.3.22 and v3-2-10

2018-05-26 Thread &quot;Thomas Fuehrer"
Hi Andy,

draft-folder sync support comes with EAS version 16.

Due to some issue with some EAS clients EAS 16 is not enabled yet.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu <users-requ...@sogo.nu> Im Auftrag von "Andreas 
Blaha"
Gesendet: Freitag, 25. Mai 2018 18:12
An: users@sogo.nu
Betreff: [SOGo] Support of Drafts folder from v2.3.22 and v3-2-10

 

Hi all,
as far as I am aware, activesyncing Drafts folders should be supported from 
SOGo v2.3.22 and v3-2-10. I just cannot see this working, I have created 
test-Drafts in Webmail, Outlook and on the iPhone and iPad but they are all out 
of sync. Did I miss something, is there a switch i need to flip or similar?

many thanks in advance

Andy

--
✂- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Email sent by mobile device. Pls excuse my brevity.
 

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

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

AW: [SOGo] Meetingrequest via CalDav results in duplicate appointments

2018-05-26 Thread &quot;Thomas Fuehrer"
Hi Michael,
this sounds like a bug. Can you provide the initial and the duplicate raw event 
in attendee's calendar and raw invitation e-mail?

Thanks,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu <users-requ...@sogo.nu> Im Auftrag von 
"mlo-bugtr...@germanski.net"
Gesendet: Mittwoch, 23. Mai 2018 22:06
An: users@sogo.nu
Betreff: [SOGo] Meetingrequest via CalDav results in duplicate appointments

Hi Mailinglistmembers,

my goal is to create meeting requests via CalDAV to invite several people to a 
meeting.
After sending the meeting requests via CalDAV, SOGo add's the event into all 
attendees calendars and notifies everybody via mail. My issue appears when one 
of the attendees agrees the the meeting request via ActiveSync:
the event that is already in the attendees calendar gets re-created. Now there 
are duplicate appointments in the attendees calendar. Possible updates on the 
event are only issued to one of the duplicate appointments. 

Very strange: the duplicate appointments have the same iCal UID

Everything works fine if either
1. the Meetingrequest is created via SOGo Webapp 2. the attendees do agree to 
the meetingrequest via SOGo Webapp but it doesnt work in combination of CalDav 
and ActiveSync.

Do I miss something or did I find a bug? I couln't find a Bugreport for this 
one.

My environment:
SOGo 3.2.10
CalDAV clients: tested with Evolution (Gnome) and manual CalDAV operations via 
Caldav4j ActiveSync clients: Android and Outlook 2016

Thanks for any suggestions,
Michael
--
users@sogo.nu
https://inverse.ca/sogo/lists=

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

AW: [SOGo] Activesync issues after update

2018-03-29 Thread &quot;Thomas Fuehrer"
Hi Riccardo,

in the latest nightly EAS 16 is disabled which explains why removing and 
recreating the profile fixed the issue.

 

You say the problem happened on iOS and Android:

*   What eMail-App are you using on Android?
*   Are iOS and Android devices connected to the same user?
*   What version of libwbxml are you using?
*   Was just a single mail duplicated or all mails in the folder?

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu <users-requ...@sogo.nu> Im Auftrag von Riccardo 
Bicelli
Gesendet: Mittwoch, 28. März 2018 14:28
An: users@sogo.nu
Betreff: [SOGo] Activesync issues after update

 

Hello,

We updated sogo to the latest v4 nightly and we're facing a strange issue with 
activesync: messages in draft folder keeps multiplicating, in my draft folders 
I got 18K messages (same message!).

 

Removing account on device and recreating seems solving the issue.

 

This happens both on IOS and Android.

 

Regards,

Riccardo

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

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

[SOGo] "next available time slot" feature in sogo 3 ?

2018-02-15 Thread Thomas Imbreckx
Hello,

When adding event attendees, in SOGo 2 we could automatically have a
/"next available slot"/ suggested to us by the UI.

Is it still possible in SOGo3 ? I can't find it in the UI, and haven't
readily found info about this online.


Thanks for your time!

-- 

Thomas IMBRECKX
Équipe support
Service Informatique Universitaire (SIU)

T.+32 81 72 5012
siu-supp...@unamur.be <mailto:siu-supp...@unamur.be>

Université de Namur ASBL
Rue de Bruxelles 61 - 5000 Namur
Belgique

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

AW: [SOGo] Multi-domain + MySQL setup

2017-12-23 Thread &quot;Thomas Fuehrer"
Hi Bartosz,
you have an invalid parameter in your sogo.conf.

viewUrl vs. viewURL

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von
Bartosz Stepien
Gesendet: Freitag, 22. Dezember 2017 18:09
An: users@sogo.nu
Betreff: [SOGo] Multi-domain + MySQL setup

Hello, 

after long and successful adventure with SOGo 2 now I'm trying to setup a
v3 server for our customers. Straight to the point: I fail.

Request to WWW frontend result in error 501; sogo.log states:

#v+
2017-12-22 16:58:36.601 sogod[3339] EXCEPTION: 
NAME:NSInvalidArgumentException REASON:Tried to add nil value for key
'seconddomain.pl' to dictionary INFO:{} Dec 22 16:58:36 sogod [3339]:
123.45.135.246 "GET /SOGo/ HTTP/1.1" 501 0/0 0.030 - - 2M
#v-

(domain name and IP changed; there is also another error, "could not create
bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundl
e'",
but according to https://sogo.nu/bugs/view.php?id=287 it's harmless).

Intended setup is multi-domain (two domains atm), with users coming from
MySQL.
Domains should be isolated from each other. Username is equal to email
address.

Looking for solution I've found some suggestions online, but none helped:

- sope4.9-gdl1-mysql is installed
- I can access MySQL server and views from the machine, using credentials
from
  sogo.conf
- memcached is running on the SOGo machine
- adding DomainFieldName to SOGoUserSources, as suggested once on list, did
not
  help
- when I remove second domain section, the same error appears for first
domain.
- plist shows no errors in sogo.conf structure

It's probably some omission on my side, but I fail to recognize it, so if
anybody has a suggestion, I'd be most grateful. Or maybe someone can show
his working example?

Setup details: Debian Wheezy (I know, I know), latest SOGo nightly from
packages.inverse.ca (earlier nightlies worked in exactly the same way),
Apache as a frontend (with default config from package).

Here is my sogo.conf (password, "db-alias" and domain names sanitized; but
I've checked the original values many times):

#v+
{
SOGoProfileURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_user_profile";
OCSFolderInfoURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_folder_info";
OCSSessionsFolderURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_sessions_folder";
OCSEMailAlarmsFolderURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_alarms_folder";
OCSStoreURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_store";
OCSAclURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_acl";
OCSCacheFolderURL =
"mysql://sogo:password@db-alias:3306/sogo/sogo_cache_folder";


SOGoEnableEMailAlarms = YES;
   
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoLanguage = Polish;
SOGoTimeZone = Europe/Warsaw;
SOGoIMAPServer = mailserver.pl;
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoJunkFolderName = Spam;
SOGoMailingMechanism = smtp;
SOGoSMTPServer = mailserver.pl;

/*SOGoEnableDomainBasedUID = YES; */
   
domains = {
"first-domain.pl" = {
SOGoMailDomain = "first-domain.pl";
SOGoUserSources = (
{  
type = sql;
id = "first-domain.pl";
viewUrl =
"mysql://sogo:password@db-alias:3306/sogo/_auth_first";
canAuthenticate = YES;
DomainFieldName = c_domains;
isAddressBook = YES;
}
);
};
"seconddomain.pl" = {
SOGoMailDomain = "seconddomain.pl";
SOGoUserSources = (
{  
type = sql;
id = "seconddomain.pl";
viewUrl =
"mysql://sogo:password@db-alias:3306/sogo/_auth_second";
canAuthenticate = YES;
DomainFieldName = c_domains;
isAddressBook = YES;
}
);
};
};
}
#v-

(I started without many quotes, as in documentation; DomainFieldName and
SOGoEnableDomainBasedUID were added/commented during tests, with no result).

~sogo/GNUstep/Defaults/.GNUstepDefaults looks as follows:

#v+

http://www.gnustep.org/plist-0_9.xml;>


NSGlobalDomain


sogod




#v-

Views have columns named c_uid, c_domains, c_name, c_password, c_cn, mail;
c_domains contains domain, c_password -- password, all other -- email
address (that is also username).

Sincerely,
Bartosz 'briest' Stępień

--
Warning! You're entering Japanese pintelou!
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

Re: [SOGo] Outlook 2016 autodiscovery

2017-10-20 Thread &quot;Thomas Fuehrer"
Hi,
following solution worked for me to get back the "old" gui which allows to 
configure EAS manually:

https://support.microsoft.com/en-us/help/3189194/how-to-disable-simplified-account-creation-in-outlook-2016

Cheers,
Thomas


On Monday, October 02, 2017 07:20 CEST, "\"Jean-Philippe Ghibaudo\"" 
(jean-philippe.ghiba...@oca.eu) <users@sogo.nu> wrote:

> Hi,
>
> Thank you for the downgrade method. It work for sure but how long?
>
> I guess we have to deal with the fact that EAS is not an option anymore.
>
> OpenChange is probably the best way to replace EAS. Too bad, it was easy to
> install as well as to configure.
>
> --
> Jean-Philippe Ghibaudo
>
>
>
> Le 30 septembre 2017 13:03:31 "Christian Jensen" (c...@cjpg.dk)
> <users@sogo.nu> a écrit :
>
> > Den 29-09-2017 kl. 13:51 skrev Gerald Brandt (g...@majentis.com):
> >>
> >> On 2017-09-29 06:02 AM, "Jean-Philippe Ghibaudo"
> >> (jean-philippe.ghiba...@oca.eu) wrote:
> >>>
> >>> Hi,
> >>>
> >>> The fact is not everybody has the same version of Office
> >>> You can have differed updates as well as monthly updates.
> >>>
> >>> I've the last stable version and your guide is not working anymore.
> >>> The GUI has changed and you can no longer configure any EAS account
> >>> manually.
> >>>
> >>> There's only Exchange with autodiscovery.
> >>>
> >>> --
> >>> *Jean-Philippe Ghibaudo*
> >>>
> >>>
> >>
> >> This is correct. The GUI has completely changed and manual setup is no
> >> longer available. PITA.
> >>
> >> Gerald
> >>
> >> --
> >> users@sogo.nu
> >> https://inverse.ca/sogo/lists
> >
> > Granted that they made lots of changes in the past few months, that came
> > as a surprise..
> >
> >
> > so here's how to downgrade office so you can add your account, once you
> > added your account upgrade office again :)
> >
> > Follow the guide.
> > https://support.microsoft.com/en-us/help/2770432/how-to-revert-to-an-earlier-version-of-office-2013-or-office-2016-clic
> >
> >
> > This is what i did this morning on new laptop
> >
> > open cmd.exe as admin.
> >
> > ~# cd %programfiles%\Common Files\Microsoft Shared\ClickToRun
> >
> > ## note the version number 'June 13, 2017 Version 1705 (Build 8201.2102)'
> >
> > ~# officec2rclient.exe /update user updatetoversion=16.0.8201.2102
> >
> > open 'Control Panel > Mail'  and click on New account  and we have
> > the old ui back :) :)
> >
> > once your account is added start outlook 2016,
> >
> > this works for me, hope this will help, i know not user friendly but it
> > works
> >
> > --
> > Hilsen / Regards
> > Christian Jensen
> >
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

[SOGo] Problem with calendar export from SOGo

2017-09-06 Thread Thomas Robers
Hello List-reader,

I'm running a nightly version of SOGo (version 3.2.10)
and I'm running into a problem with CalDavSynchronizer.

I imported an .ics file with calendar events exported
from Lotus Notes with altogether about 850 events with no
errors, warnings or problems. Then I installed CalDav
Synchronizer version 2.23 and tried to synchronize the
SOGo calendar with the one in Outlook 2010. Most events
got imported into the Outlook calendar but several (about
50) produced an error, regarding an "unexpected token":

> unexpected token: [":",<6>,line=6,col=7]

I found out that the export from SOGo, which CalDav
Synchronizer, tries to import contains events that look
like this:

> [...]
> DTSTART;VALUE=DATE:20101211
> DTEND;:20101212T00Z
> [...]

and CalDav Synchronizer remarks the colon after

> DTEND;

as unexpected.

I looked at the original export file from Lotus Notes
and there these entries look like this:

> DTSTART;VALUE=DATE:20161211
> DTEND;VALUE=DATE:20161211

So there is the additional parameter

> VALUE=DATE

which is missing in the export from SOGo. Are there any
paramters in SOGo which can control this behaviour? I could
not find any in the documentation or faq, and nobody with
a similar problem, but perhaps I have overlooked something?

I asked already the CalDav Synchronizer people and they say

> "Nothing much we can fix on our side, this ics is invalid
> and SOGo shouldn't export it that way or even not import
> it itself.

I'm not that familiar with the specification of ics files, so
any hint or help is welcome and appreciated and if any furher
information is needed i can give it.

Many thanks!
Thomas Robers
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] Problems with Active Sync and deleting an calendar event

2017-06-08 Thread &quot;Thomas Fuehrer"
Then I suggest to try with latest version.
Cheers,
Thomas

 Jonas Kemmer schrieb 

Hi,
the problem exists with contacts and calendar-events.

I'm using sogo 3.2.1

Regards,
Jonas

2017-06-07 18:04 GMT+02:00 "Thomas Fuehrer" <users@sogo.nu>:

> Hi Jonas,
>
> in the log you show a deletion of a contact. So, I assume you have the
> described problem with contacts AND calendar-events.
>
>
>
> What exact version of sogo do you have installed? Is it a nightly build?
>
>
>
> I asking because looking into the log it seems that the delete-permisstion
> check fails and so the contact is re-added.
>
>
>
> Reference:
>
>
>
> (fix) wrong check for delete permission
>
> https://github.com/inverse-inc/sogo/commit/022c4bac988c38b7f7916946df3b95
> 106be7562b
>
>
>
> Regards,
>
> Thomas
>
>
>
> *Von:* users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] *Im Auftrag
> von *Jonas Kemmer
> *Gesendet:* Mittwoch, 7. Juni 2017 13:15
> *An:* users@sogo.nu
> *Betreff:* Re: [SOGo] Problems with Active Sync and deleting an calendar
> event
>
>
>
> Hi Thomas,
>
>
>
> you can find the log here:
>
> https://pastebin.com/qTsJYBJE
>
>
> I enabled EAS debug, Mysql debug, request debug and connected with outlook.
>
> I deleted an calendar event and a contact and both reappeared.
>
>
>
> Thank you
>
>
>
> 2017-05-31 17:07 GMT+02:00 "Thomas Fuehrer" <users@sogo.nu>:
>
> Hi Jonas,
> can you run another test with:
>
> PGDebugEnabled = YES;
> or
> MySQL4DebugEnabled = YES;
>
> ... depending on what sql backend you're using.
>
> Cheers,
> Thomas
>
>  Jonas Kemmer schrieb 
>
> Hi Thomas,
>
> thank you for your reply.
> I created a calendar event and then enabled the debug output and deleted an
> event from my calendar on the iPhone.
>
>
> 
> 
> ---
> May 31 12:01:36 sogod [16887]: notified the watchdog that we are ready
> May 31 12:01:36 sogod [16889 <16889>]: notified the watchdog that we are
> ready
> May 31 12:01:37 sogod [16889 <16889>]: Cache cleanup interval set every
> 300.00
> seconds
> May 31 12:01:37 sogod [16889 <16889>]: Using host(s) 'localhost' as
> server(s)
> May 31 12:01:37 sogod [16889 <16889>]: EAS - Empty Ping request - using
> cached
> HeatbeatInterval (10)
> May 31 12:01:37 sogod [16889 <16889>]: EAS - Empty Ping request - using
> cached
> folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
> "mail%2Fe2aebf210bbc2b59802269502b0e",
> "mail%2Fe9fab40cd7d42a59c72269502b0e")
> May 31 12:01:37 sogod [16889 <16889>]: [WARN] entry '{DAV:}write' already
> exists in
> DAV permissions table
> May 31 12:01:37 sogod [16889 <16889>]: [WARN] entry
> '{DAV:}write-properties'
> already exists in DAV permissions table
> May 31 12:01:37 sogod [16889 <16889>]: [WARN] entry '{DAV:}write-content'
> already
> exists in DAV permissions table
> May 31 12:01:38 sogod [16889 <16889>]: Sleeping 10 seconds while
> detecting changes
> in Ping...
> May 31 12:01:47 sogod [16887 <16887>]: Cache cleanup interval set every
> 300.00
> seconds
> May 31 12:01:47 sogod [16887 <16887>]: Using host(s) 'localhost' as
> server(s)
> May 31 12:01:47 sogod [16887 <16887>]: EAS - request for device :
> 1496224817vevent%2Fpersonal25132768B10D624FE4E648CF801599A923CDB31F0
>
> May 31 12:01:47 sogod [16887 <16887>]: [WARN] entry '{DAV:}write' already
> exists in
> DAV permissions table
> May 31 12:01:47 sogod [16887 <16887>]: [WARN] entry
> '{DAV:}write-properties'
> already exists in DAV permissions table
> May 31 12:01:47 sogod [16887 <16887>]: [WARN] entry '{DAV:}write-content'
> already
> exists in DAV permissions table
> May 31 12:01:47 sogod [16887 <16887>]: EAS - Delete - Process delete for
> folder
> personal easId B10D624FE4E648CF801599A923CDB31F0
> May 31 12:01:47 sogod [16887 <16887>]: Change detected during Sync, we
> push the
> content.
> May 31 12:01:47 sogod [16887 <16887>]: EAS - response for device :
> Calendar1496224817vevent%2Fpersonal1B10D624FE4E648CF801599A923CDB31F01
>
> May 31 12:01:47 sogod [16887 <16887>]: 192.168.100.20 "POST
> /SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone&
> Cmd=Sync
> HTTP/1.1" 200 108/115 0.019 - - 3M
> May 31 12:01:48 sogod [16889 <16889>]: EAS - response for device : 1
>
> May 31 12:01:48 sogod [16889 <16889>]: 192.

AW: [SOGo] Problems with Active Sync and deleting an calendar event

2017-06-07 Thread &quot;Thomas Fuehrer"
Hi Jonas,

in the log you show a deletion of a contact. So, I assume you have the 
described problem with contacts AND calendar-events.

 

What exact version of sogo do you have installed? Is it a nightly build?

 

I asking because looking into the log it seems that the delete-permisstion 
check fails and so the contact is re-added.

 

Reference:

 

(fix) wrong check for delete permission

https://github.com/inverse-inc/sogo/commit/022c4bac988c38b7f7916946df3b95106be7562b

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Jonas 
Kemmer
Gesendet: Mittwoch, 7. Juni 2017 13:15
An: users@sogo.nu
Betreff: Re: [SOGo] Problems with Active Sync and deleting an calendar event

 

Hi Thomas,

 

you can find the log here:

 <https://pastebin.com/qTsJYBJE> https://pastebin.com/qTsJYBJE


I enabled EAS debug, Mysql debug, request debug and connected with outlook.

I deleted an calendar event and a contact and both reappeared.

 

Thank you

 

2017-05-31 17:07 GMT+02:00 "Thomas Fuehrer" < <mailto:users@sogo.nu> 
users@sogo.nu>:

Hi Jonas,
can you run another test with:

PGDebugEnabled = YES;
or
MySQL4DebugEnabled = YES;

... depending on what sql backend you're using.

Cheers,
Thomas

 Jonas Kemmer schrieb 

Hi Thomas,

thank you for your reply.
I created a calendar event and then enabled the debug output and deleted an
event from my calendar on the iPhone.


---
May 31 12:01:36 sogod  <tel:%5B16887> [16887]: notified the watchdog that we 
are ready
May 31 12:01:36 sogod [16889]: notified the watchdog that we are ready
May 31 12:01:37 sogod [16889]: Cache cleanup interval set every 300.00
seconds
May 31 12:01:37 sogod [16889]: Using host(s) 'localhost' as server(s)
May 31 12:01:37 sogod [16889]: EAS - Empty Ping request - using cached
HeatbeatInterval (10)
May 31 12:01:37 sogod [16889]: EAS - Empty Ping request - using cached
folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
"mail%2Fe2aebf210bbc2b59802269502b0e",
"mail%2Fe9fab40cd7d42a59c72269502b0e")
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write' already exists in
DAV permissions table
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write-properties'
already exists in DAV permissions table
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write-content' already
exists in DAV permissions table
May 31 12:01:38 sogod [16889]: Sleeping 10 seconds while detecting changes
in Ping...
May 31 12:01:47 sogod [16887]: Cache cleanup interval set every 300.00
seconds
May 31 12:01:47 sogod [16887]: Using host(s) 'localhost' as server(s)
May 31 12:01:47 sogod [16887]: EAS - request for device :
1496224817vevent%2Fpersonal25132768B10D624FE4E648CF801599A923CDB31F0

May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write' already exists in
DAV permissions table
May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write-properties'
already exists in DAV permissions table
May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write-content' already
exists in DAV permissions table
May 31 12:01:47 sogod [16887]: EAS - Delete - Process delete for folder
personal easId B10D624FE4E648CF801599A923CDB31F0
May 31 12:01:47 sogod [16887]: Change detected during Sync, we push the
content.
May 31 12:01:47 sogod [16887]: EAS - response for device :
Calendar1496224817vevent%2Fpersonal1B10D624FE4E648CF801599A923CDB31F01

May 31 12:01:47 sogod [16887]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Sync
HTTP/1.1" 200 108/115 0.019 - - 3M
May 31 12:01:48 sogod [16889]: EAS - response for device : 1

May 31 12:01:48 sogod [16889]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Ping
HTTP/1.1" 200 13/0 10.434 - - 2M
May 31 12:01:49 sogod [16889]: EAS - Empty Ping request - using cached
HeatbeatInterval (10)
May 31 12:01:49 sogod [16889]: EAS - Empty Ping request - using cached
folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
"mail%2Fe2aebf210bbc2b59802269502b0e",
"mail%2Fe9fab40cd7d42a59c72269502b0e")
May 31 12:01:49 sogod [16889]: Change detected using Ping, we let the EAS
client know to send a Sync.
May 31 12:01:49 sogod [16889]: EAS - response for device :
2vevent%2Fpersonal

May 31 12:01:49 sogod [16889]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Ping
HTTP/1.1" 200 36/0 0.426 - - 0
May 31 12:01:50 sogod [16889]: EAS - request for device :
1496224817vevent%2Fpersonal25132768

May 31 12:01:50 sogod [16889]: EAS - Use original serverId:
B10D624FE4E648CF801599A923CDB31F0 (null)
May 31 12:01:50 sogod [16889]: Change detected during Sync, we push the
content.
May 31 12:01:50 sog

AW: [SOGo] Problems with Active Sync and deleting an calendar event

2017-05-31 Thread &quot;Thomas Fuehrer"
Hi Jonas,
can you run another test with:

PGDebugEnabled = YES;
or
MySQL4DebugEnabled = YES;

... depending on what sql backend you're using.

Cheers,
Thomas

 Jonas Kemmer schrieb 

Hi Thomas,

thank you for your reply.
I created a calendar event and then enabled the debug output and deleted an
event from my calendar on the iPhone.


---
May 31 12:01:36 sogod [16887]: notified the watchdog that we are ready
May 31 12:01:36 sogod [16889]: notified the watchdog that we are ready
May 31 12:01:37 sogod [16889]: Cache cleanup interval set every 300.00
seconds
May 31 12:01:37 sogod [16889]: Using host(s) 'localhost' as server(s)
May 31 12:01:37 sogod [16889]: EAS - Empty Ping request - using cached
HeatbeatInterval (10)
May 31 12:01:37 sogod [16889]: EAS - Empty Ping request - using cached
folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
"mail%2Fe2aebf210bbc2b59802269502b0e",
"mail%2Fe9fab40cd7d42a59c72269502b0e")
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write' already exists in
DAV permissions table
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write-properties'
already exists in DAV permissions table
May 31 12:01:37 sogod [16889]: [WARN] entry '{DAV:}write-content' already
exists in DAV permissions table
May 31 12:01:38 sogod [16889]: Sleeping 10 seconds while detecting changes
in Ping...
May 31 12:01:47 sogod [16887]: Cache cleanup interval set every 300.00
seconds
May 31 12:01:47 sogod [16887]: Using host(s) 'localhost' as server(s)
May 31 12:01:47 sogod [16887]: EAS - request for device :
1496224817vevent%2Fpersonal25132768B10D624FE4E648CF801599A923CDB31F0

May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write' already exists in
DAV permissions table
May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write-properties'
already exists in DAV permissions table
May 31 12:01:47 sogod [16887]: [WARN] entry '{DAV:}write-content' already
exists in DAV permissions table
May 31 12:01:47 sogod [16887]: EAS - Delete - Process delete for folder
personal easId B10D624FE4E648CF801599A923CDB31F0
May 31 12:01:47 sogod [16887]: Change detected during Sync, we push the
content.
May 31 12:01:47 sogod [16887]: EAS - response for device :
Calendar1496224817vevent%2Fpersonal1B10D624FE4E648CF801599A923CDB31F01

May 31 12:01:47 sogod [16887]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Sync
HTTP/1.1" 200 108/115 0.019 - - 3M
May 31 12:01:48 sogod [16889]: EAS - response for device : 1

May 31 12:01:48 sogod [16889]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Ping
HTTP/1.1" 200 13/0 10.434 - - 2M
May 31 12:01:49 sogod [16889]: EAS - Empty Ping request - using cached
HeatbeatInterval (10)
May 31 12:01:49 sogod [16889]: EAS - Empty Ping request - using cached
folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
"mail%2Fe2aebf210bbc2b59802269502b0e",
"mail%2Fe9fab40cd7d42a59c72269502b0e")
May 31 12:01:49 sogod [16889]: Change detected using Ping, we let the EAS
client know to send a Sync.
May 31 12:01:49 sogod [16889]: EAS - response for device :
2vevent%2Fpersonal

May 31 12:01:49 sogod [16889]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Ping
HTTP/1.1" 200 36/0 0.426 - - 0
May 31 12:01:50 sogod [16889]: EAS - request for device :
1496224817vevent%2Fpersonal25132768

May 31 12:01:50 sogod [16889]: EAS - Use original serverId:
B10D624FE4E648CF801599A923CDB31F0 (null)
May 31 12:01:50 sogod [16889]: Change detected during Sync, we push the
content.
May 31 12:01:50 sogod [16889]: EAS - response for device :
Calendar1496224907vevent%2Fpersonal1B10D624FE4E648CF801599A923CDB31F0020170531T11Z20170531T12ZxP///woFAAMAAAMFAAIAxP///w==20TestB10D624FE4E648CF801599A923CDB31F001

May 31 12:01:50 sogod [16889]: 192.168.100.20 "POST
/SOGo/Microsoft-Server-ActiveSync?User=jonas==iPhone=Sync
HTTP/1.1" 200 455/72 0.014 - - 2M
May 31 12:01:51 sogod [16889]: EAS - Empty Ping request - using cached
HeatbeatInterval (10)
May 31 12:01:51 sogod [16889]: EAS - Empty Ping request - using cached
folders ("vevent%2Fpersonal", "vcard%2Fpersonal",
"mail%2Fe2aebf210bbc2b59802269502b0e",
"mail%2Fe9fab40cd7d42a59c72269502b0e")
May 31 12:01:52 sogod [16889]: Sleeping 10 seconds while detecting changes
in Ping...
---

Thanks for your help

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

AW: [SOGo] Junk mail with outlook via EAS

2017-05-30 Thread &quot;Thomas Fuehrer"
Hi,
I've not tested myself, but moving a mail from one folder to another should 
trigger something like:

http://www.microsoft.com/;>

 
  
  ... 
  ... 
 


Cheers,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
"Florian GRUEL"
Gesendet: Dienstag, 30. Mai 2017 16:01
An: users@sogo.nu
Betreff: RE: [SOGo] Junk mail with outlook via EAS

Hi,


After some investigations :
-It seems that moving mail, sometime move it on the server sometime don't. :s 
-Using the "block sender" function of outlook never move the mail on the server 
-drag & drop mail to the "courrier indesirable" (junk) mail folder, doesn't 
move it on the server.

It seems that outlook don't send a command after blocking a sender (ok for 
that) but I have to see something in the log for the mail moving !
Is there something that I 've to look for when searching thru the log file ?

It's very difficult to parse the log file on the production server, is there a 
way to debug a single user  / device ?

Thanks for your help

-----Message d'origine-
De : "Thomas Fuehrer" [mailto:tfu@aon.atus...@sogo.nu] Envoyé : mercredi 24 mai 
2017 07:49 À : Florian GRUEL <users@sogo.nu> Objet : AW: [SOGo] Junk mail with 
outlook via EAS

Hi Florian,
set SOGoEASDebugEnabled and check what OL is sending to the server when you 
apply the feature.

Regards,
Thomas

 Florian GRUEL schrieb 

Hello,



I'm using Sogo nightly with dovecot 2.2.13



When in Outlook I move a junk mail to the corresponding folder, or use the 
blacklist function (don't know the name of the option in English), The mail 
stay in the Inbox.

The problem is the same is the same with legitmate mails, but I keep them in 
the inbox, no need to order them :P





Is anybody has experienced the same problem ?

Wich debug option I need to activate : SOGoDebugRequests? ImapDebugEnabled?
SOGoEASDebugEnabled ?





Thank everybody



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

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

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

AW: [SOGo] Problems with Active Sync and deleting an calendar event

2017-05-30 Thread &quot;Thomas Fuehrer"
Hi Jonas, setting SOGoEASDebugEnabled =yes should give more info about what is 
going on.

Btw. It's worth to update...

Regards, Thomas

 Jonas Kemmer schrieb 

Hi,

I'm a new sogo user, and I really like it!

On the iPhone and with Outlook I'm using the activesync protocol to access
all my data.
My problem is, that when I'm deleting a calendar event in outlook or in the
iPhone calendar, the event will disappear (5 sec or so) and then reappear
in my calendar. If I'm doing this in the sogo web ui everything works as
expected.

I'm using sogo 3.2.1 on Ubuntu with apache 2.4.18

The sogo logs are showing the following:

=WindowsOutlook15 HTTP/1.1" 200 0/689 0.627 - - 0
May 29 09:22:08 sogod [3289]: <0x0x55f194387f60[SOGoActiveSyncDispatcher]>
Sleeping 10 seconds while detecting changes in Ping...
May 29 09:22:11 sogod [3288]: <0x0x55f193d3d3e0[SOGoActiveSyncDispatcher]>
Sleeping 10 seconds while detecting changes in Ping...
May 29 09:22:12 sogod [3287]: <0x0x55f193b679f0[SOGoActiveSyncDispatcher]>
Change detected during Sync, we push the content.
May 29 09:22:12 sogod [3287]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync===WindowsOutlook15 HTTP/1.1" 200
98/116 0.014 - - 0
May 29 09:22:13 sogod [3287]: <0x0x55f193b6c400[SOGoActiveSyncDispatcher]>
Change detected during Sync, we push the content.
May 29 09:22:13 sogod [3287]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync===WindowsOutlook15 HTTP/1.1" 200
900/689 0.643 - - 264K
May 29 09:22:18 sogod [3289]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Ping===WindowsOutlook15 HTTP/1.1" 200
13/358 10.620 - - 0
May 29 09:22:19 sogod [3287]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync===WindowsOutlook15 HTTP/1.1" 200 0/689
0.637 - - 0
May 29 09:22:19 sogod [3289]: <0x0x55f1940dffa0[SOGoActiveSyncDispatcher]>
Sleeping 10 seconds while detecting changes in Ping...

--

Thank you for your support

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

AW: [SOGo] Junk mail with outlook via EAS

2017-05-23 Thread &quot;Thomas Fuehrer"
Hi Florian,
set SOGoEASDebugEnabled and check what OL is sending to the server when you 
apply the feature.

Regards,
Thomas

 Florian GRUEL schrieb 

Hello,



I'm using Sogo nightly with dovecot 2.2.13



When in Outlook I move a junk mail to the corresponding folder, or use the
blacklist function (don't know the name of the option in English), The mail
stay in the Inbox.

The problem is the same is the same with legitmate mails, but I keep them in
the inbox, no need to order them :P





Is anybody has experienced the same problem ?

Wich debug option I need to activate : SOGoDebugRequests? ImapDebugEnabled?
SOGoEASDebugEnabled ?





Thank everybody



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

AW: [SOGo] ActiveSync missing messages

2017-04-29 Thread &quot;Thomas Fuehrer"
Hi Alex!

 

Check with

sogo-tool -v manage-eas listfolders  

whether the missing messages are known by the eas-cache.

 

You find the message id in the url when you open a message in webmail:

https://.../SOGo/so/ /Mail/view#!/Mail/0/INBOX/32095

 

-> 32095

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
"Alexandre Zuotoski Neto"
Gesendet: Donnerstag, 27. April 2017 16:21
An: users@sogo.nu
Betreff: [SOGo] ActiveSync missing messages

 

Hi!

   We are using Oulook 2016, Android mobiles e some IPhones with Activesync. 
There is no error or so ever. But I’ve noticed that some messages are missing, 
and it happens in any email folder. If I check the messages in Webmail, they 
are there, but not in the clientes.

   Clients are configured to receive all messages.

 

Any tips?

 

Thanks!

 

Alex Zuotoski
Tecnologia da Informação
Fones: +5541-3641-4250 / Ramal 229
E-mails: a...@csmcalderaria.com.br <mailto:a...@csmcalderaria.com.br>  / 
t...@csmcalderaria.com.br <mailto:t...@csmcalderaria.com.br> 

 

 <http://www.csmcalderaria.com.br/> 

http://www.csmcalderaria.com.br <http://www.csmcalderaria.com.br/> 

 

 

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

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

RE: [SOGo] ActiveSync Calendar on Outlook

2017-01-20 Thread &quot;Thomas Fuehrer"
Hi Ivan,

-> /etc/sogo/sogo.conf

Since you asking for the sogo.conf location also check Installation and 
Configuration Guide for EAS specific infos:

https://sogo.nu/files/docs/SOGoInstallationGuide.html
7. Microsoft Enterprise ActiveSync
8. Microsoft Enterprise ActiveSync Tuning


Regards,
Thomas

On Friday, January 20, 2017 23:54 CET, "\"Ivan Gonzalez\"" (iva...@nocroom.com) 
<users@sogo.nu> wrote:

> Thank you, I’m am now to sogo where is this config file location ?
>
>
>
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com w:  <http://nocroom.com/> NocRoom.com
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social  
> <http://twitter.com/nocroom> tw |  <http://fb.com/miaminetwork> fb |  
> <http://linkedin.com/company/nocroom> in |  <https://url.nocroom.com/ODF8S> 
> g+ ]
>
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
>
> All emails from NocRoom.com are encrypted
>
> IMPORTANT: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If the reader is not the intended recipient, please notify us 
> immediately by return e-mail and delete the original message from your e-mail 
> system. Any dissemination, distribution or copying of the communication is 
> strictly prohibited. This correspondence is being transmitted for 
> informational purposes only and the views, opinions and any electronic 
> signatures of the sender are not intended to bind NocRoom LLC.​
>
>
>
> From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
> "Thomas Fuehrer"
> Sent: Friday, January 20, 2017 12:26 PM
> To: users@sogo.nu
> Subject: AW: [SOGo] ActiveSync Calendar on Outlook
>
>
>
> Hi Ivan!
>
>
>
> You can set SOGoEASDebugEnabled = YES to get more info in sogo.log
>
>
>
> Regards,
>
> Thomas
>
>
>
> Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
> [mailto:users-requ...@sogo.nu] Im Auftrag von "Ivan Gonzalez"
> Gesendet: Freitag, 20. Januar 2017 19:06
> An: users@sogo.nu <mailto:users@sogo.nu>
> Betreff: [SOGo] ActiveSync Calendar on Outlook
>
>
>
> I am having an problem with the calendar not syncing with outlook and sogo, 
> is there additional settings needed ?
>
>
>
> Ivan Gonzalez Jr. x101
> NocRoom | ceo | e: iva...@nocroom.com <mailto:iva...@nocroom.com>  w:  
> <http://nocroom.com/> NocRoom.com
> West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social  
> <http://twitter.com/nocroom> tw |  <http://fb.com/miaminetwork> fb |  
> <http://linkedin.com/company/nocroom> in |  <https://url.nocroom.com/ODF8S> 
> g+ ]
>
> Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
> Servers – Cloud PBX Hosted Systems - Bitcoin ok
>
> All emails from NocRoom.com are encrypted
>
> IMPORTANT: This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If the reader is not the intended recipient, please notify us 
> immediately by return e-mail and delete the original message from your e-mail 
> system. Any dissemination, distribution or copying of the communication is 
> strictly prohibited. This correspondence is being transmitted for 
> informational purposes only and the views, opinions and any electronic 
> signatures of the sender are not intended to bind NocRoom LLC.​
>
>
>
> --
>  <mailto:users@sogo.nu> users@sogo.nu
>  <https://inverse.ca/sogo/lists> https://inverse.ca/sogo/lists
>
> --
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

AW: [SOGo] ActiveSync Calendar on Outlook

2017-01-20 Thread &quot;Thomas Fuehrer"
Hi Ivan!

 

You can set SOGoEASDebugEnabled = YES to get more info in sogo.log

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von "Ivan 
Gonzalez"
Gesendet: Freitag, 20. Januar 2017 19:06
An: users@sogo.nu
Betreff: [SOGo] ActiveSync Calendar on Outlook

 

I am having an problem with the calendar not syncing with outlook and sogo, is 
there additional settings needed ?

 

Ivan Gonzalez Jr. x101
NocRoom | ceo | e: iva...@nocroom.com <mailto:iva...@nocroom.com>  w:  
<http://nocroom.com/> NocRoom.com 
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social  
<http://twitter.com/nocroom> tw |  <http://fb.com/miaminetwork> fb |  
<http://linkedin.com/company/nocroom> in |  <https://url.nocroom.com/ODF8S> g+ ]

Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email 
Servers – Cloud PBX Hosted Systems - Bitcoin ok

All emails from NocRoom.com are encrypted

IMPORTANT: This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If the reader is not the intended recipient, please notify us 
immediately by return e-mail and delete the original message from your e-mail 
system. Any dissemination, distribution or copying of the communication is 
strictly prohibited. This correspondence is being transmitted for informational 
purposes only and the views, opinions and any electronic signatures of the 
sender are not intended to bind NocRoom LLC.​

 

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

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

AW: [SOGo] Syncing of drafts folders on iOS

2016-12-10 Thread &quot;Thomas Fuehrer"
Hi Christoph, Draft-Folder-Sync is a feature which is supported with EAS v16.0. 
The only client which seems to support this (currently) is iOS 10. It shouldn’t 
be a too difficult to implement that. Perhaps I’ll have a look if I can get 
hold on an iOS 10 device.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
Christoph Kuhnert | YNA
Gesendet: Freitag, 9. Dezember 2016 13:24
An: users@sogo.nu
Betreff: Re: [SOGo] Syncing of drafts folders on iOS

 

Thanks Andy

 

I don't know about the Archive folders. 

 

But I will put that feature request in, because the syncing of drafts is super 
important for professional usage (in my opinion). 

 

I will check where I can do it on the SOGo webpage. 

 

Or does someone know a workaround?



Kind Regards

Christoph Kuhnert

YNA | the Yacht Naval Architects GmbH
Services for Owner’s Teams & Managers

  _  


On 9 Dec 2016, at 12:54, Andreas Blaha <users@sogo.nu <mailto:users@sogo.nu> > 
wrote:

I believe this is just not supported right now and might be  a good reason for 
a feature request.

Also, I could not find anything about the Archive folder that is created with 
every mailbox. Is there any (possibly undocumented) functionality behind this?

 

Best

Andy

 

Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
[mailto:users-requ...@sogo.nu] Im Auftrag von Christoph Kuhnert | YNA
Gesendet: Freitag, 09. Dezember 2016 07:33
An: Albert Shih <users@sogo.nu <mailto:users@sogo.nu> >
Betreff: [SOGo] Syncing of drafts folders on iOS

 

Good Morning

 

I am using SOGo generally very successfully within an iRedmail server in our 
company.

The only thing that does not work for us is the syncing of the drafts folders 
from iOS devices when we are using Exchange accounts.

 

I looked at this already together with Zhang from iRedmail but we did not find 
any hints in the sogo.log file. 

http://www.iredmail.org/forum/post53213.html#p53213

 

Is it expected that the syncing of the draft folder should work and could 
someone give me a tip about what to look at to solve it?

That would be very much appreciated,

 

 

Thanks in advance,

Chris

 

 

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

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

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

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

Re: [SOGo] shared IMAP folders

2016-10-20 Thread &quot;Thomas Fuehrer"

On Thursday, October 20, 2016 13:41 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:


> * 31 FETCH (UID 31 RFC822 {136999}
> 
> 1 OK Fetch completed.
>
> looks good.
>

Is it always the same id (/31) which is reported in sogo.log?
Try to delete the message to see whether it is an issue with this message only.

ImapDebugEnabled = YES should give more details(you can mail it to 
t...@aon.at)

Regards,
Thomas





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

AW: [SOGo] shared IMAP folders

2016-10-19 Thread &quot;Thomas Fuehrer"
Ralf,

the message [NGImap4Connection]> could not fetch url: 
imap://r...@mail.holmco.de/Public%2Fshared%2Fname%2Farchiv%2F2005/31 means that 
sogo failed to read the message with id 31 in folder 
public/shared/name/archive/2005

Have checked /var/log/mail.*?

You can try to read the message via telnet:

telnet  143
1 login  
1 select public/shared/name/archive/2005
1 uid fetch 31 rfc822

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
"Thomas Fuehrer"
Gesendet: Mittwoch, 19. Oktober 2016 16:07
An: Ralf Cirksena <users@sogo.nu>
Betreff: Re: [SOGo] shared IMAP folders

The /31 at the end of the imap url look strange ...

[NGImap4Connection]> could not fetch url: 
imap://r...@mail.holmco.de/Public%2Fshared%2Fname%2Farchiv%2F2005/31

Can you please set ImapDebugEnabled = YES; and provide me the logfile after 
doing a sync ...

Regards,
Thomas


On Wednesday, October 19, 2016 11:21 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:

> Hi Thomas,
>
> On Tue, Oct 18, 2016 at 08:50:42AM +0200 you wrote:
>
> > I found the problem with sogo-tool manage-eas. It's because the tool 
> > doesn't work with the ???combined??? data model.
>
> O.k., that may be the reason.
>
> > Until the problem with sogo-tool is fixed I suggest we continue with 
> > sogo.log SOGoEASDebugEnabled = YES.
> > Having a sogo.log with log-message from the first sync of a 
> > test-account with just a view mails in the shared-folders should give all 
> > infos to debug the situation.
>
> We created test user "rko" while SOGoEASDebugEnabled has been set to YES.
>
> Part of sogo.log is attached. For the test delimiter in dovecot.log 
> has been set to "Public/" The name of the public folder is 
> /Public/name/archiv/2005.
>
>
> Regards
> --
> R. Cirksena
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists





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

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

Re: [SOGo] shared IMAP folders

2016-10-19 Thread &quot;Thomas Fuehrer"
The /31 at the end of the imap url look strange ...

[NGImap4Connection]> could not fetch url: 
imap://r...@mail.holmco.de/Public%2Fshared%2Fname%2Farchiv%2F2005/31

Can you please set ImapDebugEnabled = YES; and provide me the logfile after 
doing a sync ...

Regards,
Thomas


On Wednesday, October 19, 2016 11:21 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:

> Hi Thomas,
>
> On Tue, Oct 18, 2016 at 08:50:42AM +0200 you wrote:
>
> > I found the problem with sogo-tool manage-eas. It's because the tool 
> > doesn't work with the ???combined??? data model.
>
> O.k., that may be the reason.
>
> > Until the problem with sogo-tool is fixed I suggest we continue with 
> > sogo.log SOGoEASDebugEnabled = YES.
> > Having a sogo.log with log-message from the first sync of a test-account 
> > with just a view mails in the shared-folders
> > should give all infos to debug the situation.
>
> We created test user "rko" while SOGoEASDebugEnabled has been set to YES.
>
> Part of sogo.log is attached. For the test delimiter in dovecot.log
> has been set to "Public/" The name of the public folder is
> /Public/name/archiv/2005.
>
>
> Regards
> --
> R. Cirksena
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists





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

Re: [SOGo] shared IMAP folders

2016-10-19 Thread &quot;Thomas Fuehrer"
Hi Ralf,
can you show me the log entry of the FolderSync response from the account 
creation.

Regards,
Thomas

On Wednesday, October 19, 2016 11:21 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:

> Hi Thomas,
>
> On Tue, Oct 18, 2016 at 08:50:42AM +0200 you wrote:
>
> > I found the problem with sogo-tool manage-eas. It's because the tool 
> > doesn't work with the ???combined??? data model.
>
> O.k., that may be the reason.
>
> > Until the problem with sogo-tool is fixed I suggest we continue with 
> > sogo.log SOGoEASDebugEnabled = YES.
> > Having a sogo.log with log-message from the first sync of a test-account 
> > with just a view mails in the shared-folders
> > should give all infos to debug the situation.
>
> We created test user "rko" while SOGoEASDebugEnabled has been set to YES.
>
> Part of sogo.log is attached. For the test delimiter in dovecot.log
> has been set to "Public/" The name of the public folder is
> /Public/name/archiv/2005.
>
>
> Regards
> --
> R. Cirksena
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists





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

Re: [SOGo] shared IMAP folders

2016-10-18 Thread &quot;Thomas Fuehrer"
Hi Ralf,
I found the problem with sogo-tool manage-eas. It's because the tool doesn't 
work with the “combined” data model.

Until the problem with sogo-tool is fixed I suggest we continue with sogo.log 
SOGoEASDebugEnabled = YES.
Having a sogo.log with log-message from the first sync of a test-account with 
just a view mails in the shared-folders
should give all infos to debug the situation.

Regards,
Thomas

On Monday, October 17, 2016 16:07 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:

> Hi Thomas,
>
> On Mon, Oct 17, 2016 at 02:17:04PM +0200 you wrote:
>
> > setMySQL4DebugEnabled = YES; in sogo.conf and report the complete 
> > output of:
> >
> > sogo-tool -v manage-eas listfolders  
>
> sogo-tool -v manage-eas listfolders ci 511E3A064F144EC399918109C2F50774
> <0x0x1122d60[SOGoCache]> Cache cleanup interval set every 300.00 seconds  
>   
>
> <0x0x1122d60[SOGoCache]> Using host(s) '127.0.0.1' as server(s)   
>   
>
> 2016-10-17 16:04:58.021 sogo-tool[19590] MySQL4 connection established 
> 0x0x11878b0   
>   
> 2016-10-17 16:04:58.022 sogo-tool[19590] MySQL4 channel 0x0x1114cb0 opened 
> (connection=0x0x11878b0,sogo) 
> 
> 2016-10-17 16:04:58.023 sogo-tool[19590] <MySQL4Channel[0x0x1114cb0] 
> connection=0x0x11878b0> SQL: SELECT * FROM sogo_cache_folder WHERE c_type = 
> 201 AND c_deleted <> 1 AND c_uid = '(null)' AND c_path like 
> '/511E3A064F144EC399918109C2F50774%'; 
>   
>
> 2016-10-17 16:04:58.023 sogo-tool[19590] <MySQL4Channel[0x0x1114cb0] 
> connection=0x0x11878b0>   query has results, entering fetch-mode.
>
>
> Regards
> --
> R. Cirksena
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists






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

Re: [SOGo] shared IMAP folders

2016-10-17 Thread &quot;Thomas Fuehrer"
Hi Ralf,
setMySQL4DebugEnabled = YES; in sogo.conf and report the complete output of:

sogo-tool -v manage-eas listfolders  

Regards,
Thomas

On Monday, October 17, 2016 09:16 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:

> Hi Thomas,
>
> On Fri, Oct 14, 2016 at 01:00:51PM +0200 you wrote:
>
> > >What should I expect?
> > The command sogo-tool -v manage-eas  listfolders  USERID
> > 80E5C294847E4A5C92B45A2DE9514008
> > shows folder related data for ALL folders which are cached by EAS:
> >
> > [..]
> > Folder Key:
> > 80E5C294847E4A5C92B45A2DE9514008+folderb041fc102feae255ed2c4efb9b64
> >Folder Name: INBOX
> >
> >metadata Name: {DateCache = {597 = "2016-10-13 22:35:43 +0200"; };
> > FolderOptions = {BodyPreferenceType = 4; FilterType = 5; MIMESupport = 2;
> > MIMETruncation = 8; }; SyncCache = {597 = 279; }; SyncKey = "599-296";
> > displayName = INBOX; }
> >
> > Folder Key:
> > 80E5C294847E4A5C92B45A2DE9514008+folderb4ed12342789fe57f10db47b4f0c
> >Folder Name: public/TestFolder1/abc1
> >
> >metadata Name: {DateCache = {}; FolderOptions = {BodyPreferenceType = 4;
> > FilterType = 5; MIMESupport = 2; MIMETruncation = 8; }; SyncCache = {};
> > SyncKey = "1-1"; displayName = "public/TestFolder1/abc1"; }
> > [..]
>
> there is nothing like that displayed.
>
> Perhaps dovecot configuration is problem?
> The relevant parts from dovecot.conf are:
>
> | namespace public {
> | prefix = "Public/"
> | location = 
> maildir:/var/dovecot/shared_maildir:CONTROL=/var/dovecot/shared_control/%u:INDEX=/var/dovecot/shared_index/%u
> | inbox = no
> | list = no
> | }
>
> > The non-hierarchical view you describe is caused by the fact that not all
> > folders are real folders. In that case EAS
> > displays them like
> >
> > public/fld1/fld2/fld3
> >
> > If you want to see them hierarchical you have to share also the intermediate
> > folders:
> >
> > Public/fld1
> > Public/fld1/fld2
> > Public/fld1/fld2/fld3
>
> I'll do that as soon as I see the cached folders.
> How do I config folder caching in Active Sync? Perhaps I missed
> something.
>
> > I've some ideas to improve the behavior a bit. Do you compile from source?
> > Are you able to test a patch? What sogo version are you using?
>
> In toe moment I cannot test patches. I did not compile from source,
> the version is 3.2.0.
>
> > But, in any case outlook synced via EAS should be able to show the folder
> > content and it DOES it for me.
> >
> > Could you re-create the account in outlook and show me the response to
> > FolderSync logged in sogo.log with
> > SOGoEASDebugEnabled = YES.
>
> We are going to try that. I'll report the result.
>
>
> Greetings
> --
> R. Cirksena
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists






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

Re: [SOGo] public IPAM folders (was: shared IMAP folders)

2016-10-16 Thread &quot;Thomas Fuehrer"
I use dovecot.
Regards, Thomas

- Reply message -
From: ""\"Chris\"" (chris2...@postbox.xyz)" <users@sogo.nu>
To: <users@sogo.nu>
Subject: [SOGo] public IPAM folders (was: shared IMAP folders)
Date: Sun, Oct 16, 2016 22:41


Ralf Cirksena wrote:
> the folders in question are PUBLIC imap folders, not shared.
> That may be important. Sorry for the confusion...

Just out of curiosity: what's your IMAP server? Dovecot?

- Chris

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

AW: [SOGo] shared IMAP folders

2016-10-14 Thread &quot;Thomas Fuehrer"
Hi Ralf,

>What should I expect?
The command sogo-tool -v manage-eas  listfolders  USERID
80E5C294847E4A5C92B45A2DE9514008
shows folder related data for ALL folders which are cached by EAS:

[..]
Folder Key:
80E5C294847E4A5C92B45A2DE9514008+folderb041fc102feae255ed2c4efb9b64
   Folder Name: INBOX

   metadata Name: {DateCache = {597 = "2016-10-13 22:35:43 +0200"; };
FolderOptions = {BodyPreferenceType = 4; FilterType = 5; MIMESupport = 2;
MIMETruncation = 8; }; SyncCache = {597 = 279; }; SyncKey = "599-296";
displayName = INBOX; }

Folder Key:
80E5C294847E4A5C92B45A2DE9514008+folderb4ed12342789fe57f10db47b4f0c
   Folder Name: public/TestFolder1/abc1

   metadata Name: {DateCache = {}; FolderOptions = {BodyPreferenceType = 4;
FilterType = 5; MIMESupport = 2; MIMETruncation = 8; }; SyncCache = {};
SyncKey = "1-1"; displayName = "public/TestFolder1/abc1"; }
[..]

The non-hierarchical view you describe is caused by the fact that not all
folders are real folders. In that case EAS
displays them like 

public/fld1/fld2/fld3

If you want to see them hierarchical you have to share also the intermediate
folders:

Public/fld1
Public/fld1/fld2
Public/fld1/fld2/fld3

I've some ideas to improve the behavior a bit. Do you compile from source?
Are you able to test a patch? What sogo version are you using?

But, in any case outlook synced via EAS should be able to show the folder
content and it DOES it for me.

Could you re-create the account in outlook and show me the response to
FolderSync logged in sogo.log with
SOGoEASDebugEnabled = YES.


Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von
Ralf Cirksena
Gesendet: Freitag, 14. Oktober 2016 08:26
An: "Thomas Fuehrer" <users@sogo.nu>
Betreff: Re: [SOGo] shared IMAP folders

On Wed, Oct 12, 2016 at 04:52:49PM +0200 you wrote:

> Another try, check sogo.log for an entry like:
> 
> POST 
> /SOGo/Microsoft-Server-ActiveSync?Cmd=Sync==80XX
> XXX=WindowsOutlook15
> 
> User= and DeviceId= should be the right parameters for listfolders

tried it, no change.

What should I expect? Should "standard" folders (inbox, sent etc.) been
listed as well?

In the web interface the public archive folders are available without
subscription.


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

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

Re: [SOGo] shared IMAP folders

2016-10-12 Thread &quot;Thomas Fuehrer"

On Wednesday, October 12, 2016 15:00 CEST, "Ralf Cirksena" (c...@holmco.de) 
 wrote:

> On Wed, Oct 12, 2016 at 02:53:24PM +0200 you wrote:

> Result:
>
> |# sogo-tool -v manage-eas listdevices ci
> | <0x0x145e510[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> | <0x0x145e510[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
>
> Then:
>
> |# sogo-tool -v manage-eas listfolders ci 0x0x145e510
> | <0x0x1558300[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> | <0x0x1558300[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
>

Another try, check sogo.log for an entry like:

POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync==80X=WindowsOutlook15

User= and DeviceId= should be the right parameters for listfolders

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

Re: [SOGo] shared IMAP folders

2016-10-12 Thread &quot;Thomas Fuehrer"

On Wednesday, October 12, 2016 09:28 CEST, "Ralf Cirksena" (c...@holmco.de) 
 wrote:

> Tried it. I don't know how to get the device-id. If I take it out of
> the log file I get:
>
> <0x0x2a94f80[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> <0x0x2a94f80[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
>
> That's not what you requested?

Another way to show the deviceds is:

sogo-tool manage-eas listdevices 

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

Re: [SOGo] shared IMAP folders

2016-10-11 Thread &quot;Thomas Fuehrer"
Hi Ralf,

On Monday, October 10, 2016 08:01 CEST, "Ralf Cirksena" (c...@holmco.de) 
<users@sogo.nu> wrote:
>
> > >Meanwhile I can see the folders (but not hirarchical). There are not

Please post a screenshot to show how folders are currently shown in OL.

> > >contents shown. Prefix in dovecot configuration has been "#".
> > You should see your shared folders just like if it was one of your
> > own mailbox.
> > >What would be the best way to provide Outlook users with access to
> > >shared folders?
> > Do you see them properly right now in SOGo's web interface?
>
> Yes. After changing the prefix in dovecot shared folders are fully
> accessable from SOGo web interface. The folder hierarchy is maintained
> too.

What is you current prefix for shared folders?

> accessable from SOGo web interface. The folder hierarchy is maintained
> too.

Please show me what EAS knows about the shared folders:

sogo-tool -v manage-eas listfolders  


Regards,
Thomas

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

[SOGo] 0003774: Sogo AES not reporting outlook about SMTP code '554'

2016-10-06 Thread &quot;Thomas Fuehrer"
Hi Ludovic,
 what do you think about the idea to put some kind of "bounce mail" into users 
inbox if the sendmail action fails for some reason instead of returning with 
status=120 or http-500.
This would avoid the loop and gives the user the information it needs.

See attach patch.

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

3774.diff
Description: Binary data


RE: [SOGo] time-zone dependencies

2016-09-13 Thread &quot;Thomas Fuehrer"
Hi Andreas!

I cannot reproduce the time shift, but see the same problem with recurring 
events.
The problem is the RRULE:FREQ=YEARLY.

According to https://msdn.microsoft.com/en-us/library/dn292994(v=exchg.80).aspx 
MonthOfYear  and DayOfMonth are required for Type=5 but this elements are not 
generated for above rrule.

If you are compiling from source you can test attached patch.

Regards,
Thomas

-Original Message-
From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
"Andreas Blaha"
Sent: Dienstag, 13. September 2016 11:50
To: users@sogo.nu
Subject: AW: [SOGo] time-zone dependencies

Hello,
similar problem here:
running SOGo 2.3.14,
in sogo.conf and on the system (centOS 7, tzselect) TZ is set to Europe/Vienna, 
same on the client web interface and on the client system settings (Windows 10, 
Outlook 2016) in the web interface all is fine, in Outlook /EAS all all day 
appointments are either shifted backwards by one day or by 23 hours, see 
enclosed screenshots (I trust you don't use the appointments against me ;-)  ). 
The shown example is from an additional calendar created in this mailbox but 
the effect ist he same fort he default personal calendar. 
Also, as you can see from the screenshots, not all appointments are 
synchronized with EAS. If I change some of them to non-all-day events, they 
show up immediately.

I have exported the calendar, it looks normal to me, one example that SHOWS up:

BEGIN:VEVENT
UID:753E-57D2BE00-1B-32A6CA8
SUMMARY:Fritz S... GEBURTSTAG
CLASS:PRIVATE
DTSTART;VALUE=DATE:19610916
DTEND;VALUE=DATE:19610917
LAST-MODIFIED:20160912T070207Z
PRIORITY:5
CATEGORIES:Geburtstag
BEGIN:VALARM
TRIGGER;VALUE=DURATION:-P1D
ACTION:DISPLAY
END:VALARM
RRULE:FREQ=YEARLY
TRANSP:TRANSPARENT
SEQUENCE:1
END:VEVENT
-
And one that DOES NOT SHOW up
:
BEGIN:VEVENT
UID:7542-57D2BE00-9-3AB43E40
SUMMARY:Gyula S GEBURTSTAG
CLASS:PRIVATE
DTSTART;VALUE=DATE:20160916
DTEND;VALUE=DATE:20160917
LAST-MODIFIED:20160912T065157Z
PRIORITY:5
CATEGORIES:Geburtstag
BEGIN:VALARM
TRIGGER;VALUE=DURATION:-P1D
ACTION:DISPLAY
END:VALARM
RRULE:FREQ=YEARLY
TRANSP:TRANSPARENT
END:VEVENT

Here the sequence is missing in the ones that do not show.
If I check their content in the web interface (view raw source) they are 
identical entirely except the sequence number.

Any ideas?

> -Ursprüngliche Nachricht-
> Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag 
> von Christian Mack
> Gesendet: Donnerstag, 8. September 2016 10:33
> An: users@sogo.nu
> Betreff: Re: [SOGo] time-zone dependencies
> 
> Hello
> 
> Am 07.09.2016 um 18:07 schrieb Alex Gogan (a...@fbi.ie):
> >
> > I have double checked everything and the Time on my server is 
> > correct, the time on my configuration is correct but when I great 
> > invites
> >
> > it will be correct unless I have and use invite attendees, then it 
> > ALWAYS in the body of the email change the time (this happens in 
> > outlook and gmail calendaring as well)... in the actual calendar it is 
> > correct.
> >
> > Just wondering is there a way to vary this work correctly?
> >
> 
> Which timezone have you set in sogo.conf?
> Which timezone is set in SOGo webinterface for that account?
> Does the client use the same timezone on his machine?
> Is the clock on the client set correctly?
> How do you synchronize Outlook?
> 
> 
> Kind regards,
> Christian Mack
> 
> --
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung 
> Basisdienste
> 78457 Konstanz
> +49 7531 88-4416

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

type_yearly.diff
Description: Binary data


[SOGo] Change user account for login

2016-09-10 Thread Thomas
Hello!

Currently I'm using my email to login: @.de

Can I change the user account to login using only my first name?

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


Re: [SOGo] Activesync issue - vers. 3.1.4 on CentOS 7 - Folders but no mail

2016-07-17 Thread &quot;Thomas Fuehrer"
Hi JR,

test with following settings suggested in the docs:

https://sogo.nu/files/docs/SOGoInstallationGuide.html

[...]
If you have very large mail folders (thousands of messages), you will need to 
adjust the word size of your IMAP server.
In Dovecot, the parameter to increase is "imap_max_line_length" while under 
Cyrus IMAP Server, the parameter is "maxword".
We suggest a buffer of 2MB.

[...]

If this doesn't help set ImapDebugEnabled = YES.

Regards,
Thomas

Am Samstag, 16. Juli 2016 22:44 CEST, "JR Dalrymple" (j...@jrssite.com) 
<users@sogo.nu> schrieb:

> I'm trying to retrofit SOGo into an existing mail environment. I started
> testing by setting up a fresh Cyrus IMAP server on CentOS 7, pointed auth
> to the local AD environment, everything worked pretty smooth, including EAS.
>
> I changed the SOGo machine and pointed it to the production Cyrus IMAP
> server on a CentOS 6 box (Cyrus-IMAP vers. 2.3.16) and everything still
> works pretty well, except EAS it seems. I can connect to EAS successfully
> setting up an account in Outlook. Additionally I can download the folder
> list, but no mail items come in. What debugging I could do found me these
> things:
>
> From the SOGo LOG (with EAS debugging enabled):
>
>  [ERROR] <0x0x7fbfd4ca9d50[NGImap4Connection]> Error fetching 425 uids
> for url: imaps://first.last%40.net@mail.
> .net/Other%20Users%2F%2FDeleted%20Items%2FIllinois%20Street%2FArtwork/
>
> I see this type of error for each folder to be downloaded, this is just 1
> example of a great many alike. When this error is occurring on the SOGo
> server this is what I see on the Cyrus IMAP server:
>
>  Jul 16 10:46:48 mailserver imaps[20921]: open: user
> first^last@.net
> opened Other Users//Deleted Items/Illinois Street/Artwork
>  Jul 16 10:46:48 mailserver imaps[20921]: open: user
> first^last@.net
> opened Other Users//Deleted Items/Illinois Street/Artwork
>  Jul 16 10:46:48 mailserver imaps[20921]: open: user
> first^last@.net
> opened Other Users//Deleted Items/Illinois Street/Artwork
>  Jul 16 10:46:48 mailserver imaps[20921]: SQUAT returned 425 messages
>
> Mind you to add to the confusion - SOGo works fine and can pull down all
> the messages without any problems into the web UI. It's only EAS that is
> failing to download messages.
>
> Knowing full well I'm supposed to have a more current version of Cyrus IMAP
> I did try to proxy through a local dovecot instance at version 2.2.10.
> Doing this yielded no change whatsoever. The EAS mail symptoms remained
> identical (including reactions of the log files), and SOGo's Web UI
> continued to work perfectly fine.
>
> Another peculiarity is that Calendar items can sync from Outlook back into
> SOGo using EAS, but Outlook is not syncing new items, nor updates in from
> SOGo. If I delete a calendar item created in Outlook from within the SOGo
> Web UI, Outlook *DOES* seem to identify that calendar item's removal. This
> is only pertinent to deleting the item though, updating parameters of the
> appointment from within the SOGo Web UI does not cause them to be reflected
> in Outlook with EAS.
>
> Contacts on the other hand seem to work just fine, in both directions from
> either interface.
>
> All components (except for the test IMAP server which I had no trouble
> with) have valid 3rd party certificates installed and working properly.
>
> This is not urgent as SOGo to me is still in somewhat of a pilot phase,
> however EAS is the main impetus for me to implement SOGo so helping to make
> that component function properly would be greatly appreciated.
>
> -JR
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists




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

AW: [SOGo] ZEG ActiveSync

2016-06-08 Thread &quot;Thomas Fuehrer"
Peter,

specify just the server address for the Mail Server and make sure that you can 
access the ZEG via https.

Outlook 13 requires a SSL connection when using EAS.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Peter R
Gesendet: Donnerstag, 9. Juni 2016 02:07
An: users@sogo.nu
Betreff: Re: [SOGo] ZEG ActiveSync

 

Thomas,

Tried that ... same message.  It appears not to be wrong login information as 
much as I am not able to find/connect to server.  Once again unsuccessful.  
Anyone have any other ideas?  Thanks in advance.

Peter

On June 3, 2016 at 9:16 AM "\"\\\"Thomas Fuehrer\\\"\" ( <mailto:t...@aon.at> 
t...@aon.at)" < <mailto:users@sogo.nu> users@sogo.nu> wrote:

Hi Peter!

Username is sogo3 without domain.

Regards, Thomas

- Reply message -
From: ""Peter R" ( <mailto:s...@homewith.us> s...@homewith.us)" < 
<mailto:users@sogo.nu> users@sogo.nu>
To: < <mailto:users@sogo.nu> users@sogo.nu>
Subject: [SOGo] ZEG ActiveSync
Date: Fri, Jun 3, 2016 04:43

 

John, thanks for the idea.  Confirming that I am using the same VB 5.0.20.

I updated/upgraded Ubuntu and when I entered Host example.com, I got 10.0.2.15 
so it appears to be working (I think.  Still very near beginning of Linus 
learning curve so I could have completely misunderstood).

Didn’t resolve Active Sync issue.

 

Peter

On June 2, 2016 at 8:08 PM "\"\\\"John Radley (jradley.co.uk)\\\"\" ( 
<mailto:jrad...@jradley.co.uk> jrad...@jradley.co.uk)" < <mailto:users@sogo.nu> 
users@sogo.nu> wrote:

Peter,
As a matter of interest, is the ZEG VM working OK at the Unix level?
I ask because I recently ran it up in VirtualBox 5.0.20 (Windows 10 Host) and 
immediately issued apt-get update/ugrade, and found aterward DNS resolution had 
failed. I had to reinstall resolvconf.
Did you update Ubuntu?
Thanks
John

 

On 02/06/2016 22:45, Peter R (s...@homewith.us <mailto:s...@homewith.us> ) 
wrote:

This is the first time I am sending a question to this mailing list. I hope I 
am following proper etiquette. I am pretty good Windows person but Linux is new 
to me so please assume I need more details than not. Thanks.

I want to test sogo (via ZEG) for my home groupware (shared calendars and 
contacts among laptop and desktop Outlook 2013 and iPhones and iPads). If it 
works like I hope it does, I plan to do a full server build (still within a vm) 
as well as help a couple nonprofit organizations in town to do the same. With 
ZEG I have had partial success with Outlook using OpenChange interface 
(calendar worked great but I could not get contacts to sync correctly) and 
Apple using CalDav and CardDav (both worked but single ActiveSync connection 
seems simpler). Since Outlook 2013 and Apple products support ActiveSync, I 
decided to try that connection. In Outlook 2013, I get the message:
"Log onto Exchange ActiveSync mail server (EAS): The server cannot be found." 
On iPad, "Unable to verify account information." Both with same result: I can't 
connect to EAS.

Here are the inputs I am using from ZEG:
3.1.0 vm published late last month running in Oracle VirtualBox on WIN7 machine.
User Name/email: so...@example.com <mailto:so...@example.com> 
PW: sogo
Mail server: http://192.168.0.53/Microsoft-Server-ActiveSync
VM is set with bridge network.

As I missing some basic input or configuration step? Several people say ZEG 
works for them so I know it must be something I am or am not doing. Thanks.

Peter
s...@homewith.us <mailto:s...@homewith.us> 

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

 

 

--
Powered by Xeams. Visit xeams.com for more information
--


 

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


 

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

=

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

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

=

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

Re: [SOGo] ZEG ActiveSync

2016-06-03 Thread &quot;Thomas Fuehrer"
Hi Peter!

Username is sogo3 without domain.

Regards, Thomas

- Reply message -
From: ""Peter R" (s...@homewith.us)" <users@sogo.nu>
To: <users@sogo.nu>
Subject: [SOGo] ZEG ActiveSync
Date: Fri, Jun 3, 2016 04:43
John, thanks for the idea.  Confirming that I am using the same VB 5.0.20.I 
updated/upgraded Ubuntu and when I entered Host example.com, I got 10.0.2.15 so 
it appears to be working (I think.  Still very near beginning of Linus learning 
curve so I could have completely misunderstood).Didn’t resolve Active Sync 
issue.
PeterOn June 2, 2016 at 8:08 PM "\"\\\"John Radley (jradley.co.uk)\\\"\" 
(jrad...@jradley.co.uk)" <users@sogo.nu> wrote:

Peter,
As a matter of interest, is the ZEG VM working OK at the Unix level?
I ask because I recently ran it up in VirtualBox 5.0.20 (Windows 10 Host) and 
immediately issued apt-get update/ugrade, and found aterward DNS resolution had 
failed. I had to reinstall resolvconf.
Did you update Ubuntu?
Thanks
John

On 02/06/2016 22:45, Peter R (s...@homewith.us) wrote:
This is the first time I am sending a question to this mailing list. I hope I 
am following proper etiquette. I am pretty good Windows person but Linux is new 
to me so please assume I need more details than not. Thanks.I want to test sogo 
(via ZEG) for my home groupware (shared calendars and contacts among laptop and 
desktop Outlook 2013 and iPhones and iPads). If it works like I hope it does, I 
plan to do a full server build (still within a vm) as well as help a couple 
nonprofit organizations in town to do the same. With ZEG I have had partial 
success with Outlook using OpenChange interface (calendar worked great but I 
could not get contacts to sync correctly) and Apple using CalDav and CardDav 
(both worked but single ActiveSync connection seems simpler). Since Outlook 
2013 and Apple products support ActiveSync, I decided to try that connection. 
In Outlook 2013, I get the message:
"Log onto Exchange ActiveSync mail server (EAS): The server cannot be found." 
On iPad, "Unable to verify account information." Both with same result: I can't 
connect to EAS.Here are the inputs I am using from ZEG:
3.1.0 vm published late last month running in Oracle VirtualBox on WIN7 machine.
User Name/email: so...@example.com
PW: sogo
Mail server: http://192.168.0.53/Microsoft-Server-ActiveSync
VM is set with bridge network.As I missing some basic input or configuration 
step? Several people say ZEG works for them so I know it must be something I am 
or am not doing. Thanks.Peter
s...@homewith.us
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

 
--
Powered by Xeams. Visit xeams.com for more information
--
 -- 
users@sogo.nu
https://inverse.ca/sogo/lists
-- users@sogo.nuhttps://inverse.ca/sogo/lists=
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Problems installing openchange

2016-05-27 Thread Thomas Robers - TuTech Innovation GmbH
Hello,

I've installed SOGo 3.1.0-1 under Ubuntu 14.04.4 LTS and everything
works as expected regarding SOGo.
Then I wanted to install the native Microsoft Outlook
compatibilitylayer SoGo offers. But installing openchangeserver
fails with the error message:

> The following packages have unmet dependencies:
>  openchangeproxy : Depends: samba (>= 4.3.1) but it is not going to be 
> installed
>Depends: libmapi0 but it is not going to be installed
>Depends: libmapiproxy0 but it is not going to be installed
>Depends: libmapistore0 but it is not going to be installed
>Depends: samba-libs (>= 2:4.1.18+dfsg) but it is not going 
> to be installed
>  openchangeserver : Depends: samba (>= 4.3.1) but it is not going to be 
> installed
> Depends: libmapiproxy0 but it is not going to be installed
> Depends: libmapistore0 but it is not going to be installed
> Depends: samba-libs (>= 2:4.1.18+dfsg) but it is not 
> going to be installed
>  python-ocsmanager : Depends: python-mapistore (= 4:2.4-zentyal18) but it is 
> not going to be installed
>  Depends: samba (>= 4.3.1) but it is not going to be 
> installed
>  sogo-openchange : Depends: libmapi0 but it is not going to be installed
>Depends: libmapiproxy0 but it is not going to be installed
>Depends: libmapistore0 but it is not going to be installed
>Depends: samba-libs (>= 2:4.1.18+dfsg) but it is not going 
> to be installed
> E: Unable to correct problems, you have held broken packages.


It seems that there's a conflict between the packages from ubuntu an
inverse. Is there something I'm missing? I followed the documentation
for installing Microsoft native Outlook support which says:

> apt-get install openchangeserver \
>  sogo-openchange \
>  openchangeproxy \
>  python-ocsmanager \
>  mysql-server \
>  python-mysqldb \
>  openchange-ocsmanager \
>  openchange-rpcproxy \
>  python-sievelib \
>  python-spyne \
>  python-rpclib

and I could not find any further information regarding my problem.

Does anybody had similar problems and got them solved?

I primarily wanted to install SOGo and openchange under CentOS 6/7
but there no packages for openchangeserver I think, or are there
any packages but I only couldn't find them?

Any hint is appreciated.

Many thanks

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


Re[4]: [SOGo] Large Inbox issues with Sogo 3.1 and EAS

2016-05-24 Thread Thomas (aon) Fuehrer
You have to verify the ServerId and ParentId relationship of *ALL* mail-folders.

On Monday, May 23, 2016 20:47 CEST, "\"Qmail\"" (qm...@top-consulting.net) 
<users@sogo.nu> wrote:

> It looks like this:
>  1
>  oc10_testdomain_lan_28ae_1cf350a8_0
>   20
>mail%2F1f0a2428afd7ca538ec4a63ae627
>0
>INBOX
>2
> Is there something special about this account ? How come others work just 
> fine ?
>
> On Mon, May 23, 2016 at 02:24 PM, Thomas (aon) Fuehrer  wrote:
> OK, then have a close look into the FolderSync response. Check whether 
> ParentId is either 0 or point to a valid ServerId.
> You can send me an extract from your sogo.log and I'll have a look.
>
> Regards,
> Thomas
>
> Am Montag, 23. Mai 2016 17:12 CEST, ""Qmail"" (qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net))  schrieb:
>
> There are no such requests. Only . I removed the user entirely using 
> sogo-tool remove and from Outlook.
> I then re-added the account to Outlook and it added just fine - came up right 
> away with 'All folders are up to date'
> In sogo logs, the only post Outlook does is:
>
> May 23 10:52:22 sogod [10414]: |SOGo| starting method 'POST' on uri 
> '/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=b...@testdomain.com 
> (mailto:b...@testdomain.com)=F61F834D9A4B441DAF76A478712AEE71=WindowsOutlook15'
> May 23 10:52:24 sogod [10414]: 195.24.238.40 "POST 
> /SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=b...@testdomain.com 
> (mailto:b...@testdomain.com)=F61F834D9A4B441DAF76A478712AEE71=WindowsOutlook15
>  HTTP/1.1" 200 1417/13 1.380 - - 1M
> It replies with a long response for:
> Other devices/Outlook also send Cmd=Sync, but not on this account.
> Even if I hit Send / Receive, all I see is the above: Cmd=FolderSync
> Thanks
> On Mon, May 23, 2016 at 05:54 AM, Thomas (aon) Fuehrer  wrote:
> Hi!
>
> is not meaningful here, it will only find data on new profiles or if there 
> are changes to the folder hierarchy.
>
> Search for   requests and their responses when you recreate the account or 
> after you used sogo-tool manage-eas resetfolder.
>
> Regards,
> Thomas
>
> On Sunday, May 22, 2016 21:12 CEST, ""Qmail"" (qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net) (mailto:qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net)))  wrote:
>
> Well,
> we ran more tests and here's the EAS response for Outlook 2013:
> May 22 14:54:52 sogod [8860]:  EAS - response for device 
> 5E79CCA89F054884A128928537618624:
> 1
> oc10_testsever_lan_1009_1cef97c8_0
> 0
> However, I think the issue is related to the number of messages in the user's 
> Inbox. For example, when attempting to view the Inbox in SOGO webmail, it 
> takes a solid 8-9 minutes to display it. Debugging that behavior, shows this 
> IMAP command to be responsible for this delay:
> UID SORT (REVERSE DATE) UTF-8 NOT DELETED
> The user has about 70 000 messages in his Inbox and I'm assuming that takes a 
> while. SOGO webmail keeps spinning while that command completes and 
> eventually displays the messages.
> EAS, from what I see just displays data it finds in SQL but it returns empty 
> so that's why it shows 'Folders are up to date' right away.
> Is this a bug ? Shouldn't EAS hold while the Inbox gets sorted ?
> On a related note, wouldn't it be faster to not have the IMAP server sort the 
> messages but rather pull them all and sort them in the application ?
> Thank you
> On Sat, May 21, 2016 at 04:23 AM, Thomas (aon) Fuehrer  wrote:
> Recreate the profile in outlook  with SOGoEASDebugEnabled = YES and look into 
> sogo.log to see what sogo send to the Client.
>
> Regards,
> Thomas
>
> Am Freitag, 20. Mai 2016 21:49 CEST, ""Qmail"" (qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net) (mailto:qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net)) (mailto:qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net) (mailto:qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net  schrieb:
>
> We have a user with 70 000 messages in his Inbox that fails to sync via 
> ActiveSync and Outlook 2013.
> There are no errors anywhere, Outlook shows: All folders are up to date but 
> no data gets sent over. There are also no errors in the logs.
> The EAS related settings are:
> WOWorkersCount = 120;
> SOGoMaximumPingInterval = 3540;
> SOGoMaximumSyncInterval = 3540;
> SOGoInternalSyncInterval = 60;
> SOGoMaximumSyncWindowSize = 512;
> SOGoMaximumSyncResponseSize= 4096;
> WOWatchDogRequestTimeout=60;
> SxVMemLimit = 6100;
> Any ideas ?
>
> Thank you
> --
> users@sogo.nu (mailto:users@sogo.nu) (mailto:users@

[SOGo] can't accept appointment invitation to mail-alias over SOGo mail modul

2016-05-23 Thread Thomas Winterstein

Hei everyone,

Is it possible to accept an appointment invitation through SOGo mail 
modul although the mail address of the invitee is neither on the 
attendee list nor in my user sources?


Ldap user sources:

ldapsearch -x -LLL -H ldaps://ldap -b ou=users,dc=augsburg,dc=de 
uid=thomas mail

dn: uid=thomas,ou=users,dc=augsburg,dc=de
mail: thomas.winterst...@.rz.uni-augsburg.de

The invitation goes to 'postmas...@uni-augsburg.de' which is a 
mail-alias for 'thomas.winterst...@rz.uni-augsburg.de'. The SOGo mail 
modul shows the event invitation mail with appointment but there are no 
options to process it. Also I don't want to add the mail-alias to my 
user sources.


regards
--
Thomas Winterstein ... http://www.rz.uni-augsburg.de/zebra
Universität Augsburg, Rechenzentrum . Tel. (0821) 598-2068
86135 Augsburg .. Fax. (0821) 598-2010
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re[3]: [SOGo] Large Inbox issues with Sogo 3.1 and EAS

2016-05-23 Thread Thomas (aon) Fuehrer
OK, then have a close look into the FolderSync response. Check whether ParentId 
is either 0 or point to a valid ServerId.
You can send me an extract from your sogo.log and I'll have a look.

Regards,
Thomas

Am Montag, 23. Mai 2016 17:12 CEST, "\"Qmail\"" (qm...@top-consulting.net) 
<users@sogo.nu> schrieb:

> There are no such requests. Only . I removed the user entirely using 
> sogo-tool remove and from Outlook.
> I then re-added the account to Outlook and it added just fine - came up right 
> away with 'All folders are up to date'
> In sogo logs, the only post Outlook does is:
>
> May 23 10:52:22 sogod [10414]: |SOGo| starting method 'POST' on uri 
> '/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=b...@testdomain.com=F61F834D9A4B441DAF76A478712AEE71=WindowsOutlook15'
> May 23 10:52:24 sogod [10414]: 195.24.238.40 "POST 
> /SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=b...@testdomain.com=F61F834D9A4B441DAF76A478712AEE71=WindowsOutlook15
>  HTTP/1.1" 200 1417/13 1.380 - - 1M
> It replies with a long response for:
> Other devices/Outlook also send Cmd=Sync, but not on this account.
> Even if I hit Send / Receive, all I see is the above: Cmd=FolderSync
> Thanks
> On Mon, May 23, 2016 at 05:54 AM, Thomas (aon) Fuehrer  wrote:
> Hi!
>
>  is not meaningful here, it will only find data on new profiles or if there 
> are changes to the folder hierarchy.
>
> Search for   requests and their responses when you recreate the account or 
> after you used sogo-tool manage-eas resetfolder.
>
> Regards,
> Thomas
>
> On Sunday, May 22, 2016 21:12 CEST, ""Qmail"" (qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net))  wrote:
>
> Well,
> we ran more tests and here's the EAS response for Outlook 2013:
> May 22 14:54:52 sogod [8860]:  EAS - response for device 
> 5E79CCA89F054884A128928537618624:
> 1
> oc10_testsever_lan_1009_1cef97c8_0
> 0
> However, I think the issue is related to the number of messages in the user's 
> Inbox. For example, when attempting to view the Inbox in SOGO webmail, it 
> takes a solid 8-9 minutes to display it. Debugging that behavior, shows this 
> IMAP command to be responsible for this delay:
> UID SORT (REVERSE DATE) UTF-8 NOT DELETED
> The user has about 70 000 messages in his Inbox and I'm assuming that takes a 
> while. SOGO webmail keeps spinning while that command completes and 
> eventually displays the messages.
> EAS, from what I see just displays data it finds in SQL but it returns empty 
> so that's why it shows 'Folders are up to date' right away.
> Is this a bug ? Shouldn't EAS hold while the Inbox gets sorted ?
> On a related note, wouldn't it be faster to not have the IMAP server sort the 
> messages but rather pull them all and sort them in the application ?
> Thank you
> On Sat, May 21, 2016 at 04:23 AM, Thomas (aon) Fuehrer  wrote:
> Recreate the profile in outlook  with SOGoEASDebugEnabled = YES and look into 
> sogo.log to see what sogo send to the Client.
>
> Regards,
> Thomas
>
> Am Freitag, 20. Mai 2016 21:49 CEST, ""Qmail"" (qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net) (mailto:qm...@top-consulting.net 
> (mailto:qm...@top-consulting.net)))  schrieb:
>
> We have a user with 70 000 messages in his Inbox that fails to sync via 
> ActiveSync and Outlook 2013.
> There are no errors anywhere, Outlook shows: All folders are up to date but 
> no data gets sent over. There are also no errors in the logs.
> The EAS related settings are:
> WOWorkersCount = 120;
> SOGoMaximumPingInterval = 3540;
> SOGoMaximumSyncInterval = 3540;
> SOGoInternalSyncInterval = 60;
> SOGoMaximumSyncWindowSize = 512;
> SOGoMaximumSyncResponseSize= 4096;
> WOWatchDogRequestTimeout=60;
> SxVMemLimit = 6100;
> Any ideas ?
>
> Thank you
> --
> users@sogo.nu (mailto:users@sogo.nu) (mailto:users@sogo.nu 
> (mailto:users@sogo.nu))
> https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists) 
> (https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists))
>
> --
> users@sogo.nu (mailto:users@sogo.nu) (mailto:users@sogo.nu 
> (mailto:users@sogo.nu))
> https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists) 
> (https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists))
> --
> users@sogo.nu (mailto:users@sogo.nu)
> https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists)
>
> --
> users@sogo.nu (mailto:users@sogo.nu)
> https://inverse.ca/sogo/lists (https://inverse.ca/sogo/lists)
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists




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

Re: [SOGo] Large Inbox issues with Sogo 3.1 and EAS

2016-05-21 Thread Thomas (aon) Fuehrer
Recreate the profile in outlook  with SOGoEASDebugEnabled = YES and look into 
sogo.log to see what sogo send to the Client.

Regards,
Thomas

Am Freitag, 20. Mai 2016 21:49 CEST, "\"Qmail\"" (qm...@top-consulting.net) 
<users@sogo.nu> schrieb:

> We have a user with 70 000 messages in his Inbox that fails to sync via 
> ActiveSync and Outlook 2013.
> There are no errors anywhere, Outlook shows: All folders are up to date but 
> no data gets sent over. There are also no errors in the logs.
> The EAS related settings are:
>   WOWorkersCount = 120;
>   SOGoMaximumPingInterval = 3540;
>   SOGoMaximumSyncInterval = 3540;
>   SOGoInternalSyncInterval = 60;
>   SOGoMaximumSyncWindowSize = 512;
>   SOGoMaximumSyncResponseSize= 4096;
>   WOWatchDogRequestTimeout=60;
>   SxVMemLimit = 6100;
> Any ideas ?
>
> Thank you
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists




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

Re: [SOGo] Shared Calendars via Active Sync

2016-05-20 Thread Thomas (aon) Fuehrer
Hi Keith,
have you enabled the synchronization via EAS in the calendar folder properties?
Regards,
Thomas

On Thursday, May 19, 2016 20:29 CEST, "Keith Williams" (ke...@blue-hat.co.za) 
<users@sogo.nu> wrote:

>
> Hi everyone,
>
>
> I am testing SOGo v3.1 and created a user with a test calendar.
> Shared that calendar to another user and subscribed the user to the
> shared calendar.
>
>
> On the second user's SOGo web interface the shared calendar displays
> and works fine. Setting up the calendar in Thunderbird with DAV
> works 100%. When setting up Active Sync (Outlook 2016 and iPhone 5)
> the shared calendar is not displayed as it did when the same was
> done with SOGo v2.3.x
>
>
> I have a stock standard setup from packages installed via yum on
> CentOS 7.
>
>
> Nothing concerning the calendar are displayed in the logs. Any hints
> where I might start looking, perhaps a setting that needs to be
> enabled in sogo.conf?
>
>
> Thanks for any assistance,
>
>
> Regards





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

AW: [SOGo] Issues with active sync not syncing folder sometimes

2016-05-05 Thread &quot;Thomas Fuehrer"
Hi Nick,

look into sogo.log and search for the last response generated for the device 
before the message (Cache cleanup …) is logged.

 

The message "Cache cleanup needed for device" could mean that the device failed 
to process the last response.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Nick 
Marshall
Gesendet: Donnerstag, 5. Mai 2016 02:15
An: users@sogo.nu
Betreff: [SOGo] Issues with active sync not syncing folder sometimes

 

Hi all,

 

We have about 20 users using our system with active sync which seems to be 
going pretty well mostly.

2 users have a problem where sogo will stop syncing mail for a certain folder 
to their phone - in both cases it is the inbox that stops.

One usually after 2-3 hours and the other is about 1-2 days.

 

 

In the sogo logs I can see the following entry whenever they say that it stops 
working:

 

[SOGoActiveSyncDispatcher]> Cache cleanup needed for device  - 
user: [user] syncKey: 1413251354 cache: 1416523746

 

 

Temp fix is:

sogo-tool manage-eas resetdevice [user] [dev uid]

 

 

This fixes it for a day or two before it comes back. Mail is only synced on the 
devices for 3 days but the issue has been around for about a week or two.

 

Have tried dropping the sogo_cache table for the user and it gets recreated ok 
but then the issue will come back within a day or two usually.

 

One of the users completely recreated their imap mail directory and tested it 
but it still comes back.

The profiles have been deleted from the phone and readded but it still comes 
back.

 

Is there any config setting that's required to make sogo clean up the cache 
itself - sogo seems to know when it's stopped working for a user but isn't 
managing it.

 

or any other ideas I can try/best places to look?

 

 

os is centos6

sogo version = 2.3.10 (though it also happens with v3)

 

 

Thanks,

Nick

 

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

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

AW: [SOGo] Outlook 2016 Active Sync

2016-05-05 Thread &quot;Thomas Fuehrer"
Hi Keith,
depending on your current sogo.conf settings it might help to set 
SOGoMaximumSyncResponseSize to a lower value.

You can set SOGoEASDebugEnabled = YES and check the content of the response 
generated for the device, if any.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Keith 
Williams
Gesendet: Mittwoch, 4. Mai 2016 16:56
An: users@sogo.nu
Betreff: [SOGo] Outlook 2016 Active Sync

Hey guys,

To note, I am testing SOGO and some of my hosting email accounts. While 
everything so far was successful, from testing mobile device with AS to Outlook 
2016 was all good, but...

Then we tested a mailbox with a fairly big mailbox of +/- 3GB. Setup is fine, 
but the mailbox never syncs. The following was noted in the logs with the sync:

2016-05-03 18:38:35.085 sogod[9702] MimeType 'text/*' does not support a 
parameter named 'boundary' with value 
'_008_2A0A409B8BA0094D96D0C888A977EF74A246CAE9ARCDC2008arcinc_'
2016-05-03 18:38:36.126 sogod[9702] MimeType 'text/*' does not support a 
parameter named 'boundary' with value 
'_010_952b36610d1a4d6580f78ba01cf972c1ct02capelocal_'
2016-05-03 18:38:36.344 sogod[9702] MimeType 'text/*' does not support a 
parameter named 'boundary' with value 
'_009_2f96195ed2ec43b1b360334a83a1a75fct02capelocal_'
2016-05-03 18:38:37.576 sogod[9702] MimeType 'text/*' does not support a 
parameter named 'boundary' with value 
'_012_560cb4e586e54e869db0f7c200d32117ct02capelocal_'

---> Snip (hundreds of these messages follow)

Left the Outlook client to sync troughout the day but nothing shows up in 
Outlook. Iphone 6 with the same account configured immediately started showing 
emails.

I'm getting the feeling that it might be a bug concerning Outlook 2016?

Any advice appreciated!

Regards,

--
Keith Williams - Linux Engineer
Blue-Hat Systems (PTY) Ltd


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

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

Re: [SOGo] ActiveSync not working for some accounts

2016-04-13 Thread &quot;Thomas Fuehrer"

Hi Emilio,
the problem is caused by the folder named "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014".  It is flaged as \Noselect. You need to find out why.

S[0x7f478fe48730]: * LIST (\HasChildren) "." "INBOX.Caixa de Entrada ARQUIVO"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Encerramento de Atividades"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Ana Maria"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Skype"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Contratos de Frete"
S[0x7f478fe48730]: * LIST (\Noselect \HasChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014" <<<<<
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Novembro"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Agosto"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Setembro"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Junho"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Julho"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Dezembro"
S[0x7f478fe48730]: * LIST (\HasNoChildren) "." "INBOX.Caixa de Entrada 
ARQUIVO.Indicadores 2014.Outubro"


The imap server doesn't return a x-guid for that folder. Because of that sogo 
is not able to link the subfolders to its parent.
You can create a new folder and move all subfolders currently shown under 
"INBOX.Caixa de Entrada ARQUIVO.Indicadores 2014" to this folder.

Regards,
Thomas


Am Mittwoch, 13. April 2016 23:16 CEST, "Emilio Fonseca" 
(emilio.fons...@mav.com.br) <users@sogo.nu> schrieb:
  Hi Thomas,

I have attached the log printed.
Nothing else is printed beyond this.

I am studying about ping and sync intervals too, it could be the problem too.

Att.
 Em 13-04-2016 18:07, "Thomas Fuehrer" (t...@aon.at) escreveu:
Hi Emílio,

post the complete response of the first foldersync.

It could be a problem with the imap-folder-hierarchy.


 
Regards,

Thomas


 
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Emilio 
Fonseca
Gesendet: Mittwoch, 13. April 2016 21:55
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync not working for some accounts


 
Also, using SOGoDebugRequests = YES, in accounts those synchronizes ok, there 
is a log like this:

Apr 13 16:50:33 sogod [25330]: |SOGo| starting method 'POST' on uri 
'/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync=<m...@domain.com>=727265DD841A44D291FAED84EB51EE94=WindowsOutlook15;

That log is not shown when I am using one account that doesn't synchronizes 
correctly.



Em 13-04-2016 15:40, Emilio Fonseca (emilio.fons...@mav.com.br) escreveu:

Hello everybody,

I'm testing sogo and having a problem with some random accounts.
I am still not sure about what could be the problem but, when I configure the 
account in Outlook 2013, none of the folders are shown.

Looking to the EAS and IMAP log, I noticed that SOGoActiveSyncDispatcher sent 
FolderSync command as a request with SyncKey with the value 0.
So, IMAP answers correctly, listing all foders and the EAS response is correct 
too, showing that will add all folders, each one in a command block like this:

  

   mail%2Ff48cf916029de8553e48a9ec3f89
   mail%2Fda6617174435d7551a10a9ec3f89
   "FOLDER NAME"
   12

  


I think it is all good till then.
What happens next let me confused, because there is a POST request, as this:

    Apr 13 10:13:44 sogod [22903]: 201.16.160.1 "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=<m...@domain.com>==WindowsOutlook15
 HTTP/1.1" 200 11637/13 2.200 - - 6M

But with no response. Nothing else is showed in my EAS and IMAP log after this 
POST request and I don't know why, whereas in other accounts the log keeps 
receiving EAS requests.

Any help will be appreciated, thank you all for the patience.



--

 Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211-

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




--

 Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211-

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

Emílio Fonseca
Development Analyst
Mav Tecnologia - (31) 3211---
users@sogo.nu
https://inverse.ca/sogo/lists


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

AW: [SOGo] ActiveSync not working for some accounts

2016-04-13 Thread &quot;Thomas Fuehrer"
Hi Emílio, 

post the complete response of the first foldersync.

It could be a problem with the imap-folder-hierarchy.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von
Emilio Fonseca
Gesendet: Mittwoch, 13. April 2016 21:55
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync not working for some accounts

 

Also, using SOGoDebugRequests = YES, in accounts those synchronizes ok,
there is a log like this:

Apr 13 16:50:33 sogod [25330]: |SOGo| starting method 'POST' on uri
'/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync= <mailto:m...@domain.com>
<m...@domain.com>=727265DD841A44D291FAED84EB51EE94=Windo
wsOutlook15;

That log is not shown when I am using one account that doesn't synchronizes
correctly.



Em 13-04-2016 15:40, Emilio Fonseca (emilio.fons...@mav.com.br
<mailto:emilio.fons...@mav.com.br> ) escreveu:

Hello everybody,

I'm testing sogo and having a problem with some random accounts.
I am still not sure about what could be the problem but, when I configure
the account in Outlook 2013, none of the folders are shown.

Looking to the EAS and IMAP log, I noticed that SOGoActiveSyncDispatcher
sent FolderSync command as a request with SyncKey with the value 0.
So, IMAP answers correctly, listing all foders and the EAS response is
correct too, showing that will add all folders, each one in a command block
like this:

  

   mail%2Ff48cf916029de8553e48a9ec3f89
   mail%2Fda6617174435d7551a10a9ec3f89
   "FOLDER NAME"
   12

  


I think it is all good till then.
What happens next let me confused, because there is a POST request, as this:

Apr 13 10:13:44 sogod [22903]: 201.16.160.1 "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync=
<mailto:m...@domain.com>
<m...@domain.com>==WindowsOutlook15 HTTP/1.1"
200 11637/13 2.200 - - 6M

But with no response. Nothing else is showed in my EAS and IMAP log after
this POST request and I don't know why, whereas in other accounts the log
keeps receiving EAS requests.

Any help will be appreciated, thank you all for the patience.




-- 
 
Emílio Fonseca
Development Analyst 
Mav Tecnologia - (31) 3211-

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





-- 
 
Emílio Fonseca
Development Analyst 
Mav Tecnologia - (31) 3211-

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

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

AW: [SOGo] ActiveSync - too many processes

2016-04-03 Thread &quot;Thomas Fuehrer"
Hi qmail,

It could be that the processes are just busy with sync-requests in 
heartbeat-mode. 

They will be busy until the find changes in the folder(s) they are working on 
or after 3540.

 

Try to identify what they are doing. SOGoEASDebugEnabled = YES will help here.

What version of sogo are you using?

 

Regards,

Thomas





Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
qm...@top-consulting.net
Gesendet: Samstag, 2. April 2016 11:51
An: users@sogo.nu
Betreff: [SOGo] ActiveSync - too many processes

 

Hello,

 

I configured ActiveSync as per the online documentation and everything works 
fine as the sync goes but it seems that it spawns way too many sogod workers 
for just one EAS user.

 

It appears that everytime the mobile device ( Nexus 5, Android 6 ) sends a Sync 
request a new sogod process gets created. After a few minutes, the logs are 
full of these messages and the RAM keeps on increasing.

 

Apr 02 05:44:47 sogod [11530]: [WARN] <0x0x55d36157adb8[WOWatchDogChild]> pid 
11533 has been hanging in the same request for 6 minutes

Apr 02 05:44:55 sogod [11530]: [WARN] <0x0x55d36159cb18[WOWatchDogChild]> pid 
11541 has been hanging in the same request for 2 minutes

Apr 02 05:44:55 sogod [11530]: [WARN] <0x0x55d361590658[WOWatchDogChild]> pid 
11537 has been hanging in the same request for 5 minutes

Apr 02 05:45:09 sogod [11530]: [WARN] <0x0x55d3615a3c58[WOWatchDogChild]> pid 
11539 has been hanging in the same request for 7 minutes

Apr 02 05:45:25 sogod [11530]: [WARN] <0x0x55d36159bf28[WOWatchDogChild]> pid 
11540 has been hanging in the same request for 8 minutes

Apr 02 05:45:30 sogod [11530]: [WARN] <0x0x55d361590898[WOWatchDogChild]> pid 
11538 has been hanging in the same request for 2 minutes

Apr 02 05:45:33 sogod [11530]: [WARN] <0x0x55d361590418[WOWatchDogChild]> pid 
11536 has been hanging in the same request for 5 minutes

Apr 02 05:45:47 sogod [11530]: [WARN] <0x0x55d36157adb8[WOWatchDogChild]> pid 
11533 has been hanging in the same request for 7 minutes

Apr 02 05:45:55 sogod [11530]: [WARN] <0x0x55d36159cb18[WOWatchDogChild]> pid 
11541 has been hanging in the same request for 3 minutes

Apr 02 05:45:55 sogod [11530]: [WARN] <0x0x55d361590658[WOWatchDogChild]> pid 
11537 has been hanging in the same request for 6 minutes

Apr 02 05:46:09 sogod [11530]: [WARN] <0x0x55d3615a3c58[WOWatchDogChild]> pid 
11539 has been hanging in the same request for 8 minutes

 

This is the configuration in sogo.conf

 

  WOWorkersCount = 120;

  SOGoMaximumPingInterval = 3540;

  SOGoMaximumSyncInterval = 3540;

  SOGoInternalSyncInterval = 60;

  SOGoMaximumSyncWindowSize = 30;

  SOGoMaximumSyncResponseSize= 2048;

  WOWatchDogRequestTimeout=60;

  SxVMemLimit = 6100;

 

And Apache is setup like this:

 

ProxyPass /Microsoft-Server-ActiveSync 
http://192.168.1.92:2/SOGo/Microsoft-Server-ActiveSync \

 retry=60 connectiontimeout=5 timeout=3600

 

We also spawn 10 sogod processes initially but eventually they all get consumed

 

 

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

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

Re: [SOGo] Mail alias et Appointment

2016-03-31 Thread Thomas VIDAL
Dear Julien,

Many thanks for your answer.
I will investigate in filtering and rewriting.

Thanks again.

Thomas







--
<<--- Envie de cheval : http://www.caval-quinta.fr/ --->

Sent from [ProtonMail](https://protonmail.ch), encrypted email based in 
Switzerland.



 Original Message 
Subject: Re: [SOGo] Mail alias et Appointment
Local Time: March 31, 2016 1:08 PM
UTC Time: March 31, 2016 11:08 AM
From: users@sogo.nu
To: users@sogo.nu

As I am not a coder, I only see workarounds, but none will make the process 
fast and easy.

My best bet is make your mail server rewrite e-mails by replacing aliases by 
the correct destination.

But that will fake the original invitation and confuse the "free/busy" context.

What I would do personaly? I would stop to use aliases or ask my mates to send 
invitations to the right e-mail address if they really need an answer.


Julien PAQUIT // +33 (0)7 82 455 855 DATABEILLE, Votre Architecte de Données 
www.databeille.com

Le 31/03/2016 08:53, Thomas VIDAL (tvi...@protonmail.com) a écrit :

Dear all,

Does no answer means this is impossible ?

I read in some web pages that with an alias people have a choice when they are 
sending an email between "real email address" or alias to send the email with. 
In my case I have no choice. Is it related ?

Many thanks for your help

All the best

Thomas










 Original Message 
Subject: [SOGo] Mail alias et Appointment
Local Time: March 30, 2016 10:01 AM
UTC Time: March 30, 2016 8:01 AM
From: users@sogo.nu
To: users@sogo.nu

Dear all,

I have a mail account tvi...@mail.com, and created also an alias t...@mail.com
Sogo is using Mysql.
When a staff member send an appointment to t...@mail.com I can't add this
appointment to my calendar because my Sogo account is tvi...@mail.com
Is there a way to allow this ??

Many thanks and have a nice day.

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


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


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

Re: [SOGo] Mail alias et Appointment

2016-03-31 Thread Thomas VIDAL
Dear all,

Does no answer means this is impossible ?

I read in some web pages that with an alias people have a choice when they are 
sending an email between "real email address" or alias to send the email with. 
In my case I have no choice. Is it related ?

Many thanks for your help

All the best

Thomas










 Original Message 
Subject: [SOGo] Mail alias et Appointment
Local Time: March 30, 2016 10:01 AM
UTC Time: March 30, 2016 8:01 AM
From: users@sogo.nu
To: users@sogo.nu

Dear all,

I have a mail account tvi...@mail.com, and created also an alias t...@mail.com
Sogo is using Mysql.
When a staff member send an appointment to t...@mail.com I can't add this
appointment to my calendar because my Sogo account is tvi...@mail.com
Is there a way to allow this ??

Many thanks and have a nice day.

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

[SOGo] Mail alias et Appointment

2016-03-30 Thread &quot;Thomas VIDAL"
Dear all,

I have a mail account tvi...@mail.com, and created also an alias t...@mail.com
Sogo is using Mysql.
When a staff member send an appointment to t...@mail.com I can't add this
appointment to my calendar because my Sogo account is tvi...@mail.com
Is there a way to allow this ??

Many thanks and have a nice day.

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


Re: [SOGo] Address not synchronized when focus is on "All address books"

2016-03-09 Thread Thomas Raddatz
Christian,

Thank you for your detailed description. That was what I needed to know.
Hopefully I can find somebody of the Thunderbird team who could help me
with the issue.

Regards,

Thomas.

Am 08.03.2016 um 17:47 schrieb Christian Mack:
> Am 08.03.2016 um 17:21 schrieb Johannes Franken:
>> * Christian Mack <christian.m...@uni-konstanz.de> [2016-03-08 16:41 +0100]:
>>>> When "Alle Adressbücher" is selected all address records are displayed on 
>>>> the
>>>> right hand side of the window, but no changes are synchronized.
>>>
>>> I do not see, what that has to do with SOGo.
>>
>> Same problem here:
>> Thunderbird 38.6.0 with addon "Inverse Sogo Connector" 31.0.1,
>> configured against sogo 2.3.8-1.  No other adressbooks involed.
>>
>> Sogo-Connector does not trigger a sync after editing any record from
>> "all adressbooks" view.
>>
> 
> Obviously I wasn't clear enough.
> 
> "Inverse Sogo Connector" provides the single address books configured
> via "remote address book".
> Thunderbird does create and populate that meta address book "Alle
> Adressbücher".
> "Inverse Sogo Connector" does not even know that this "Alle
> Adressbücher" exists. It also doesn't know which card in that belongs to
> which "real" address book.
> So when you change an address card from that "Alle Adressbücher",
> Thunderbird has to inform the matching "real" address book for that card
> about this change.
> Only then the "Inverse Sogo Connector" can do anything.
> 
> As that does not happen, Thunderbird is at fault here.
> 
> 
> Kind regards,
> Christian Mack
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad

2016-03-07 Thread Thomas Fuehrer
Hi!
Are you able to test a patch (i.e. compile from source)? I don't have an iPad 
...
Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Peter B
Gesendet: Montag, 7. März 2016 11:20
An: users@sogo.nu
Betreff: Re: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad

On 06/03/2016 23:07, Peter B wrote:
> Couldn't tell you - SOGo is a new install for us, only ever had
> >3.0.1...!
>
> Peter.
>

Some more info; the same messages on the same iPad display fine via a different 
EAS provider on the same machine (Horde) and also via IMAP.

So, the only client in which I'm seeing this problem is iPad Mail when using 
SOGo EAS.

Peter.coo

iPad is on iOS 9.2.1

SOGo currently 3.0.2.20160306-1

Peter.

> On 06/03/2016 20:04, Thomas Fuehrer wrote:
>> Hi Peter!
>>
>> Was this working in previous release?
>> This might be related to the recently added MIMETruncation support.
>>
>> Regards,
>> Thomas
>>
>> -Ursprüngliche Nachricht-
>> Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag 
>> von Peter B
>> Gesendet: Sonntag, 6. März 2016 13:54
>> An: users@sogo.nu
>> Betreff: [SOGo] SOGo v3 EAS attachments not displayed correctly on 
>> iPad
>>
>> Ubuntu 14.04, SOGo v3 nightlies (currently 3.0.2.20160306-1)
>>
>> Users using mail on iPad see email messages containing attachments as 
>> raw multipart text, or in the case of multipart display content (HTML 
>> pages etc), no content at all. Messages display correctly in Web UI 
>> and other mail clients (Outlook/TBird).
>>
>> I've seen some related issues in the bug tracker for earlier versions 
>> but nothing for 3.0.x (that I can find).
>>
>> Known issue? New bug?
>>
>> Peter.
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>>
>

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

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

AW: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad

2016-03-06 Thread Thomas Fuehrer
Hi Peter!

Was this working in previous release?
This might be related to the recently added MIMETruncation support.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Peter B
Gesendet: Sonntag, 6. März 2016 13:54
An: users@sogo.nu
Betreff: [SOGo] SOGo v3 EAS attachments not displayed correctly on iPad

Ubuntu 14.04, SOGo v3 nightlies (currently 3.0.2.20160306-1)

Users using mail on iPad see email messages containing attachments as raw 
multipart text, or in the case of multipart display content (HTML pages etc), 
no content at all. Messages display correctly in Web UI and other mail clients 
(Outlook/TBird).

I've seen some related issues in the bug tracker for earlier versions but 
nothing for 3.0.x (that I can find).

Known issue? New bug?

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

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

  1   2   3   >