Re: [Dovecot] Sieve scripts in mysql?

2013-07-15 Thread Simon
Have just read the recent thread on this on the mailing list. Sorry for not checking first before emailing :) On 16/07/2013, at 12:12 PM, Simon wrote: > Hi There. > > We are using dovecot v2.2.4 with pigeonhole 0.4.1 (both compiled from source) > Centos 6.4. We are storing our virtual user co

[Dovecot] Sieve scripts in mysql?

2013-07-15 Thread Simon
Hi There. We are using dovecot v2.2.4 with pigeonhole 0.4.1 (both compiled from source) Centos 6.4. We are storing our virtual user config in mysql. At the moment we are storing our sieve script configs in mysql and then running a script to write these out to a file.. But I'm wondering if there

Re: [Dovecot] Sieve scripts not run

2011-07-07 Thread Veikko "Wexi" Skurnik
On 7.7.2011 11:40, Stephan Bosch wrote: > Op 7-7-2011 10:30, Veikko "Wexi" Skurnik schreef: >> I have a dovecot/postfix mail server with virtual user and LDAP >> authentication but for some reason the sieve scripts in user's maildirs >> are not run. Here's my dovecot -n: > [...] >> I can telnet to

Re: [Dovecot] Sieve scripts not run

2011-07-07 Thread Stephan Bosch
Op 7-7-2011 10:30, Veikko "Wexi" Skurnik schreef: I have a dovecot/postfix mail server with virtual user and LDAP authentication but for some reason the sieve scripts in user's maildirs are not run. Here's my dovecot -n: [...] I can telnet to the Managesieve server and it also works with Roundc

[Dovecot] Sieve scripts not run

2011-07-07 Thread Veikko "Wexi" Skurnik
Hi I have a dovecot/postfix mail server with virtual user and LDAP authentication but for some reason the sieve scripts in user's maildirs are not run. Here's my dovecot -n: # 2.0.13: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.38-8-server x86_64 Ubuntu 11.04 auth_debug_passwords = ye

Re: [Dovecot] Sieve scripts

2010-04-09 Thread Nick Lunt
> -Original Message- > From: dovecot-bounces+nick.lunt=patech-solutions@dovecot.org > [mailto:dovecot-bounces+nick.lunt=patech-solutions@dovecot.org] On > Behalf Of Nick Lunt > Sent: 06 April 2010 08:49 > To: dovecot@dovecot.org > Subject: Re: [Dovecot]

Re: [Dovecot] Sieve scripts

2010-04-06 Thread Nick Lunt
Hi Jerry > -Original Message- > From: dovecot-bounces+nick.lunt=patech-solutions@dovecot.org > [mailto:dovecot-bounces+nick.lunt=patech-solutions@dovecot.org] On > Behalf Of Jerry > Sent: 01 April 2010 18:14 > To: dovecot@dovecot.org > Subject: Re: [Dovecot]

Re: [Dovecot] Sieve scripts

2010-04-01 Thread Jerry
On Thu, 1 Apr 2010 16:17:23 +0100, Nick Lunt articulated: > Hi > > I have a simple sieve script to discard email with a certain string in > the subject. > I now need to beef this up a bit with the following: > > if header :contains "subject" "A" and "B" and not "C" > discard > if header

[Dovecot] Sieve scripts

2010-04-01 Thread Nick Lunt
Hi I have a simple sieve script to discard email with a certain string in the subject. I now need to beef this up a bit with the following: if header :contains "subject" "A" and "B" and not "C" discard if header :contains "subject" "A" and "D" and not "C" discard else pas