Thanks for your answer David,

Sure, an upgrade will be the best solution ☺

Right now, we will try to merge the .script files, and compile them to 
default.bc

Regards,

Benoit

De : David DOLCIMASCOLO [mailto:[email protected]]
Envoyé : lundi 12 décembre 2016 10:43
À : Benoit CROQUIN; [email protected]
Objet : Re: [Obm] Redirect address overrides sieve global configuration

Indeed...
I'm sorry this feature won't be supported in OBM 2.5. Any chance you can 
upgrade to OBM 3.2?

The list of new features and improvements is quite huge, including but not 
limited to:

  *   integrated webmail
  *   new top menu with badges and notifications
  *   support for newer distributions and newer versions of Thunderbird
  *   a REST API for data provisioning and easy with external applications
  *   a smart IMAP archiving system
  *   lots of bugfixes
  *   ...
Regards,



David DOLCIMASCOLO

Resp. Equipe OBM / OBM Team Lead

Resp. Adjoint Equipe OpenPaas / OpenPaas Team Deputy

-------------------------------------------

+33 6 76 20 62 28

-------------------------------------------

Tour Franklin 31 ème étage

100/101 Quartier Boieldieu

92042 PARIS LA DEFENSE

FRANCE

-------------------------------------------

Message envoyé avec OBM, La messagerie Libre :  http://www.obm.org/
Le 12/12/2016 à 10:37, Benoit CROQUIN a écrit :
Hello David,

We are running obm 2.5.11

Regards,

Benoit



De : David DOLCIMASCOLO [mailto:[email protected]]
Envoyé : lundi 12 décembre 2016 10:33
À : Benoit CROQUIN; [email protected]<mailto:[email protected]>
Objet : Re: [Obm] Redirect address overrides sieve global configuration

Hello Benoit,

You must be running at least OBM 3.2.0 for global Sieve scripts to be 
supported, as documented in http://obm.org/content/global-sieve-filters-obm-32.

What's your current version?

Regards,



David DOLCIMASCOLO

Resp. Equipe OBM / OBM Team Lead

Resp. Adjoint Equipe OpenPaas / OpenPaas Team Deputy

-------------------------------------------

+33 6 76 20 62 28

-------------------------------------------

Tour Franklin 31 ème étage

100/101 Quartier Boieldieu

92042 PARIS LA DEFENSE

FRANCE

-------------------------------------------

Message envoyé avec OBM, La messagerie Libre :  http://www.obm.org/
Le 12/12/2016 à 10:30, Benoit CROQUIN a écrit :
Hello all,

A global custom sieve script is active on our obm installation for one domain.
We face up with the following problem  :
When an account in created as a redirect mail, the global sieve script is no 
longer active for this new account.


Please find the following details with data about the issue :

Our global sieve script :
---root@myserver:~# cat /var/spool/sieve/global/global.script
require ["envelope","fileinto","copy"];

if header :contains "X-Spam-Flag" "YES" {
    fileinto "SPAM";
}

In each user sieve configuration we have :
---root@myserver:~# cat 
/var/spool/sieve/domain/m/mydomain.fr/m/my^user/defaultbc.script
require "include";
include :global "global";

When a redirect account is created in obm ui :
---root@ myserver:~# cat /var/spool/sieve/domain/ 
m/mydomain.fr/i/info^myserver/info.myserver.fr.sieve.script
# rule:[OBM Nomade]
redirect "[email protected]"<mailto:[email protected]>;

When a redirect account is created, a new sieve script is computed and the 
global sieve script is omitted.

Could you please help us to know if we are doing something wrong or is it 
possible to merge sieve scripts ?

Regards,
Benoit






_______________________________________________

Obm mailing list

[email protected]<mailto:[email protected]>

http://list.obm.org/listinfo/obm


_______________________________________________
Obm mailing list
[email protected]
http://list.obm.org/listinfo/obm

Répondre à