On 10/27/2012 11:03 PM, Stephan Bosch wrote:
This is most likely a client problem. Have you configured your client to
check that folder?
Yes unless there there is a special thing I dont know yet about in
Thunderbird.
Thanks,
Eliezer
--
Eliezer Croitoru
https://www1.ngtech.co.il
IT consulting
On 10/25/2012 9:16 AM, Eliezer Croitoru wrote:
My only problem is that it will put the file in the folder but will
not mark the folder with the new file until I actually check the
folder manually.
it's not that much hustle but if there is a way to solve it I will be
more then happy to hear abou
On 10/23/2012 9:40 PM, Stephan Bosch wrote:
Also, could you provide your full configuration as output from `dovecot
-n` ?
Regards,
Stephan.
Thanks Stephan,
I just upgraded from 2.0.17 to 2.1.9 and ph 0.3.1 (gentoo) and it seems
to work as expected and dont leave any traces in the INBOX with
On 10/23/2012 11:19 AM, Eliezer Croitoru wrote:
Since I have lots of filtering rules in thunderbird I was thinking of
using sieve instead.
I want to filter incoming mail into subdirectories.
like "from" store at folder "old".
the script is:
require ["fileinto", "envelope"];
if envelope :is "fro
On 10/23/2012 5:19 PM, Eliezer Croitoru wrote:
Since I have lots of filtering rules in thunderbird I was thinking of
using sieve instead.
I want to filter incoming mail into subdirectories.
like "from" store at folder "old".
the script is:
require ["fileinto", "envelope"];
if envelope :is "from"
On Tue, Oct 23, 2012 at 05:19:04PM +0200, Eliezer Croitoru wrote:
[..]
> the script is:
> require ["fileinto", "envelope"];
> if envelope :is "from" "elie...@test.dom" {
> fileinto "old";
stop; # seems to be needed with explicit keep
> } else {
> # The rest goes into INBOX
> # def
Since I have lots of filtering rules in thunderbird I was thinking of
using sieve instead.
I want to filter incoming mail into subdirectories.
like "from" store at folder "old".
the script is:
require ["fileinto", "envelope"];
if envelope :is "from" "elie...@test.dom" {
fileinto "old";
} else {
On Tue, 20 Mar 2012 11:42:21 +0200
Eliezer Croitoru wrote:
> On 20/03/2012 11:08, Cedric Jeanneret wrote:
> > I guess it may be easier if I paste my whole config in here:
> you didnt sent the virtual_transport file content.
> i will quote from the man pages of the transport:
> [quote]
> user@do
On 20/03/2012 11:08, Cedric Jeanneret wrote:
I guess it may be easier if I paste my whole config in here:
you didnt sent the virtual_transport file content.
i will quote from the man pages of the transport:
[quote]
user@domain transport:nexthop
Deliver mail for user@domain through
> > won't work as I also have a mailman on the same domain - and dovecot
> > doesn't know about mailman lists... That's why I used virtual.
> > It _should_ take
> > transport_maps = hash:/etc/postfix/transport
> > which specify "use mailman for f...@domain.com" and "use dovecot for
> > @domain.co
On 3/20/2012 4:23 AM, Cedric Jeanneret wrote:
On Tue, 20 Mar 2012 04:01:08 -0400
Gedalya wrote:
On 3/20/2012 3:44 AM, Cedric Jeanneret wrote:
On Tue, 20 Mar 2012 03:36:51 -0400
Gedalya wrote:
On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
status=sent (delivered to maildir)
Your log clear
On Tue, 20 Mar 2012 04:01:08 -0400
Gedalya wrote:
> On 3/20/2012 3:44 AM, Cedric Jeanneret wrote:
> > On Tue, 20 Mar 2012 03:36:51 -0400
> > Gedalya wrote:
> >
> >> On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
> >>> status=sent (delivered to maildir)
> >> Your log clearly says postfix is delive
On 3/20/2012 3:44 AM, Cedric Jeanneret wrote:
On Tue, 20 Mar 2012 03:36:51 -0400
Gedalya wrote:
On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
status=sent (delivered to maildir)
Your log clearly says postfix is delivering directly to the maildir.
Postfix must be configured to find the user's
On Tue, 20 Mar 2012 03:36:51 -0400
Gedalya wrote:
> On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
> > status=sent (delivered to maildir)
> Your log clearly says postfix is delivering directly to the maildir.
> Postfix must be configured to find the user's maildir using things like
> virtual_mail
On 3/20/2012 3:20 AM, Cedric Jeanneret wrote:
status=sent (delivered to maildir)
Your log clearly says postfix is delivering directly to the maildir.
Postfix must be configured to find the user's maildir using things like
virtual_mailbox_base and / or virtual_mailbox_maps ?
On Tue, 20 Mar 2012 03:12:51 -0400
Gedalya wrote:
> On 3/20/2012 2:49 AM, Cédric Jeanneret wrote:
> > On 19.03.2012 14:27, Antoine Nguyen wrote:
> >> 2012/3/19 Cédric Jeanneret
> >>
> >>> Hello List!
> >>>
> >>> I have a tiny-teeny problem with dovecot + sieve: it seems that the LDA
> >>> doesn'
On 3/20/2012 2:49 AM, Cédric Jeanneret wrote:
On 19.03.2012 14:27, Antoine Nguyen wrote:
2012/3/19 Cédric Jeanneret
Hello List!
I have a tiny-teeny problem with dovecot + sieve: it seems that the LDA
doesn't run sieve, and thus doesn't filter my emails.
Here's the sieve configuration:
plug
On 19.03.2012 14:27, Antoine Nguyen wrote:
2012/3/19 Cédric Jeanneret
Hello List!
I have a tiny-teeny problem with dovecot + sieve: it seems that the
LDA
doesn't run sieve, and thus doesn't filter my emails.
Here's the sieve configuration:
plugin {
# Used by both the Sieve plugin and the
2012/3/19 Cédric Jeanneret
> Hello List!
>
> I have a tiny-teeny problem with dovecot + sieve: it seems that the LDA
> doesn't run sieve, and thus doesn't filter my emails.
>
> Here's the sieve configuration:
>
> plugin {
> # Used by both the Sieve plugin and the ManageSieve protocol
> sieve=/v
Hello List!
I have a tiny-teeny problem with dovecot + sieve: it seems that the LDA
doesn't run sieve, and thus doesn't filter my emails.
Here's the sieve configuration:
plugin {
# Used by both the Sieve plugin and the ManageSieve protocol
sieve=/var/local/vmail/%n/dovecot.sieve
sieve_d
> On Sat, 2011-05-07 at 16:24 +0100, Tom Wright wrote:
>> I've just upgraded from 1.2 to 2.0.12 via debian sid packages. I think I've
>> moved all my config over to the new directory-based structure and most things
>>
>> are working, but the subaddress extension in sieve doesn't seem to do
>> anyth
On Sat, 2011-05-07 at 16:24 +0100, Tom Wright wrote:
> I've just upgraded from 1.2 to 2.0.12 via debian sid packages. I think I've
> moved all my config over to the new directory-based structure and most things
> are working, but the subaddress extension in sieve doesn't seem to do
> anything
Hi,
I've just upgraded from 1.2 to 2.0.12 via debian sid packages. I think I've
moved all my config over to the new directory-based structure and most things
are working, but the subaddress extension in sieve doesn't seem to do anything
anymore. It doesn't report an error, but any rules which
Hi,
Am 19.01.2011 18:04, schrieb Micha Krause:
Hi,
I have a problem with sieve and german umlauts:
error: msgid=unspecified: failed to store into mailbox
'INBOX.t&AOQ-st' (INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st.
The folder name is "täst", the filesystem folder is ".t&AOQ-st" ,
Patrick Westenberg schrieb:
Feb 26 00:39:25 endeavour dovecot: lmtp(6967, m...@jasbafliesen.de):
Error: 1WYlBCE1aE03GwAA0CSSVw: sieve: msgid=<4d683da5.7030...@gmx.de>:
failed to store into mailbox m...@jasbafliesen.de': Unknown namespace
Feb 26 00:39:25 endeavour dovecot: lmtp(6967, m...@jasbaf
On 2/26/2011 1:15 AM, Patrick Westenberg wrote:
Hi guys,
my default sieve script fails due to an unknown mailspace even I told
him to use one.
What's wrong?
[...]
Feb 26 00:39:25 endeavour dovecot: lmtp(6967, m...@jasbafliesen.de):
Error: 1WYlBCE1aE03GwAA0CSSVw: sieve: msgid=<4d683da5.7030.
I didn't change anything for months.
I'll upgrade to the latest versions and see what happens
Timo Sirainen schrieb:
On Sat, 2011-02-26 at 01:15 +0100, Patrick Westenberg wrote: > Feb 26 00:39:25
endeavour dovecot: lmtp(6967, m...@jasbafliesen.de): > Error:
1WYlBCE1aE03GwAA0CSSVw: sieve: msg
On Sat, 2011-02-26 at 01:15 +0100, Patrick Westenberg wrote:
> Feb 26 00:39:25 endeavour dovecot: lmtp(6967, m...@jasbafliesen.de):
> Error: 1WYlBCE1aE03GwAA0CSSVw: sieve: msgid=<4d683da5.7030...@gmx.de>:
> failed to store into mailbox m...@jasbafliesen.de': Unknown namespace
According to that
Hi guys,
my default sieve script fails due to an unknown mailspace even I told
him to use one.
What's wrong?
Patrick
Feb 26 00:39:25 endeavour dovecot: lmtp(6967, m...@jasbafliesen.de):
Error: 1WYlBCE1aE03GwAA0CSSVw: sieve: msgid=<4d683da5.7030...@gmx.de>:
failed to store into mailbox m..
Hi,
I have a problem with sieve and german umlauts:
error: msgid=unspecified: failed to store into mailbox
'INBOX.t&AOQ-st' (INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st.
The folder name is "täst", the filesystem folder is ".t&AOQ-st" , but
sieve seems to look for a folder named ".t&-
Op 19-1-2011 13:00, Micha Krause schreef:
Hi,
I have a problem with sieve and german umlauts:
error: msgid=unspecified: failed to store into mailbox
'INBOX.t&AOQ-st' (INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st.
The folder name is "täst", the filesystem folder is ".t&AOQ-st" , but
si
Hi,
I have a problem with sieve and german umlauts:
error: msgid=unspecified: failed to store into mailbox 'INBOX.t&AOQ-st'
(INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st.
The folder name is "täst", the filesystem folder is ".t&AOQ-st" , but
sieve seems to look for a folder named ".t&-A
On 09/13/2010 05:40 PM, Timo Sirainen wrote:
Looking at the code.. It checks To: Cc: Bcc: Resent-To: Recent-Cc: and
Resent-Bcc: headers. If either ${original_recipient} or any address
listed in :addresses is found from any of those headers, it's ok. So one
of those has to match in your system. (H
Op 13-9-2010 17:40, Timo Sirainen schreef:
Looking at the code.. It checks To: Cc: Bcc: Resent-To: Recent-Cc: and
Resent-Bcc: headers. If either ${original_recipient} or any address
listed in :addresses is found from any of those headers, it's ok. So one
of those has to match in your system. (Ha
On Tue, 2010-09-07 at 11:54 +0200, Birger Schacht wrote:
> I have users in ldap and aliases in /etc/aliases and i use postfix.
> There is an alias testu...@hostname for tu...@hostname. When tuser uses
> sieve vacation and uses the :addresses options with his email address
> (tu...@hostname), the r
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
dovecot version 1.2.12 on freebsd 7.0 with dovecot-sieve-1.2+0.1.17
I have users in ldap and aliases in /etc/aliases and i use postfix.
There is an alias testu...@hostname for tu...@hostname. When tuser uses
sieve vacation and uses the :addresses
Stephan Bosch wrote:
Mauricio Tavares wrote:
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run
(virtual) as defined in the lda session of dovecot.conf:
global-spam.script ==
require ["
Mauricio Tavares wrote:
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run (virtual)
as defined in the lda session of dovecot.conf:
global-spam.script ==
require ["fileinto"];
# Move spa
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run (virtual)
as defined in the lda session of dovecot.conf:
global-spam.script ==
require ["fileinto"];
# Move spam to spam folder
if header :
Timo Sirainen schrieb:
> On Mon, 2009-06-29 at 11:04 +0200, M. Bobkiewicz wrote:
>> Dear list,
>> I?m running a postfix (2.5.6) / Dovecot (1.1.11) on a Centos 5.2 box.
>> I?ve written a small gui application to simply create Out of Office
>> replys with sieve. The resulting code did work with mai
On Mon, 2009-06-29 at 11:04 +0200, M. Bobkiewicz wrote:
> Dear list,
> I?m running a postfix (2.5.6) / Dovecot (1.1.11) on a Centos 5.2 box.
> I?ve written a small gui application to simply create Out of Office
> replys with sieve. The resulting code did work with maildrop without any
> problems
Dear list,
I?m running a postfix (2.5.6) / Dovecot (1.1.11) on a Centos 5.2 box.
I?ve written a small gui application to simply create Out of Office
replys with sieve. The resulting code did work with maildrop without any
problems. Now sieve fails when it meets any german umlauts like ä or ü.
> -Original Message-
> From: dovecot-bounces+siebert+lists=et.rub...@dovecot.org
> [mailto:dovecot-bounces+siebert+lists=et.rub...@dovecot.org] On Behalf
> Of Allan Cassaro
> Sent: Monday, December 15, 2008 2:43 PM
> To: Dovecot List
> Subject: Re: [Dovecot] Pro
dovecot-bounces+siebert+lists=et.rub...@dovecot.org
>> [mailto:dovecot-bounces+siebert+lists=et.rub...@dovecot.org] On Behalf
>> Of Timo Sirainen
>> Sent: Saturday, December 13, 2008 6:37 AM
>> To: Thomas Siebert
>> Cc: 'Dovecot Mailing List'
>> Subject: R
mber 13, 2008 6:37 AM
> To: Thomas Siebert
> Cc: 'Dovecot Mailing List'
> Subject: Re: [Dovecot] Problem with sieve: Keep: Generic Error
>
> Doesn't it log anything else? I think that "Generic error" is usually
> logged only after the real error message.
>
the same error.
> >
> > Any ideas, Timo? ;-)
> >
> >
> >
> > > > -Original Message-
> > > > From: dovecot-bounces+siebert+lists=et.rub...@dovecot.org
> > > > [mailto:dovecot-bounces+siebert+lists=et.rub...@dovecot.org] On
>
; > Behalf
> > > Of Thomas Siebert
> > > Sent: Wednesday, December 03, 2008 3:15 AM
> > > To: dovecot@dovecot.org
> > > Subject: [Dovecot] Problem with sieve: Keep: Generic Error
> > >
> > > Hi,
> > >
> > > i came ac
to:dovecot-bounces+siebert+lists=et.rub...@dovecot.org] On
> Behalf
> > Of Thomas Siebert
> > Sent: Wednesday, December 03, 2008 3:15 AM
> > To: dovecot@dovecot.org
> > Subject: [Dovecot] Problem with sieve: Keep: Generic Error
> >
> > Hi,
> >
> > i c
Hi,
i came across a strange error message in Ubuntu 8.10s package (Dovecot
1.1.4) regarding sieve:
sieve runtime error: Keep: Generic Error
sieve_execute_bytecode(/etc/dovecot/sieve/default.sievec) failed
Note that the Sieve Scripts are basically executed fine and working fine.
Af
49 matches
Mail list logo