Re: [SOGo] Vacation auto-reply only one day per week ?

2021-05-21 Thread "J. Echter"
I thought it only gets overriden if you enter mail options and click save, what 
you wouldn't do if you not there, so it should survive the off day at least.

Am 20. Mai 2021 18:19:14 MESZ schrieb Pierre Fumet :
>Thanks for your proposal,
>but that's not appropriate IMHO :
>- SOGo does not manage sieve via sogo.sieve file but in DB, so changes
>would be overrided soon
>- I'm looking for (the possibility of) a clean (eg. managed by SOGo)
>way of implementing this feature
>
>On 20 May 2021 at 16:59, from Jürgen Echter :
>>
>>Hi,
>>
>>maybe you can write a small bash script and run it with cron.
>>
>>#!/bin/bash
>>
>>DAYOFWEEK=$(date +"%u")
>>
>>if [[ ($DAYOFWEEK -eq 3) ]]; then
>>grep -qsxF '{ vacation :days 1 :addresses ["your@mail.address"] text:
>I'm out of office.; }' /path/to/your/sieve/sogo.sieve || printf "{
>vacation :days 1 :addresses ["your@mail.address"] text: I'm out of
>office.; }" >> /path/to/your/sieve/sogo.sieve
>>
>>elif
>>sed -i '{ vacation :days 1 :addresses ["your@mail.address"] text: I'm
>out of office.; }/d' /path/to/your/sieve/sogo.sieve
>>
>>fi
>>
>>untested :)
>>
>>Juergen
>>
>>Am Donnerstag, Mai 20, 2021 10:31 CEST, "Pierre Fumet" (p...@zdn.fr)
> schrieb:
>> Hi all,
>>
>>SOGo webmail can activate vacation auto-reply and schedule beginning
>and end for this activation.
>>
>>But would it be possible to schedule auto-reply only one day each
>week, eg. on wednesday ?
>
>-- 
>Pierre Fumet
>-- 
>users@sogo.nu
>https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Problems with active Sync

2021-05-21 Thread Sarah Harnohs
Hello,

we have some issues with a useraccount since our update to version 5.
He uses active sync and his mailbox is round about 3GB.

If he starts a client (platform independent) and wants to read his mails, all 
of them disappear and reload slowly.
This process takes about several minutes.

Kind Regards,

Sarah Harnohs

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

[SOGo] SOGoDomainsVisibility - mysql lookup

2021-05-21 Thread gde...@ngservers.com
Any clue about a new feature for « SOGoDomainsVisibility » to request a MYSQL 
table instead of harcoding domains into sogo.conf.

 

In my better dreams, this SQL table could be based on a json record and we 
would only have to declare the mysql URL in the sogo.conf file.

 

Of course, no need to restart sogo with this configuration. The records are 
read dynamically 😊

 

Regards from France,

 

Gaetan

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