Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2011-03-14 Thread Jim
Patrick Westenberg wk-serv.de> writes: Hi Patrick, > > Hi again, > > FYI: this is the way it works for me: > > require ["fileinto", "mailbox"]; you mean the really name "mailbox" or? > if header :contains "X-Spam-Flag" "YES" { >fileinto :create "Spamverdacht"; > } > > If the specified

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread Patrick Westenberg
Hi again, FYI: this is the way it works for me: require ["fileinto", "mailbox"]; if header :contains "X-Spam-Flag" "YES" { fileinto :create "Spamverdacht"; } If the specified mailbox does not exist, it will be created. Regards Patrick

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread Patrick Westenberg
Why so complicated? 
 Originalnachricht Von: fakessh Gesendet: 4 Sep 2010 17:31 +02:00 An: Patrick Westenberg CC: Betreff: Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox On Sat, 04 Sep 2010 15:27:26 +0200, Patrick Westenberg wrote: > Hi guys, > > I tried

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread fakessh
On Sat, 04 Sep 2010 15:27:26 +0200, Patrick Westenberg wrote: > Hi guys, > > I tried to use a global sieve skript to sort spam mails into > a subfolder of INBOX. I´m using mdbox. > > The log shows that the script is called and executed but it is > not able to find or create the mailbox: > > Sep

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread Patrick Westenberg
Jerry schrieb: This looks very much like a permissions problem. Please post the output of 'dovecot -n' and the "user/group"& modes set on "/var/mail/steulerfliesen.de/mail/mdbox/mailboxes/Spamverdacht"& "/var/mail/steulerfliesen.de/mail/mdbox/mailboxes/INBOX.Spamverdacht". I posted dovecot -n

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread Jerry
On Sat, 04 Sep 2010 15:27:26 +0200 Patrick Westenberg articulated: > I tried to use a global sieve skript to sort spam mails into > a subfolder of INBOX. I´m using mdbox. > > The log shows that the script is called and executed but it is > not able to find or create the mailbox: > > Sep 4 15:1

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread Patrick Westenberg
William Blunn schrieb: I probably can't help you with this problem, but I can mention that oftentimes if you ask about a problem on this list you may be asked to provide the output of "dovecot -n". True words. # 2.0.1: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-amd64 x86_64 Debi

Re: [Dovecot] Problems with dovecot 2.0, sieve and mdbox

2010-09-04 Thread William Blunn
On 04/09/2010 14:27, Patrick Westenberg wrote: The log shows that the script is called and executed but it is not able to find or create the mailbox: Hello Patrick, I probably can't help you with this problem, but I can mention that oftentimes if you ask about a problem on this list you may b