Hi Timo Sirainen,
It's said that v1.1 support include:
include (v1.1 only)
see: http://wiki.dovecot.org/LDA/Sieve
will it work for such requirement?
Timo Sirainen wrote:
> On Mon, 2007-12-10 at 16:46 +0100, Matthias Kellermann wrote:
> > I'm still trying to get global and per-user sieve scrip
On Mon, 2007-12-10 at 16:46 +0100, Matthias Kellermann wrote:
> I'm still trying to get global and per-user sieve scripts to work. With
> no success yet.
..
> Is there really a way to get this to work under Dovecot 1.0.7?
Not by changing settings. Sieve plugin v1.0 can run only a single
script.
Hi list,
I'm still trying to get global and per-user sieve scripts to work. With
no success yet.
This is what I've got for the moment:
dovecot.conf
---
protocol lda {
postmaster_address = [EMAIL PROTECTED]
fsync_disable = no
mail_plugins = cmusie
On Mon, Nov 26, 2007 at 04:17:43PM +0200, Timo Sirainen wrote:
> On Mon, 2007-11-26 at 14:50 +0100, Matthias Kellermann wrote:
> > If a user creates his own .dovecot.sieve file the global script will not
> > work anymore.
> >
> > How can I enable global and local per-user sieve scripts at once? Is
On Nov 27, 2007, at 10:23 AM, Matthias Kellermann wrote:
Nikolay Shopik schrieb:
On 26.11.2007 18:57, Matthias Kellermann wrote:
Nikolay Shopik schrieb:
You forgot to insert this one, where users sieve files stored.
plugin {
sieve = /var/mail/store/%u/sieve
}
Thanks for your answer Nikola
Nikolay Shopik schrieb:
> On 26.11.2007 18:57, Matthias Kellermann wrote:
>> Nikolay Shopik schrieb:
>>> You forgot to insert this one, where users sieve files stored.
>>>
>>> plugin {
>>> sieve = /var/mail/store/%u/sieve
>>> }
>>
>> Thanks for your answer Nikolay. But I think this won't do the tr
On 26.11.2007 18:57, Matthias Kellermann wrote:
Nikolay Shopik schrieb:
You forgot to insert this one, where users sieve files stored.
plugin {
sieve = /var/mail/store/%u/sieve
}
Thanks for your answer Nikolay. But I think this won't do the trick.
This setting will override the global settin
Nikolay Shopik schrieb:
> You forgot to insert this one, where users sieve files stored.
>
> plugin {
> sieve = /var/mail/store/%u/sieve
> }
Thanks for your answer Nikolay. But I think this won't do the trick.
This setting will override the global setting as well. At the moment I'm
using the def
Timo Sirainen schrieb:
> On Mon, 2007-11-26 at 14:50 +0100, Matthias Kellermann wrote:
>> If a user creates his own .dovecot.sieve file the global script will not
>> work anymore.
>>
>> How can I enable global and local per-user sieve scripts at once? Is
>> this possible?
>
> Unfortunately not. S
On Mon, 2007-11-26 at 14:50 +0100, Matthias Kellermann wrote:
> If a user creates his own .dovecot.sieve file the global script will not
> work anymore.
>
> How can I enable global and local per-user sieve scripts at once? Is
> this possible?
Unfortunately not. Sieve plugin v1.1 (requires Doveco
On 26.11.2007 16:50, Matthias Kellermann wrote:
Hi list,
I'm trying to get a global sieve mailfilter with per-user sieve scripts
to work.
At the "lda"-section in the dovecot.conf file I have:
global_script_path = /usr/local/etc/sieve/spam
/usr/local/etc/sieve/spam:
require "fileinto";
if head
11 matches
Mail list logo