Re: [SOGo] Global Sieve Settings

2020-05-26 Thread Christian Mack
Hello I just saw a typo in that sogo-tool line. There is an abundant space in '{"SOGoSieveFilters ": You also have to provide sieve credentials to actually change that value. So just use: sogo-tool user-preferences set defaults user -p /etc/sogo/sieve.creds SOGoSieveFilters '{"SOGoSieveFilters":

Re: [SOGo] Global Sieve Settings

2020-05-25 Thread David Faller
Thank you very much, " active = <*I1>; " is working for new users, perhaps you have also an idea to handle existing users? An existing user do not see this filter on settings page, so the only Idea would be to make pictures for a documentation that users can manually add this filter. When there

Re: [SOGo] Global Sieve Settings

2020-05-25 Thread Christian Mack
Hello My bad, exchange active = 1; with active = <*I1>; Kind regards, Christian Mack Am 25.05.20 um 18:15 schrieb David Faller (david.fal...@benelog.com): > I had set under sogo.conf this: > SOGoSieveFilters = ( > { > actions = ( > { > argument =

Re: [SOGo] Global Sieve Settings

2020-05-25 Thread David Faller
I had set under sogo.conf this: SOGoSieveFilters = ( { actions = ( { argument = "Junk"; method = "fileinto"; }, { argument = ""; method = "stop"; }

Re: [SOGo] Global Sieve Settings

2020-05-12 Thread Christian Mack
Hello Yes, this will set the Spam filter rule for user. Beware: This will overwrite existing filters the user has defined himself already. I would check for already defined filters first and inject the Spam filter rule before all existing ones. Kind regards, Christian Mack Am 08.05.20 um 18:35

Re: [SOGo] Global Sieve Settings

2020-05-12 Thread Christian Mack
Hello If you set "active" to 0 (zero), this filter rule will be visible for users, but not be active. Therefore every user can activate this rule himself. Kind regards, Christian Mack Am 09.05.20 um 06:22 schrieb David Faller (david.fal...@benelog.com): > At least a little question also here, f

Re: [SOGo] Global Sieve Settings

2020-05-09 Thread David Faller
At least a little question also here, for new users the configurated filter is working fine, but users net to tick to activate the filter on sogo mail settings. For existing users there's no way that they can tick this filter to enable it or? Think over sogo-tool this handling will be the same

Re: [SOGo] Global Sieve Settings

2020-05-08 Thread David Faller
Thank you for the fast response, Little question to the end, to use this with sogo-tool would the be the correct way? -> I would also stop processing SIEVE when encountering a Spam ;-) Thanks for this tip __ sogo-tool user-preferences set defaults user SOGoSieveFilters '{"SOGoSieveFilters ": [

Re: [SOGo] Global Sieve Settings

2020-05-08 Thread Christian Mack
Am 08.05.20 um 12:00 schrieb David Faller (david.fal...@benelog.com): Dear all, I have a little question, cyrus-imapd global sieve script support is limited, and SOGo users can also set sieve scripts easy, I’d like to setup a global filter on sogo.conf: SOGoSieveFilters = { [{"actions

[SOGo] Global Sieve Settings

2020-05-08 Thread David Faller
Dear all, I have a little question, cyrus-imapd global sieve script support is limited, and SOGo users can also set sieve scripts easy, I’d like to setup a global filter on sogo.conf: SOGoSieveFilters = { [{"actions": [{"argument": "Junk", "method": "fileinto"}], "name": "Spam2Junk", "rul