Re: [SOGo] Less filter options

2022-02-13 Thread m...@montik.net
Hi,

I would like to revive this thread a bit and return it to the more
generic search and move / delete user experience.

> Now, I must go to the subfolder, sort by sender and date, scroll down 3-400
> lines to the last "date of no-importance", click the next 3-500 mails and
> then delete them (which only moves them into the waste bin, where I have to
> delete them a second time ...) - and as this clicking takes more time than
> the refresh interval, I can start from the top of the list again ... and
> repeat that for about 10 subfolders ...
> This task would already be easier, if there was within the "search within
> this folder" options a seletion entry "older/newer than ".

I can select one or many emails when looking at an email folder and
then move those emails somewhere. But it seems I really cannot do that
when looking at the search results, is that correct or am I missing
something?

Also there seems to be no way to search based on time.

Those two combined would have been good enough for Paul I believe.

[The other feature that I would like very much is creation of a sieve
filter based on the current search (with results). The filter creation
is totally blind at this moment, there is no feedback or any other way
to check the filter match logic.]

Any guidance about the expected search UX patterns is greatly
appreciated. I can help coding too if needed, unfortunately, ObjC is
not among the languages I have mastered.

Best regards

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


[SOGo] - Entreprise Active sync issue

2022-02-13 Thread HYVERNAT Philippe

Hello,

Here's my configuration :


Sogo 5.5.1

Apache24

Mysql80



I have a problem with sogo and active sync, i can log with all users but 
when i go to "preferences" i have a proxy error :




The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request

Reason: *Error reading from remote server*

*
*

*Apache log :
*


[Sat Feb 12 15:36:31.251291 2022] [proxy_http:error] [pid 77047] 
(70007)The timeout specified has expired: [client 172.17.2.1:52447] 
AH01102: error reading status line from remote server 127.0.0.1:2
[Sat Feb 12 15:36:31.251422 2022] [proxy:error] [pid 77047] [client 
172.17.2.1:52447] AH00898: Error reading from remote server returned by 
/Microsoft-Server-ActiveSync
[Sat Feb 12 15:42:31.981330 2022] [proxy_http:error] [pid 77047] 
(70007)The timeout specified has expired: [client 172.17.2.1:52447] 
AH01102: error reading status line from remote server 127.0.0.1:2
[Sat Feb 12 15:42:31.981559 2022] [proxy:error] [pid 77047] [client 
172.17.2.1:52447] AH00898: Error reading from remote server returned by 
/Microsoft-Server-ActiveSync



- telnet on port 2 is ok

- Rewrite rule in APACHe is enable


*Configuration files *:


- *a bit of sogo-apache.conf :*


# Enable to use Microsoft ActiveSync support
# Note that you MUST have many sogod workers to use ActiveSync.
# See the SOGo Installation and Configuration guide for more details.
#
ProxyPass /Microsoft-Server-ActiveSync \
http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=360

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0 nocanon Keepalive=On

http://127.0.0.1:2/SOGo>
## Adjust the following to your configuration
## and make sure to enable the headers module

  RequestHeader set "x-webobjects-server-port" "443"
  SetEnvIf Host (.*) HTTP_HOST=$1
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" 
env=HTTP_HOST
  RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST


## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
  RequestHeader unset "x-webobjects-remote-user"
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e" 
env=REMOTE_USER


  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"


  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all



---

- a bit of *Sogo.conf :*


WOWorkersCount = 120;
  SOGoMaximumPingInterval = 3540;
  SOGoMaximumSyncInterval = 3540;
  SOGoInternalSyncInterval = 60;


I don't understand ??

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