Re: [Dovecot] sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table

2010-08-12 Thread Timo Sirainen
On Thu, 2010-08-12 at 14:48 +0200, Peer Heinlein wrote: > > protocol lmtp { > > mail_plugins = $mail_plugins sieve > > } > > That's where it *is* and imap isn't able to load his plugins: But you've also enabled it for IMAP. It should only be enabled for LDA and LMTP. You can check with: dovec

Re: [Dovecot] sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table

2010-08-12 Thread Thomas Leuxner
On Thu, Aug 12, 2010 at 01:36:06PM +0100, Timo Sirainen wrote: > It is actually nowadays: IETF people decided to name ManageSieve port > and service name as "sieve", so Pigeonhole uses that name too now. Oh yeah, there was that on the list some time ago. I stand corrected :)

Re: [Dovecot] sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table

2010-08-12 Thread Timo Sirainen
On Thu, 2010-08-12 at 14:29 +0200, Thomas Leuxner wrote: > On Thu, Aug 12, 2010 at 01:34:52PM +0200, Peer Heinlein wrote: > > > protocols = lmtp imap sieve > > Because 'sieve' is no protocol. It is actually nowadays: IETF people decided to name ManageSieve port and service name as "sieve", so P

Re: [Dovecot] sieve-plugin: undefined symbol mail_deliver_get_lvar_expand_table

2010-08-12 Thread Thomas Leuxner
On Thu, Aug 12, 2010 at 01:34:52PM +0200, Peer Heinlein wrote: > protocols = lmtp imap sieve Because 'sieve' is no protocol. Should be in the corresponding Delivery Agent's settings like: protocol lmtp { mail_plugins = $mail_plugins sieve } http://wiki2.dovecot.org/LDA/Sieve/Dovecot Regards