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  
https://inverse.ca/sogo/lists

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

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

  _  

ARS Computer und Consulting GmbH, 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  
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&User=

 

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

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

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 

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

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

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

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&User=andrew&DeviceId=OPCC24349CF0D97B36CF7D3D1BA18172&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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&User=andrew&DeviceId=xxxXXXxxxXXXxxxXXX&DeviceType=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-Activ

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  
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  
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"
SYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH 
LIST-STATUS SPECIAL-USE BINARY MOVE QUOTA ACL RIGHTS=texk
1 OK Capability completed.




Regards,
Thomas
Am Samstag, November 17, 2018 00:52 CET, "Riccardo Bicelli" 
(r.bice...@gmail.com <mailto:r.bice...@gmail.com> ) mailto:users@sogo.nu> > schrieb:
 

Hi,

searching in Web UI is fine, below a transcript of IMAP session of web ui 
search:

 

S[0x55c6babe5078]: 2 OK Capability completed.

S[0x55c6babe5078]: * ID ("name" "Dovecot")

S[0x55c6babe5078]: 3 OK ID completed.

S[0x55c6babe5078]: * NAMESPACE (("" "/")) (("shared/DOMAIN/" "/")) (("Public/" 
"/"))

S[0x55c6babe5078]: 4 OK Namespace completed.

S[0x55c6babe5078]: * LIST (\Noselect) "/" ""

S[0x55c6babe5078]: 5 OK List completed.

[And session goes on...]

 

Searching with Activesync (sogo 4.0.4.20181114-1.centos6 on CentOS 6.9):

 

S[0x55c6baefedb8]: 2 OK Capability completed.

S[0x55c6baefedb8]: * ID ("name" "Dovecot")

S[0x55c6baefedb8]: 3 OK ID completed.

S[0x55c6baefedb8]: * NAMESPACE (("" "/")) (("shared/DOMAIN/" "/")) (("Public/" 
"/"))

S[0x55c6baefedb8]: 4 OK Namespace completed.

S[0x55c6baefedb8]: * LIST (\Noselect) "/" ""

S[0x55c6baefedb8]: 5 OK List completed.

S[0x55c6baefedb8]: 6 NO Mailbox doesn't exist: (null)

S[0x55c6baefedb8]: * BYE Logging out

[And Session Stops]

 

And this is a session with a working Activesync installation (sogo 
4.0.1.20180806-1.el7.centos on CentOS 7.5) 

S[0x55c14c282830]: 2 OK Capability completed.

S[0x55c14c282830]: * ID ("name" "Dovecot")

S[0x55c14c282830]: 3 OK ID completed.

S[0x55c14c282830]: * LIST (\Noselect) "/" ""

S[0x55c14c282830]: 4 OK List completed.

S[0x55c14c282830]: * LIST (\HasNoChildren \Trash) "/" Trash

S[0x55c14c282830]: * LIST (\HasNoChildren \Sent) "/" Sent

S[0x55c14c282830]: * LIST (\HasNoChildren \Drafts) "/" Drafts

S[0x55c14c282830]: * LIST (\HasNoChildren \Archive) "/" Archive

S[0x55c14c282830]: * LIST (\Noselect \HasNoChildren) "/" Public

S[0x55c14c282830]: * LIST (\HasNoChildren) "/" INBOX

S[0x55c14c282830]: 5 OK List completed.

S[0x55c14c282830]: * NAMESPACE (("" "/")) (("shared/DOMAIN/" "/")) (("Public/" 
"/"))

S[0x55c14c282830]: 6 OK Namespace completed.

S[0x55c14c282830]: 7 OK List completed.

[And Search goes on]

 

Since my sogo server are dedicated vm, could I solve my problem upgrading my 
installation to CentOS 7.5?

 

Cheers! 

 

Il giorno ven 16 nov 2018 alle ore 12:06 Thomas Führer mailto:users@sogo.nu> > ha scritto:

Hi Riccardo,
Can you  search mails via the WebUI?
If there is no obvious difference between the environments you could set
ImapDebugEnabled = YES to see the IMAP commands sent and their results.
Cheers,
Thomas


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

With sogo-tool everything seems ok.

 

On another system,same version, search is working fine. Are there settings 
related to dovecot that I can play with?

 

Cheers

 

 

 

Il giorno mar 13 nov 2018 alle ore 08:16 "Thomas Fuehrer" mailto:users@sogo.nu> > ha scritto:

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

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

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

inline_images.diff
Description: Binary data


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$ 
  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   für Windows 
10

 

Von: Thomas Führer  
Gesendet: Freitag, 10. August 2018 19:49
An: floh-erfu...@freenet.de  
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   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 
  .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..<..@.@.. 

 "JN .S...0.
