Zentyal Forum, Linux Small Business Server

Zentyal Server => Email and Groupware => Topic started by: hhi_nrw on March 27, 2017, 04:45:44 pm

Title: SIEVE_MAX_REDIRECT option
Post by: hhi_nrw on March 27, 2017, 04:45:44 pm
Hello!
I´m looking to set the sieve_max_redirect option in Zentyal 5.0 for DOVECOT / SOGo.
I need to override the standard setting of 4, but can´t find this parameter in any configuration file.
Where is this option placed?

THX
Title: Re: SIEVE_MAX_REDIRECT option
Post by: hhi_nrw on March 28, 2017, 09:07:26 am
So, i´ve found how to configure the option.
Maybe it´s useful for other users:

Add the line in "/usr/share/zentyal/stubs/mail/dovecot.conf.mas"
in the "plugin {...." part

sieve_max_redirects = 20

Also uncomment this line in "etc/dovecot/conf.d/90-sieve.conf" and set the value also to 20 (or any other value you want to configure).

In my case, it only works, if both config - files are modified.
Wonder why, but it´s a fact.

Restart your whole system - restarting of dovecot service is not enough!

Title: Re: SIEVE_MAX_REDIRECT option
Post by: Laurent Dinclaux on May 26, 2017, 02:55:59 am
DO NOT EDIT /usr/share/zentyal/stubs/mail/dovecot.conf.mas DIRECTLY

Please read. (https://wiki.zentyal.org/wiki/En/5.0/Development_and_advanced_configuration#Stubs)