[Dovecot] Pigeonhole Managesieve issue with Dovecot 2.0
Hi all,
ok, I am running version v2.0.beta6 and the latest pigeonhole build to run managesieve and the sieve delivery filters...
I am getting the following response from the managesieve port when connecting :
Escape character is '^]'. "IMPLEMENTATION" "Dovecot" "SIEVE" "" "SASL" "PLAIN" "STARTTLS" "VERSION" "1.0" OK "Dovecot ready."
But, I think that the SIEVE line is suppose to have all of the supported sieve functions like so :
"SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags notify include envelope body relational regex subaddress copy"
I modified the dovecot sieve config file to try and add (although they should all be added by default), and it still comes up blank...
Am I missing something?
what might cause it to not broadcast the sieve implementations that it has?
Thanks,
Tim.
Tim Traver wrote:
Hi all,
ok, I am running version v2.0.beta6 and the latest pigeonhole build to run managesieve and the sieve delivery filters...
I am getting the following response from the managesieve port when connecting :
<snip>
Am I missing something?
A little.
what might cause it to not broadcast the sieve implementations that it has?
Basically, one of the top items on our TODO list. Changes to the Dovecot service configuration in Dovecot v2.0 broke the ability to dynamically obtain the ManageSieve capabilities before the user has logged in. We are close to fixing this, but until then you can use the managesieve_sieve_capability setting to set this response manually (refer to INSTALL file).
Regards,
Stephan.
On 6/25/2010 3:26 PM, Stephan Bosch wrote:
Basically, one of the top items on our TODO list. Changes to the Dovecot service configuration in Dovecot v2.0 broke the ability to dynamically obtain the ManageSieve capabilities before the user has logged in. We are close to fixing this, but until then you can use the managesieve_sieve_capability setting to set this response manually (refer to INSTALL file).
Stephan,
Thanks for the workaround. That did the trick, although I would like it to dynamically determine that list, because I don't know if my list is a complete one...
Tim.
participants (2)
-
Stephan Bosch
-
Tim Traver