8|..
11:54:23.222388 IP 127.0.0.1.2 > 127.0.0.1.41546: tcp 0
E..<..@.@. 

 <.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   .S...$.V.(
8|..8|..
11:54:23.222489 IP 127.0.0.1.41546 > 127.0.0.1.2: tcp 229
E.@.@..C.JN   .S...$.V...
8|..8|..OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=florian&DeviceId=id&DeviceType=WP8 
HTTP/1.1
Host: localhost:2
Authorization: Basic ZmxvcmlhbjoxMjM0NTY3OA==
User-Agent: curl/7.52.1
Accept: */*
MS-ASProtocolVersion: 2.5


11:54:23.222496 IP 127.0.0.1.2 > 127.0.0.1.41546: tcp 0
E..4?.@.@...

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 
 ) 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&User=r.bicelli%40hiddendomain.com 
 &DeviceId=androidc2284692625&DeviceType=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&User=r.bicelli%40hiddendomain.com
  &DeviceId=androidc2284692625&DeviceType=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&User=r.bicelli%40hiddendomain.com 
 &DeviceId=androidc2284692625&DeviceType=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&User=r.bicelli%40hiddendomain.com 
 &DeviceId=androidc2284692625&DeviceType=Android 
HTTP/1.1" 200 101/225 0.737 - - 0

  "Riccardo Bicelli" 
 
>

  "Riccardo Bicelli" 
 
>

  r.bicelli@domainaccount.local 
 

  "r.bice...@hiddendomain.com 
 " 
 
>

  "Riccardo Bicelli" 
 
>

  r.bicelli@domainaccount.local 
 

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

  "Riccardo Bicelli" 
 
>

  "Riccardo Bicelli" 
 
>

  r.bicelli@domainaccount.local 
 

 

(I replaced some sensitive data)

 

Sent mail from thunderbird:

 

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

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 
 >

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 Mate 10).

 

Outlook App seems to work fine.

 

 

Il giorno mar 26 giu 2018 alle ore 20:44 Thomas Führer mailto:use

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  
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-25 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  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  
https://inverse.ca/sogo/lists

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

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

2018-05-25 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  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  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  
https://inverse.ca/sogo/lists

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

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

> 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" :
>
> 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&DeviceId=&DeviceType=iPhone&
> Cmd=Sync
> HTTP/1.1" 200 108/115 0.019 - - 3M
> May 31 12:01:48 sogod [16889 <16889>]: EAS - respon

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   [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&DeviceId=&DeviceType=iPhone&Cmd=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&DeviceId=&DeviceType=iPhone&Cmd=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&DeviceId=&DeviceType=iPhone&Cmd=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:
B10D624FE4E648CF801599A923

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&DeviceId=&DeviceType=iPhone&Cmd=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&DeviceId=&DeviceType=iPhone&Cmd=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&DeviceId=&DeviceType=iPhone&Cmd=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&DeviceId=&DeviceType=iPhone&Cmd=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  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:

&DeviceType=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&User=&DeviceId=&DeviceType=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&User=&DeviceId=&DeviceType=WindowsOutlook15 HTTP/1.1" 200
900/689 0.643 - - 264K
May 29 09:22:18 sogod [3289]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Ping&User=&DeviceId=&DeviceType=WindowsOutlook15 HTTP/1.1" 200
13/358 10.620 - - 0
May 29 09:22:19 sogod [3287]:  "POST
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync&User=&DeviceId=&DeviceType=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   / 
t...@csmcalderaria.com.br  

 

  

http://www.csmcalderaria.com.br  

 

 

-- 
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) 
 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   w:  
 NocRoom.com 
West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social  
 tw |   fb |  
 in |   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.​

 

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

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

AW: [SOGo] SOGo ActiveSync problems

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

 

ad WOWorkersCount) When started from the init script, that amount is overriden 
by the PREFORK value in /etc/sysconfig/sogo or /etc/default/sogo.

 

 

If you want me to have a look set SOGoEASDebugEnabled = YES in sogo.conf , 
re-create the profile in outlook and send me the log.

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Alex 
Holzapfel
Gesendet: Freitag, 20. Januar 2017 18:57
An: users@sogo.nu
Betreff: Re: [SOGo] SOGo ActiveSync problems

 

I have tried to set the workers to 50 but sogo is ignoring this setting and is 
starting a maximum of 15 workers.

 

"preparing 15 children"

 

There is also the problem that some of the folders would not be synced. In the 
webmail are round about 5-15 mails and in outlook is nothing.

 

2017-01-20 15:44 GMT+01:00 Olivier LIGNY mailto:users@sogo.nu> 
>:

I have this setting in the main section (outside domain{} blocks) :
WOWorkersCount = 50;


On 20/01/2017 13:37, Ludovic Marcotte (lmarco...@inverse.ca 
 ) wrote:

On 2017-01-20 2:54 AM, Alex Holzapfel (a...@huizi.at  ) 
wrote:

Do you have any idea?

Make sure you are not running out of sogod workers.


-- 
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] 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 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] Im Auftrag von Christoph Kuhnert | YNA
Gesendet: Freitag, 09. Dezember 2016 07:33
An: Albert Shih 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  
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] shared IMAP folders

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

On Thursday, October 20, 2016 13:41 CEST, "Ralf Cirksena" (c...@holmco.de) 
 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 
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) 
 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) 
 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) 
 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-17 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) 
 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]  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]  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) 
 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)" 
To: 
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" 
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&User=&DeviceId=80XX
> XXX&DeviceType=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&User=&DeviceId=80X&DeviceType=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) 
 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


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) 
 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)" 
To: 
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)"  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

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  
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)  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&User=&DeviceId=727265DD841A44D291FAED84EB51EE94&DeviceType=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&User=&DeviceId=&DeviceType=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&User= 
&DeviceId=727265DD841A44D291FAED84EB51EE94&DeviceType=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
 ) 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&User=

&DeviceId=&DeviceType=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

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

Re: [SOGo] v3 Android ActiveSync Problems and IMAP UserSource

2016-02-18 Thread Thomas Fuehrer

 Unfortunately I didn't describe the problem clear enough. The Exchange
Connector on the Phone crashes. I would need a documentation of the EAS
protocol and sniff (or debug output) the communication between the two to find
out what goes wrong,
 Set SOGoEASDebugEnabled = YES in sogo.conf and restart sogod.
With that parameter sogo.log will contain more infos to debug the issue.

Regards,
Thomas

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

AW: [SOGo] Outlook for ios and android can't connect to activesync

2016-01-06 Thread Thomas Fuehrer
Hi Sarah!

 

This is a bug. SOGo treats the Outlook-App as a WEBDAV client.

 

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Sarah 
Lee
Gesendet: Mittwoch, 6. Januar 2016 15:10
An: users@sogo.nu
Betreff: Re: [SOGo] Outlook for ios and android can't connect to activesync

 

Fyi, our outlook 2013, ios and android can connect using eas, but outlook for 
ios and android can't connect with eas. This parameter i fill:

 

:

Sent from Outlook Mobile  

 





On Wed, Jan 6, 2016 at 5:40 AM -0800, "[DATABEILLE] Julien PAQUIT" 
mailto:jul...@databeille.com> > wrote:

Good day,

Why does your server returns HTTP 501?
http://www.checkupdown.com/status/E501.html

Did you succeed in any way (ie. Outlook for Windows)?

Please investigate.




Julien PAQUIT // 07 82 455 855
DATABEILLE, Votre Architecte de Données
www.databeille.com  

Le 06/01/2016 08:05, Sarah Lee a écrit :

Hai all, 

 

is it possible to use Microsoft Outlook for ios and android using EAS?

 

sogo.log show:

 

Jan 06 15:04:22 sogod [26863]: 52.32.32.26, 192.168.2.90 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 &DeviceId=C3609822FDF13993&DeviceType=Outlook 
HTTP/1.1" 200 0/0 0.157 - - 40K

Jan 06 15:04:22 sogod [26867]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=Settings HTTP/1.1" 501 
218/139 0.003 - - 48K

Jan 06 15:04:24 sogod [26867]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=FolderSync HTTP/1.1" 501 
218/13 0.002 - - 0

Jan 06 15:04:30 sogod [32229]: 52.32.32.26, 192.168.2.90 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 &DeviceId=C3609822FDF13993&DeviceType=Outlook 
HTTP/1.1" 200 0/0 0.002 - - 0

Jan 06 15:04:31 sogod [26799]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=Settings HTTP/1.1" 501 
218/139 0.003 - - -1168K

Jan 06 15:04:32 sogod [23248]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=FolderSync HTTP/1.1" 501 
218/13 0.002 - - 16K

Jan 06 15:04:38 sogod [23248]: 52.32.32.26, 192.168.2.90 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 &DeviceId=C3609822FDF13993&DeviceType=Outlook 
HTTP/1.1" 200 0/0 0.002 - - 0

Jan 06 15:04:38 sogod [23248]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=Settings HTTP/1.1" 501 
218/139 0.002 - - 0

Jan 06 15:04:39 sogod [23248]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=FolderSync HTTP/1.1" 501 
218/13 0.003 - - 0

Jan 06 15:04:26 sogod [26946]: 52.32.32.26, 192.168.2.90 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 &DeviceId=C3609822FDF13993&DeviceType=Outlook 
HTTP/1.1" 200 0/0 0.003 - - 32K

Jan 06 15:04:26 sogod [26946]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=Settings HTTP/1.1" 501 
218/139 0.003 - - 24K

Jan 06 15:04:27 sogod [23248]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=FolderSync HTTP/1.1" 501 
218/13 0.002 - - 0

Jan 06 15:04:33 sogod [26867]: 52.32.32.26, 192.168.2.90 "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 &DeviceId=C3609822FDF13993&DeviceType=Outlook 
HTTP/1.1" 200 0/0 0.002 - - 0

Jan 06 15:04:34 sogod [23665]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=Settings HTTP/1.1" 501 
218/139 0.002 - - 16K

Jan 06 15:04:36 sogod [23665]: 52.32.32.26, 192.168.2.90 "POST 
/SOGo/Microsoft-Server-ActiveSync?User=demo%40melaka.gov.my 
 
&DeviceId=C3609822FDF13993&DeviceType=Outlook&Cmd=FolderSync HTTP/1.1" 501 
218/13 0.003 - - 0

 

i try to connect, but not success. Please help..

 



Re: [SOGo] Outlook 2013 Active Sync and Shared Calendars

2015-09-03 Thread Thomas Fuehrer

Hi Sascha!
You can share a calendar via sogo's webui.
Currently only folders with full permissions granted are synced via EAS (i.e.: 
check "This person can create objects in my calendar" and "This person can 
erase objects from my calendar" while sharing a calendar)
Be aware of bug 0003118.
I've a  patch which  fixes for this bug and  removes the "full 
write/delete-restriction".  Ludovic didn't like my fix but  I can send you the 
patch if you want to test it.

Regards,
Thomas

Am Dienstag, 01. September 2015 23:30 CEST, Sascha Kasch 
 schrieb:
 Hi all,

a year has gone since this. Is there any progression? And how if not
automatically is one supposed to add a shared calendar with Outlook 2013
EAS?

cheers,
sascha

On 10.06.2014 20:27, Ludovic Marcotte wrote:
> On 2014-06-10, 2:14 PM, Martin Simovic wrote:
>> Is it possible to use shared calendars in Outlook 2013 with Active
>> Sync? In other words, can I attach other users’s calendar that has
>> been shared with me to my Outlook Calendar view?
> No - not right now.
>
> First of all, over ActiveSync, we currently only send over the
> personal calendar and personal address book. This "limitation" will be
> removed soon (quite an easy fix).
>
> Once we do that, additional personal collections and ones shared (and
> subscribed too) will be exposed over ActiveSync - so clients can also
> consume the data from them. We'll enforce ACL at the server level when
> offering them. Outlook 2013 (and other AS clients) will likely allow
> you to modify locally the data even if you aren't allowed, but the
> server will reject the modifications and tell the client to sync the
> data back - reverting to the server's copy.
>
> AFAIK, there's no concept of sharing/delegation/ACLs with ActiveSync.
>

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


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

AW: [SOGo] Activesync trouble with IMAP LIST loop

2015-07-19 Thread Thomas Fuehrer
HI Angelo!
The reason why the delete is not synced to the server is that Outlook cannot 
build the MoveItem-operation because it doesn't have a ServerId for the 
trash-folder.

- Make sure that the Trash folder exists on the IMAP-Server (INBOX.Trash in 
your case - you could just delete an email via the web ui).
- Next FolderSync-response will contain the infos about the trash-folder.
- The next delete on OL should generate a MoveItem-operation ...

To get more infos about eas-requests you can set SOGoEASDebugEnabled.

Regards,
Thomas

-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Angelo 
Conforti
Gesendet: Samstag, 18. Juli 2015 11:48
An: users@sogo.nu
Betreff: [SOGo] Activesync trouble with IMAP LIST loop

Hi,
   this is my first post and I don't know if I need to open a bug ticket or 
not. I'm trying to setup a SOGo (2.3.0 and nightly release) installation for 
ActiveSync clients like Outlook 2013 or Windows Mail
(bleah) and I've a preesistent running IMAP server with Dovecot 2.2.13 and 
maildir backend. For test purpose I'm using my large INBOX (5Gb of mail, 220k 
messages).

After initial sync, where the client (Windows Mail or Outlook 2013 with EAS 
configuration) download the folder list and INBOX content, SOGo start a loop 
where asks complete folder list (this is a socat log, SOGo connects to the 
localhost:144 and socat log and forward packets to the
localhost:143):

> 2015/07/18 11:06:24.310413  length=41 from=64069 to=64109
> 1410 list "" "*" return (status (x-guid)) < 2015/07/18 11:06:24.541733  
> length=8192 from=12246478 to=12254669
> * LIST () "." INBOX\r
> * STATUS INBOX (X-GUID 2c092b130ee8cd54df29334545e2)\r
> * LIST () "." INBOX.Lavoro\r
> * STATUS INBOX.Lavoro (X-GUID a953f238e0b25855832bd53c2401)\r
> * LIST () "." INBOX.Lavoro.Ys\r
[...]

and then asks the status of special folders (Drafts, Trash, Sent) and receives 
the requested data:

[...previous list...]
> 1410 OK List completed.\r
>> 2015/07/18 11:06:25.236833  length=40 from=64112 to=64151
> 1411 status "INBOX.Drafts" (UIDVALIDITY)< 2015/07/18 11:06:25.237392  
> length=75 from=12280187 to=12280261
> * STATUS INBOX.Drafts (UIDVALIDITY 1262629219)\r
> 1411 OK Status completed.\r
>> 2015/07/18 11:06:25.237598  length=2 from=64152 to=64153
> \r
>> 2015/07/18 11:06:25.273935  length=46 from=64154 to=64199
> 1412 status "INBOX.Sent Items" (UIDVALIDITY)\r < 2015/07/18 
> 11:06:25.276236  length=81 from=12280262 to=12280342
> * STATUS "INBOX.Sent Items" (UIDVALIDITY 1262625493)\r
> 1412 OK Status completed.\r
>> 2015/07/18 11:06:25.276789  length=39 from=64200 to=64238
> 1413 status "INBOX.Trash" (UIDVALIDITY)< 2015/07/18 11:06:25.277199  
> length=74 from=12280343 to=12280416
> * STATUS INBOX.Trash (UIDVALIDITY 1411639996)\r
> 1413 OK Status completed.\r
>> 2015/07/18 11:06:25.277497  length=2 from=64239 to=64240
> \r

This loop continues until the process finish memory and clients (VxMemory sets 
to 512) and the client is disconnected. The problem is that when SOGo enter in 
the LIST loop any action taken on EAS Client (Windows Mail) is not reported to 
the IMAP folder; if I delete a mail on the client when SOGo is download mail 
from IMAP server, the delete command runs successful and the mail is removed 
from the IMAP server, if I delete a mail when SOGo is in the "LIST" loop, the 
action is ignored on the server.

What can I do to analize the issue?
Angelo
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

Re: [SOGo] Exception on commit "added support for DeletesAsMoves over EAS"

2015-06-29 Thread Thomas Fuehrer
Hi Daniel!

> Since I was running some tests with the master branch (bad decision) I
> caught a future bug here.

It is never a bad decision to test and report problems, so you can help to 
improve sogo.

>
> It gives me an exception on line SOGoActiveSyncDispatcher+Sync.m:491:
> [(SOGoMailFolder *)[sogoObject container] deleteUIDs: [NSArray
> arrayWithObjects: serverId, nil] useTrashFolder: &useTrash inContext:
> context];
>
> There is no deleteUIDs function at SOGoGCSFolder/SOGoContactGCSFolder.
>
> To reproduce the problem try to remove a contact over ActiveSync.

This should be fixed now. 
https://github.com/inverse-inc/sogo/commit/b86b1afdb9a838cb4e13c99f44849652927058ec


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

AW: [SOGo] EAS Push Improvements

2015-01-29 Thread Thomas Fuehrer
yes



Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von zero 
one
Gesendet: Donnerstag, 29. Januar 2015 15:31
An: users@sogo.nu
Betreff: RE: [SOGo] EAS Push Improvements



Great news, I will test it starting this evening. Just one question: When 
compiling ist from github sources, I also have the newest version, right?





> From:   t...@aon.at
> To:   users@sogo.nu
> Date: Thu, 29 Jan 2015 08:32:19 +0100
> Subject: [SOGo] EAS Push Improvements
>
> Hi,
> a fix has been landed to improve the EAS Push behavior and eliminates several 
> push related issues discusses recently on the mailing list.
> Since these changes will be in the upcoming v2.2.15 release, please test the 
> upcoming nightly builds and report your findings (  
> www.sogo.nu/bugs).
>
> Thanks,
> Thomas
> --
> users@sogo.nu 
> https://inverse.ca/sogo/lists


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

[SOGo] EAS Push Improvements

2015-01-28 Thread Thomas Fuehrer
Hi,
a fix has been landed to improve the EAS Push behavior and eliminates several 
push related issues discusses recently on the mailing list.
Since these changes will be in the upcoming v2.2.15 release, please test the 
upcoming nightly builds and report your findings (www.sogo.nu/bugs).

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


Re: [SOGo] Activesync IMAP loop

2015-01-13 Thread Thomas Fuehrer
>
> The foldernames vary and there haven't been any changes in these folders.
>
> The problem occurs on two iOS devices (iOS 8.1.2).

You could try to reset all imap folders or the device:
sogo-tool manage-eas resetfolder  
or
sogo-tool manage-eas resetdevice  

If the problem doesn't go away or if it returns a tcpdump could help to 
understand what's going on.


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

Re: AW: [SOGo] ActiveSync on Samsung phone not working properly

2015-01-12 Thread Thomas Fuehrer

> from when I last tested Outlook 2013.) How can I tell which device is my 
> phone? (I am fine with deleting the EAS data too for testing, so if 
> anyone can tell me how to do that, it would be appreciated.)

>From what I see in the 'manage-eas listfolders' output it seems that the 
>folders were never synced -> no or empty metadata for syncCache and dateCache

Try the following:

- Remove the EAS account from your device
- Delete EAS data for your mobile
   sogo-tool -v manage-eas resetdevice  
-Recreate the EAS account on your device 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] ActiveSync on Samsung phone not working properly

2015-01-11 Thread Thomas Fuehrer
Hi Sean!

Please provide an excerpt from sogo.log including the time when you send an 
email and the output of:

sogo-tool -v  manage-eas  listdevices 
sogo-tool -v  manage-eas  listfolders  

Regards,
Thomas

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

Re: [SOGo] some ActiveSync observations

2015-01-07 Thread Thomas Fuehrer
> Hi all,
>
> Since 2.2.13 activesync seems to be running a lot better here: mails are
> showing up in outlook / my mobile device.
>
> However, some things are not working yet:
>
> - sogo-tool manage-eas listdevices shows nothing, except this:
>
> root@mail:~# sogo-tool manage-eas listdevices my_username
> <0x0x1fb9430[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> <0x0x1fb9430[SOGoCache]> Using host(s) 'localhost' as server(s)
> root@mail:~#
>
> No devices are shown, even though there should be two devices for
> my_username: a mobile phone and outlook 2013. (and I can see the
> DeviceId in sogo.log)
>
> And when using a DeviceId from sogo.log:
>
> root@mail:/var/log/sogo# sogo-tool -v manage-eas listfolders my_username
> E745D8B69DE545959BE0D6142E3FBCD6
> <0x0x1382890[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> <0x0x1382890[SOGoCache]> Using host(s) 'localhost' as server(s)
> root@mail:/var/log/sogo#
>
> No folders are shown.
>

I assume the cache entries in table sogo_cache_folder_≤username> are stored 
with c_type=127 --> see 
https://lists.inverse.ca/sogo/arc/users/2014-12/msg00177.html
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] activesync and multiple calendar

2015-01-06 Thread Thomas Fuehrer
>
> Is there any setting to enable multiple calendar sync?

If the device supports multiple calendars it should work. Are the calendars you 
expect to be synced owned by the user or are they shared from another user?

You can use
  sogo-tool -v manage-eas listfolders  
to check whether a folder is synced.

If the folder is listed and the SyncCache for that folder has some values its 
content should be synced to the client.

[…]
Folder Key: EC20E70173E24926B3348529A03FEAE6+vevent/personal
   Folder Name: Personal Calendar

   metadata Name: {DateCache = {"cc83254c-b964-48a0-92fe-7dab2cd6760f" = 
"2014-09-30 23:00:00 +"; "f4fa7568-6927-11e4-902d-1b1f5c15679c" = 
"2014-11-02 07:00:00 +"; }; SyncCache =  
"cc83254c-b964-48a0-92fe-7dab2cd6760f" = 1415566273; 
"f4fa7568-6927-11e4-902d-1b1f5c15679c" = 1415657905; }; SyncKey = 1419423712; 
displayName = "Personal Calendar"; }
[..]

If the folder is listed but the SyncCache for that folder has no values (i.e.it 
is not listed)  its content has not been synced.
-> sogo has "informed" the client via folderSync about that folder, but the 
client hasn't sent a sync-request for it.

[..]
Folder Key: EC20E70173E24926B3348529A03FEAE6+vevent/1D28-54382800-1-63C81B00
   Folder Name: Cal2

   metadata Name: {displayName = "Cal2"; }
[..]



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

Re: [SOGo] Multiple Calendars with ActiveSync

2015-01-02 Thread Thomas Fuehrer
 
Am Freitag, 02. Januar 2015 16:04 CET, Ian McMichael  
schrieb: 
 
> 
> On 02/01/15 09:26, Thomas Fuehrer wrote:
> > While syncing other users calendar folders the permissions are verified: 
> > you need to have permission to add/delete calendar objects.
> > Web-based calendars are currently not supported.
> 
> That might explain what I am seeing.  I only have access to view the 
> calendar of one of the other users on the system and this is the one not 
> being created on my mobile by ActiveSync.  Why do I need write access to 
> see entries via ActiveSync?  I'm sure I have viewed a calendar via 
> Exchange that I do not have write access to...

There is no way to prevent a user from creating an event on such folders on 
eas-clients. The sync to server would fail because the folder is readonly and 
this might create inconsistenies between client and server.
For that reason the folder's permissiion is checked.

> 
> I guess the web-based calendars can be added via a Google account on an 
> Android device.  Are there any plans to incorporate these into 
> ActiveSync at a later date?
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
 
 
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Multiple Calendars with ActiveSync

2015-01-02 Thread Thomas Fuehrer
 
Am Donnerstag, 01. Januar 2015 23:37 CET, Ian McMichael 
 schrieb: 
 
> I have just upgraded to SOGo v2.2.13 and set the
> SOGoMaximumSyncResponseSize = 512 parameter to my sogo.conf.  I am using
> the native Android v5.0.1 ActiveSync client on a Nexus 5 phone.  For the
> first time I have managed to succeed in getting all my contacts,
> calendar events and messages to sync successfully.
> 
> When I log into my account in the SOGo web interface I can see and
> access six calendars.  One is my personal calendar.  Two belong to other
> users on the system and the remaining three are public, web-based ICS
> files.  If I run a "sogo-tool manage-eas listfolders 
> " command I can see that only two +vevent folders are listed. 
> As a result only two calendars appear on my Android device.

While syncing other users calendar folders the permissions are verified: you 
need to have permission to add/delete calendar objects.
Web-based calendars are currently not supported.

> 
> I have tried viewing the properties of the calendars in webmail and
> ticking the Synchronize box and adding a tag.  However, this has not
> made any difference.  What else can I try?  Is there some way of
> debugging the process that checks my access to the calendars to see what
> might be causing them to fail to add ActiveSync folders?
> 
> Should calendar colours sync via ActiveSync? 

ActiveSync doesn't offer an interface to sync calendar colors of a calendar 
folder.

 Both the calendars are
> appearing in a teal colour on my Android device at the moment.  Luckily
> I've found an app called "Set Calendar Colors" in the Play Store, which
> allows me to force them to change.  It would be nice if there was a way
> to set them automatically and keep them in sync if I change them in the
> web interface...
> 
> Otherwise thanks for the 2.2.13 release, which makes ActiveSync much
> more usable.  Oh, and a Happy New Year to all at Inverse...
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists 
 
 
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


AW: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other versions (bug???)

2014-12-22 Thread Thomas Fuehrer
Great to hear that your problem is solved.

 

Regarding your Q: I'm not sure what the standard behavior should be. Maybe 
Ludovic has some ideas about that.

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Marcus 
Andree
Gesendet: Montag, 22. Dezember 2014 18:12
An: users@sogo.nu
Betreff: Re: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other 
versions (bug???)

 

Aha! Thanks.

Now I'm seeing some progress... Inbox is sync'ing correctly now.

Just a simple (and maybe dumb) question: shouldn't standard IMAP folders like 
INBOX and Trash _always_ sync via activesync, no matter what you have in 
SOGoMailShowSubscribedFoldersOnly?

 

On Mon, Dec 22, 2014 at 12:57 PM, Thomas Fuehrer mailto:t...@aon.at> > wrote:

Hi Marcus!

 

Based on the infos you provided it seems that you have check "Show subscribed 
mailboxes only" (in SOGO's Mail Opterions), but there are no subscribed imap 
folders.

==> imap-lsub is used to list the folders.

 

 

 

Regards,

Thomas

 

Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
[mailto:users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> ] Im Auftrag von 
Marcus Andree
Gesendet: Montag, 22. Dezember 2014 15:32
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: Re: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other 
versions (bug???)

 

Hi, Thomas.

Thanks for your quick reply and for pointing me to the "ImapDebugEnabled" flag.

Here's the info you requested. The user in question has a plain new account. 
The older one was erased on Cyrus as a way to try to solve this issue. It has 
no IMAP subscriptions.


The single device listed corresponds to a Samsung TM-211 Tab 3 android tablet.

You can see the LIST "" "" command (IMAP command 5) clearly.

No e-mails are received on the tablet side and no email headers are seen 
travelling on the wire.

 

=== sogo-tool
[root@t3v27i sogo]# sogo-tool -v manage-eas listdevices marcusmagalhaes
<0x0x1e714f8[SOGoCache]> Cache cleanup interval set every 300.00 seconds
<0x0x1e714f8[SOGoCache]> Using host(s) '127.0.0.1:11211 
<http://127.0.0.1:11211> ' as server(s)
SEC1920C1536534C
[root@t3v27i sogo]# sogo-tool -v manage-eas listfolders marcusmagalhaes 
SEC1920C1536534C
<0x0xc7d568[SOGoCache]> Cache cleanup interval set every 300.00 seconds
<0x0xc7d568[SOGoCache]> Using host(s) '127.0.0.1:11211 <http://127.0.0.1:11211> 
' as server(s)
Folder Key: SEC1920C1536534C+(null)
   Folder Name: Trash

   metadata Name: {displayName = Trash; }

Folder Key: SEC1920C1536534C+vevent/personal
   Folder Name: Calendário Pessoal

   metadata Name: {displayName = "Calend\U00E1rio Pessoal"; }

Folder Key: SEC1920C1536534C+vtodo/personal
   Folder Name: Calendário Pessoal

   metadata Name: {displayName = "Calend\U00E1rio Pessoal"; }

Folder Key: SEC1920C1536534C+vcard/personal
   Folder Name: Livro de Endereços Pessoais

   metadata Name: {DateCache = {}; SyncCache = {"FA2-5496F680-1-527CB300.vcf" = 
1419179718; }; SyncKey = 1419179718; displayName = "Livro de Endere\U00E7os 
Pessoais"; }

==

sogo.log (with IMAP debug)



2014-12-22 08:58:38.515 sogod[22869] WOCompoundElement: id logging is on.
Dec 22 08:58:38 sogod [22869]: |SOGo| request took 0.147720 seconds to execute
10.10.136.19 - - [22/Dec/2014:08:58:38 GMT] "GET /SOGo/so/ HTTP/1.1" 200 3967/0 
0.150 11332 64% 640K
Dec 22 12:17:57 sogod [22869]: |SOGo| starting method 'OPTIONS' on uri 
'/SOGo/Microsoft-Server-ActiveSync?Cmd=OPTIONS&User=marcusmagalhaes&DeviceId=SEC1920C1536534C&DeviceType=SAMSUNGSMT211M'
2014-12-22 12:17:57.667 sogod[22869] ERROR(-[NGLdapSearchResultEnumerator 
nextObject]): does not support result references yet ..
2014-12-22 12:17:57.672 sogod[22869] -[WEClientCapabilities initWithRequest:]: 
Unknown WebClient: user-agent='SAMSUNG-SM-T211M/100.40102'
2014-12-22 12:17:57.698 sogod[22869] ERROR(-[NGLdapSearchResultEnumerator 
nextObject]): does not support result references yet ..
Dec 22 12:17:57 sogod [22869]: |SOGo| request took 0.069161 seconds to execute
10.64.2.92 - - [22/Dec/2014:12:17:57 GMT] "OPTIONS 
/SOGo/Microsoft-Server-ActiveSync?Cmd=OPTIONS&User=marcusmagalhaes&DeviceId=SEC1920C1536534C&DeviceType=SAMSUNGSMT211M
 HTTP/1.1" 200 0/0 0.124 - - 120K
Dec 22 12:17:57 sogod [22869]: |SOGo| starting method 'POST' on uri 
'/SOGo/Microsoft-Server-ActiveSync?Cmd=FolderSync&User=marcusmagalhaes&DeviceId=SEC1920C1536534C&DeviceType=SAMSUNGSMT211M'
2014-12-22 12:17:57.816 sogod[22869] -[WEClientCapabilities initWithRequest:]: 
Unknown WebClient: user-agent='SAMSUNG-SM-T211M/100.40102'
2014-12-22 12:17:57.921 sogod[22869] ERROR(-[NGLdapSearchResultEnumerator 
nextObject]): does not 

AW: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other versions (bug???)

2014-12-22 Thread Thomas Fuehrer
lready exists in DAV permissions table
2014-12-22 12:20:02.638 sogod[22853] Sleeping 30 seconds while detecting 
changes...
Dec 22 12:20:04 sogod [22860]: |SOGo| starting method 'POST' on uri 
'/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync&User=marcusmagalhaes&DeviceId=SEC1920C1536534C&DeviceType=SAMSUNGSMT211M'
Dec 22 12:20:04 sogod [22860]: <0x0x7f5060a29748[SOGoCache]> Cache cleanup 
interval set every 300.00 seconds
Dec 22 12:20:04 sogod [22860]: <0x0x7f5060a29748[SOGoCache]> Using host(s) 
'127.0.0.1:11211 <http://127.0.0.1:11211> ' as server(s)
2014-12-22 12:20:04.820 sogod[22860] -[WEClientCapabilities initWithRequest:]: 
Unknown WebClient: user-agent='SAMSUNG-SM-T211M/100.40102'
2014-12-22 12:20:04.859 sogod[22860] Note(SoObject): SoDebugKeyLookup is 
enabled!
2014-12-22 12:20:04.859 sogod[22860] Note(SoObject): SoDebugBaseURL is enabled!
2014-12-22 12:20:04.859 sogod[22860] Note(SoObject): relative base URLs are 
enabled.
2014-12-22 12:20:04.953 sogod[22860] Note: Using UTF-8 as URL encoding in 
NGExtensions.
2014-12-22 12:20:05.050 sogod[22860] Change detected, we push the content.
Dec 22 12:20:05 sogod [22860]: |SOGo| request took 0.268662 seconds to execute
10.64.2.92 - - [22/Dec/2014:12:20:05 GMT] "POST 
/SOGo/Microsoft-Server-ActiveSync?Cmd=Sync&User=marcusmagalhaes&DeviceId=SEC1920C1536534C&DeviceType=SAMSUNGSMT211M
 HTTP/1.1" 200 181/64 0.296 - - 4M



 

On Mon, Dec 22, 2014 at 5:25 AM, Thomas Fuehrer mailto:t...@aon.at> > wrote:

Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu>  
[mailto:users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> ] Im Auftrag von 
Marcus Andree
Gesendet: Montag, 22. Dezember 2014 00:50
An: users@sogo.nu <mailto:users@sogo.nu> 
Betreff: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other versions 
(bug???)

Hi, guys,
I've been tracking an issue with activesync and sogo on a demo project due to 
be ready in a week or so. Got a few virtual machines running Centos 6.5 x64. 
The complete setup is complex and includes:

Cyrus IMAP + Murder Aggregator (2 frontends, 2 backends and 2 mupdate's)
Apache
SOGo (first 2.2.9a, then 2.2.12a-1)
Win 2k8 + AD/LDAP (authentication)
SASL
Postfix
Nginx acting as IMAP proxy

Cyrus had to be upgraded to 2.4 in order to work properly with SOGo's 
activesync module. After some initial problems with no sufficient clients to 
test a single user (i.e., me), the number of workers was raised to a safe value 
(30).
Contact lists are sync'ing via ActiveSync, but had no luck so far with e-mails.
They simply refuse to synchronize.
When I was running 2.2.9a, was able to see the contents of all mail folders 
except INBOX (after a long time syncing, despite having only about 60 e-mail 
messages). The messages were sync' ing on mobile a Samsung TAB 3 and an iPad 
Mini.

Decided to upgrade from 2.2.9a to 2.2.12a-1, but no luck. After several hours 
trying to track the source of this problem, some tcpdump logs were set, after 
reversing imaps and https to imap and http. These logs were showing a "NO 
Mailbox does not exist"  between Cyrus and SOGo.

 These logs had also shown that SOGo was sending two unusual (wrong?) commands 
to Cyrus:
1) LIST "" ""
2) status "(null)" (UIDVALIDITY)

The command #2 above is, apparently, the source of the error message.
It _seems_ that the results of the first LIST command (nothing/null/no folders) 
are being used as (1) source of folders to sync and (2)  build the status 
command and this is causing the folders not to be sync'ed...

Can't say for sure if this error comes from my setup, so I'd appreciate if some 
SOGo guru with more-than-average knowledge about the source could check this...
Thanks.



Hi Marcus!

Please post an excerpt of sogo.log with ImapDebugEnabled set to YES  and the 
output of:

sogo-tool -v  manage-eas  listdevices 
sogo-tool -v  manage-eas  listfolders  

Regards,
Thomas

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

 

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

AW: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other versions (bug???)

2014-12-21 Thread Thomas Fuehrer
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Marcus 
Andree
Gesendet: Montag, 22. Dezember 2014 00:50
An: users@sogo.nu
Betreff: [SOGo] ActiveSync weirdness on 2.2.12a-1 and possibly other versions 
(bug???)

Hi, guys,
I've been tracking an issue with activesync and sogo on a demo project due to 
be ready in a week or so. Got a few virtual machines running Centos 6.5 x64. 
The complete setup is complex and includes:

Cyrus IMAP + Murder Aggregator (2 frontends, 2 backends and 2 mupdate's)
Apache
SOGo (first 2.2.9a, then 2.2.12a-1)
Win 2k8 + AD/LDAP (authentication)
SASL
Postfix
Nginx acting as IMAP proxy

Cyrus had to be upgraded to 2.4 in order to work properly with SOGo's 
activesync module. After some initial problems with no sufficient clients to 
test a single user (i.e., me), the number of workers was raised to a safe value 
(30).
Contact lists are sync'ing via ActiveSync, but had no luck so far with e-mails.
They simply refuse to synchronize.
When I was running 2.2.9a, was able to see the contents of all mail folders 
except INBOX (after a long time syncing, despite having only about 60 e-mail 
messages). The messages were sync' ing on mobile a Samsung TAB 3 and an iPad 
Mini.

Decided to upgrade from 2.2.9a to 2.2.12a-1, but no luck. After several hours 
trying to track the source of this problem, some tcpdump logs were set, after 
reversing imaps and https to imap and http. These logs were showing a "NO 
Mailbox does not exist"  between Cyrus and SOGo.

 These logs had also shown that SOGo was sending two unusual (wrong?) commands 
to Cyrus:
1) LIST "" ""
2) status "(null)" (UIDVALIDITY)

The command #2 above is, apparently, the source of the error message.
It _seems_ that the results of the first LIST command (nothing/null/no folders) 
are being used as (1) source of folders to sync and (2)  build the status 
command and this is causing the folders not to be sync'ed... 

Can't say for sure if this error comes from my setup, so I'd appreciate if some 
SOGo guru with more-than-average knowledge about the source could check this...
Thanks.



Hi Marcus!

Please post an excerpt of sogo.log with ImapDebugEnabled set to YES  and the 
output of:

sogo-tool -v  manage-eas  listdevices 
sogo-tool -v  manage-eas  listfolders  

Regards,
Thomas

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

AW: [SOGo] Problem with AS

2014-12-15 Thread Thomas Fuehrer


-Ursprüngliche Nachricht-
Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von 
Szládovics Péter
Gesendet: Montag, 15. Dezember 2014 17:12
An: users@sogo.nu
Betreff: Re: [SOGo] Problem with AS

2014-12-15 16:34 keltezéssel, t...@aon.at írta:
> Ok; I seems that there is a problem with the cache entries for the synced 
> folders.
> I assume that the column c_type has a value 127 which is wrong.

You're absolutely right! All of problematic users have the 127 in the c_type 
field. My wife has 200 and 201 values

> This was caused by a bug which was fixed some time ago, but old cache entries 
> migth still have the wrong value.

How can I purge them with keep the database in consistent state?

> Can you please post the content of the table: sogo_cache_folder_.

Are you sure? My table has 106 columns... But all problematic user has the 
value 127 in c_type column in every row. I checked it.

> You can try to identify the deviceId from sogo.log and then use following 
> command to reset the device:
> sogo-tool manage-eas resetdevice   sogo.log>

I have found my id in my phone, and checked it in the log, and already tried 
this step. It didn't help :(
--
users@sogo.nu
https://inverse.ca/sogo/lists

==
==

You can try to delete sogo_cache_folder_. This is what resetdevice is 
supposed ... but there seems to be an issue with the delete in the code.
Do a refresh on the device and see whether the problem is fixed. 

What always should work is toemove the account from the device, delete 
sogo_cache_folder_ and after that recreate the account on the device.

Regards,
Thomas



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

Re: R: R: [SOGo] ActiveSync problems

2014-11-05 Thread Thomas Fuehrer
Daniele,
if possible try to test without the annotatemore plugin enabled in dovecot.

I just mentioned the bug to give you some background info on how foldersync is 
currently working.

I assume that the GETANNOTATION output  migth look different between cyrus and 
dovecot and so the dovecot output is not parsed correctly. The feature was 
developed based on cyrus-GETANNOATION. For Dovecot X-GUID is used to get the 
folder-uid, but this works only if GET/SETANNOTATION fails.

So, again please test without the plugin and also post an output of 
GETANNOATION ...

Regards,
Thomas


Am Mittwoch, 05. November 2014 14:53 CET, "Daniele Borini" 
 schrieb:

> Since i'm using nightly builds, is it possibile that patch has been already 
> included into my sogo machine?
> Thanks,
> Daniele.
>
> Daniele Borini
> EDP Manager
> EFFEGIDI International SpA
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
> tel +39 0521319316
> fax +39 0521319322
> Skype borini-effegidi.it
> e-mail d.bor...@effegidi.it
> www.effegidi.it
>
> Prima di stampare, pensa all'ambiente ** Think about the environment before 
> printing
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Thomas 
> Fuehrer
> Inviato: mercoledì 5 novembre 2014 14:41
> A: users@sogo.nu
> Oggetto: Re: R: [SOGo] ActiveSync problems
>
> Hi Daniele,
>
> You could try to disable the annotatemore plugin and try again.
>
> See "bug 0002688: Missing folders list update" for some background info on 
> that.
>
> The initial idea was to use x-guid on dovecot and get/setannotation on cyrus.
>
> Regards,
> Thomas
>
> Am Mittwoch, 05. November 2014 09:12 CET, "Daniele Borini" 
>  schrieb:
>
> > Hi Thomas,
> > here I Am.
> > Getannotation replies are always "OK Completed."
> > If you need i cand attach a sogo.log.
> > I use dovecot-core 1:2.0.19 ubuntu based and postfix 2.9.6
> >
> > It's a test machine se there's only one user (me)
> >
> > Thanks a lot,
> >
> > Daniele
> >
> >
> > Daniele Borini
> > EDP Manager
> > EFFEGIDI International SpA
> >
> > Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy tel +39
> > 0521319316 fax +39 0521319322 Skype borini-effegidi.it e-mail
> > d.bor...@effegidi.it www.effegidi.it
> >
> > Prima di stampare, pensa all'ambiente ** Think about the environment
> > before printing -Messaggio originale-
> > Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di
> > Thomas Fuehrer
> > Inviato: venerdì 31 ottobre 2014 14:32
> > A: users@sogo.nu
> > Oggetto: Re: [SOGo] ActiveSync problems
> >
> > Hi  Daniele,
> > can you please provide a sogo.log which contains a complete session. I want 
> > to see the response of getannotation.
> >
> > What is the exact  imap-server version?
> > Do you have the problem only with a specific user or does it occur with all 
> > of your users?
> >
> > Regards,
> > Thomas
> >
> > Am Donnerstag, 30. Oktober 2014 15:20 CET, "Daniele Borini" 
> >  schrieb:
> >
> > > Hi all.
> > >
> > > I’ve just updated from nightly build but still having some troubles with 
> > > activesync.
> > >
> > > I’ve configured outlook 2013 using Activesync to connect to sogo server.
> > >
> > > Outlook folders (expecially own-created folders) are multiplicated (i.e. 
> > > i’ve got Backup and backup[1] folders) and no emails are displayed in 
> > > outlook.
> > >
> > > No errors appers into sogo.log nor mail.log nor mail.err. What i see is a 
> > > huge amount of setannotation in sogo.log like:
> > >
> > >
> > >
> > > C[0x7fe897791090]: 384 setannotation "UPS" "/comment" ("value.priv"
> > > "mailserver_70d_1a027fc4_15c6")
> > >
> > > S[0x7fe897e54f60]: 384 OK Completed.
> > >
> > > C[0x7fe897791090]: 385 setannotation "Gateway" "/comment"
> > > ("value.priv" "mailserver_70d_1a027fc4_15c7")
> > >
> > > S[0x7fe897e54f60]: 385 OK Completed.
> > >
> > >
> > >
> > >
> > >
> > > Can you point me on what i could have made in the wrong way?
> > >
> > >
> > >
> > > Thank you very much.
> > >
> > > D.
> > >
> > >
> > >
> > >
> > > Daniele Borini
> > >
> > >
> > > EDP Manager
> > >
> > >
> > >
> > >  > > ice_file\image001.gif>
> > >
> > >
> > > Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
> > >
> > >
> > > tel +39 0521319316
> > >
> > >
> > > fax +39 0521319322
> > >
> > >
> > >
> > >  > > ice_file\image002.gif> borini-effegidi.it
> > >
> > >
> > > e-mail d.bor...@effegidi.it
> > >
> > >
> > > www.effegidi.it <http://www.effegidi.it>
> > >
> > >
> > > Prima di stampare,pensa all'ambiente ** Think about the environment
> > > before printing
> > >
> > >
> > >
> > > --
> > > 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
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists



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

Re: R: [SOGo] ActiveSync problems

2014-11-05 Thread Thomas Fuehrer
Hi Daniele,

You could try to disable the annotatemore plugin and try again.

See "bug 0002688: Missing folders list update" for some background info on that.

The initial idea was to use x-guid on dovecot and get/setannotation on cyrus.

Regards,
Thomas

Am Mittwoch, 05. November 2014 09:12 CET, "Daniele Borini" 
 schrieb:

> Hi Thomas,
> here I Am.
> Getannotation replies are always "OK Completed."
> If you need i cand attach a sogo.log.
> I use dovecot-core 1:2.0.19 ubuntu based and postfix 2.9.6
>
> It's a test machine se there's only one user (me)
>
> Thanks a lot,
>
> Daniele
>
>
> Daniele Borini
> EDP Manager
> EFFEGIDI International SpA
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
> tel +39 0521319316
> fax +39 0521319322
> Skype borini-effegidi.it
> e-mail d.bor...@effegidi.it
> www.effegidi.it
>
> Prima di stampare, pensa all'ambiente ** Think about the environment before 
> printing
> -Messaggio originale-
> Da: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Per conto di Thomas 
> Fuehrer
> Inviato: venerdì 31 ottobre 2014 14:32
> A: users@sogo.nu
> Oggetto: Re: [SOGo] ActiveSync problems
>
> Hi  Daniele,
> can you please provide a sogo.log which contains a complete session. I want 
> to see the response of getannotation.
>
> What is the exact  imap-server version?
> Do you have the problem only with a specific user or does it occur with all 
> of your users?
>
> Regards,
> Thomas
>
> Am Donnerstag, 30. Oktober 2014 15:20 CET, "Daniele Borini" 
>  schrieb:
>
> > Hi all.
> >
> > I’ve just updated from nightly build but still having some troubles with 
> > activesync.
> >
> > I’ve configured outlook 2013 using Activesync to connect to sogo server.
> >
> > Outlook folders (expecially own-created folders) are multiplicated (i.e. 
> > i’ve got Backup and backup[1] folders) and no emails are displayed in 
> > outlook.
> >
> > No errors appers into sogo.log nor mail.log nor mail.err. What i see is a 
> > huge amount of setannotation in sogo.log like:
> >
> >
> >
> > C[0x7fe897791090]: 384 setannotation "UPS" "/comment" ("value.priv" 
> > "mailserver_70d_1a027fc4_15c6")
> >
> > S[0x7fe897e54f60]: 384 OK Completed.
> >
> > C[0x7fe897791090]: 385 setannotation "Gateway" "/comment" ("value.priv" 
> > "mailserver_70d_1a027fc4_15c7")
> >
> > S[0x7fe897e54f60]: 385 OK Completed.
> >
> >
> >
> >
> >
> > Can you point me on what i could have made in the wrong way?
> >
> >
> >
> > Thank you very much.
> >
> > D.
> >
> >
> >
> >
> > Daniele Borini
> >
> >
> > EDP Manager
> >
> >
> >   
> > 
> >
> >
> > Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
> >
> >
> > tel +39 0521319316
> >
> >
> > fax +39 0521319322
> >
> >
> >   
> > 
> >  borini-effegidi.it
> >
> >
> > e-mail d.bor...@effegidi.it
> >
> >
> > www.effegidi.it <http://www.effegidi.it>
> >
> >
> > Prima di stampare,pensa all'ambiente ** Think about the environment before 
> > printing
> >
> >
> >
> > --
> > 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 problems

2014-10-31 Thread Thomas Fuehrer
Hi  Daniele,
can you please provide a sogo.log which contains a complete session. I want to 
see the response of getannotation.

What is the exact  imap-server version?
Do you have the problem only with a specific user or does it occur with all of 
your users?

Regards,
Thomas

Am Donnerstag, 30. Oktober 2014 15:20 CET, "Daniele Borini" 
 schrieb:

> Hi all.
>
> I’ve just updated from nightly build but still having some troubles with 
> activesync.
>
> I’ve configured outlook 2013 using Activesync to connect to sogo server.
>
> Outlook folders (expecially own-created folders) are multiplicated (i.e. i’ve 
> got Backup and backup[1] folders) and no emails are displayed in outlook.
>
> No errors appers into sogo.log nor mail.log nor mail.err. What i see is a 
> huge amount of setannotation in sogo.log like:
>
>
>
> C[0x7fe897791090]: 384 setannotation "UPS" "/comment" ("value.priv" 
> "mailserver_70d_1a027fc4_15c6")
>
> S[0x7fe897e54f60]: 384 OK Completed.
>
> C[0x7fe897791090]: 385 setannotation "Gateway" "/comment" ("value.priv" 
> "mailserver_70d_1a027fc4_15c7")
>
> S[0x7fe897e54f60]: 385 OK Completed.
>
>
>
>
>
> Can you point me on what i could have made in the wrong way?
>
>
>
> Thank you very much.
>
> D.
>
>
>
>
> Daniele Borini
>
>
> EDP Manager
>
>
>   
> 
>
>
> Via Provinciale per Sacca, 55 - 43052 - Colorno - Italy
>
>
> tel +39 0521319316
>
>
> fax +39 0521319322
>
>
>   
> 
>  borini-effegidi.it
>
>
> e-mail d.bor...@effegidi.it
>
>
> www.effegidi.it 
>
>
> Prima di stampare,pensa all'ambiente ** Think about the environment before 
> printing
>
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists



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

AW: [SOGo] Activesync does not sync contacts

2014-10-11 Thread Thomas Fuehrer
I can confirm that contact synchronization is working on HTC desire Z 2.3.3 and 
ODYS Next 4.0.3. I also tested successfully with the android 4.4 live-cd 
(http://sourceforge.net/projects/android-x86/files/Release%204.4/android-x86-4.4-r1.iso/download).
 The synchronization works in both directions for the fields supported by both 
ends with one exception I just found: the HTC desire send an empty xml-tag for 
categories (group) if no group is set for the contact  and this breaks the 
synchronization.

 

I'd suggest to do the following to further debug your issue:

 

Create a new sogo user (empty no mail/events/contacts)

Setup your mobile with above user

Create a new contact on server (firstname/lastname/mobile-phone) in the users's 
PERSONAL folder.

Sync you mobile

Check for the contact on you mobile

 

If above works try it the other way around -> edit the contact on the mobile ….

 

I'd also suggest to test with above mentioned live-cd. As mentioned above it 
works for me and should help to find out whether your problem is caused by your 
mobile or by the server.

 

Good Luck,

Thomas

 

PS: based on what I've tested I can say that AS works with iPhone, Blackberry, 
Outlook 2013, and on my sandbox with windows (found several issues but now it 
does its job :))

 

Von: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] Im Auftrag von Ian 
McMichael
Gesendet: Samstag, 11. Oktober 2014 14:00
An: users@sogo.nu
Betreff: Re: [SOGo] Activesync does not sync contacts

 

 

On 10/10/14 18:07, Heiner Markert wrote:

nobody else with this problem? 

Is there someone who actually has working contact sync via ActiveSync  with an 
android phone? Maybe he/she could help me out with troubleshooting... 


Not that it's much help but I have exactly the same issue with contacts via 
ActiveSync on all the Android versions I've tried.  Ludovic commented that my 
Android client, "sends a weird 'Supported' AS command listing the fields it 
supports" and suggested that maybe they were returning different fields to the 
ones it requested.

I'm afraid I have made no further progress on diagnosing the issue so far.  If 
someone has more spare time they could try the contact fields with one contact 
one-by-one until it breaks and then file a bug report?

Regards,

-- 

Ian McMichael

• E-Mail: ian.mcmich...@gmail.com
• Phone: +44-(0)7703-192837 

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

AW: AW: AW: [SOGo] outlook and german umlaut

2014-03-20 Thread Thomas Fuehrer
> Did that of course. Just pulled sope again from git but outlook still
fails.
> When times allow I'll cleanup my env and rebuild it ...

>>My bad, a commit wasn't pushed in SOPE. It's now available, retry.

Cool - works now. Thank you

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


AW: AW: [SOGo] outlook and german umlaut

2014-03-20 Thread Thomas Fuehrer

On 2014-03-20 2:25 PM, Thomas Fuehrer wrote:
> The exception occurs in SOGoMailObject+ActiveSync.m 
> (_sanitizedMIMEPart)  at
> 781 lines  [thePart setHeader: mimeType  forKey: @"content-type"];
Upgrade SOPE.

Did that of course. Just pulled sope again from git but outlook still fails.
When times allow I'll cleanup my env and rebuild it ...

Thx, Thomas

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


AW: [SOGo] outlook and german umlaut

2014-03-20 Thread Thomas Fuehrer
>> It is wrong encoding (i think it was associated with quoted printable 
>> encoding). I also can see that iPhone iOS does have same issue with 
>> messagepreview, but when I open the message i tis shown correctly.
>> Seems to me like "bad" content is delivered to the client in Exchange 
>> active sync when text (non html) content is requested from the client 
>> side and message contains or doesnt cointains that content. Since 
>> this error is in more than one client it should be solved on server 
>> side?
> I have a patch for this which seems to work well (except for the 
> message preview in iOS). Are you in a position to test a patch? (ie., 
> so compiling stuff yourself).

>>I've pushed the patch a couple of hours ago - it'll be part of the
upcoming nightly builds. There are a couple of ActiveSync fixes that have
also been pushed. Anyone interested should give the nightly builds a try, as
v2.2.2 will soon be released and based >>on them.

Hi Ludovic! 

I pulled the latest  code from git and did a quick test with outlook
connected to sogo via activesync . 

I sent a html mail to myself.  The mail is sent  but when outlook tries to
receive the mail via activesync (syncing indbox) its fails and sogo.log
shows following error:

Mar 20 14:13:28 sogod [3157]: <0x0x7f12eb6037e0[NGImap4Client]> Note: no key
found for sorting, using 'DATE': (null)
EXCEPTION:  NAME:NSInvalidArgumentException
REASON:NGMimeBodyPart(instance) does not recognize setHeader:forKey:
INFO:(null)
Mar 20 14:13:28 sogod [3137]: <0x0x7f12eb35f5d0[WOWatchDogChild]> child 3157
exited
Mar 20 14:13:28 sogod [3137]: <0x0x7f12eb35f5d0[WOWatchDogChild]>
(terminated due to signal 6)
2014-03-20 14:13:28.616 sogod[3158] -[WEClientCapabilities
initWithRequest:]: Unknown WebClient: user-agent='Outlook/15.0
(15.0.4569.1505; C2R; x86)'
Mar 20 14:13:28 sogod [3137]: <0x0x7f12eb437db0[WOWatchDog]> child spawned
with pid 3282
2014-03-20 14:13:28.625 sogod[3158] Got Ping request with valid interval -
sleeping for 5 seconds.

The exception occurs in SOGoMailObject+ActiveSync.m (_sanitizedMIMEPart)  at
781 lines  [thePart setHeader: mimeType  forKey: @"content-type"];

Regards,
Thomas


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