On Sun, 2009-06-28 at 11:33 +0200, Thomas Leuxner wrote:
> On Sun, Jun 28, 2009 at 05:25:28AM -0400, Braden McDaniel wrote:
> > .dovecot.sieve just looks like this:
> >
> > $ cat .dovecot.sieve
> > if header :contains ["List-Id"] ["dovecot.dovecot.org"]
> > {
> >
I need some help here... ;-)
I'm experimenting with global ACLs, but just fail to understand very
basic behaviors.
So, before digging into the source code, I would really be delighted
if someone could immediately point a mistake I'm making and miserably
overlooking.
The output of dovecot -
On Jun 28, 2009, at 7:11 AM, e-frog wrote:
Timo Sirainen wrote:
On Mon, 2009-06-22 at 20:39 +0200, e-frog wrote:
Trying to find a condition to reproduce the above issue I've seen
an imap process
consuming 100% CPU. Attaching gdb to the process I got the
backtrace below.
..
#1 0xb7e9771c i
Hi,
I've got a problem with Dovecot 1.2rc7 and a Sieve script which should
store eMails in a subfolder. It always fails with
Jun 28 14:56:43 deliver(): Error: sieve:
msgid=<4a47687d.30...@some.domain>: failed to store into mailbox '':
Invalid mailbox name
Jun 28 14:56:43 deliver(): Error: sieve:
Timo Sirainen wrote:
> On Mon, 2009-06-22 at 20:39 +0200, e-frog wrote:
>> Trying to find a condition to reproduce the above issue I've seen an imap
>> process
>> consuming 100% CPU. Attaching gdb to the process I got the backtrace below.
> ..
>> #1 0xb7e9771c in virtual_sync_backend_boxes (ctx=0
Le 28 juin 09 à 03:54, Timo Sirainen a écrit :
On Fri, 2009-06-26 at 10:33 +0200, Axel Luttgens wrote:
Wouldn't it be possible, for example, to consider using a system user
such as "nobody" (unless I'm wrong, it should be defined on any unix
flavor)?
I guess. Done: http://hg.dovecot.org/dovec
Timo Sirainen wrote:
On Thu, 2009-06-25 at 23:21 +0100, Ed W wrote:
Yeah, not for next half a year at least. Anyway, it would basically need
istream and ostream implementations for zlib. istream implementation
kind of already exists in zlib plugin, except it's using gz*() functions
instead of
On Sun, Jun 28, 2009 at 05:25:28AM -0400, Braden McDaniel wrote:
> .dovecot.sieve just looks like this:
>
> $ cat .dovecot.sieve
> if header :contains ["List-Id"] ["dovecot.dovecot.org"]
> {
> fileinto "INBOX.dovecot";
> stop;
> }
You need t
I'm getting this error when compiling .dovecot.sieve:
$ /usr/libexec/dovecot/sievec .dovecot.sieve .dovecot.sievec
Info: line 3: fileinto require missing
Unable to parse script: script errors:
line 3: fileinto require missing
.dovecot.sieve just looks like
Michael Orlitzky schrieb:
Timo Sirainen wrote:
On Fri, 2009-06-26 at 23:39 +0400, Proskurin Kirill wrote:
SSL just binds to special port(like 993 in IMAP by default).
No, SSL is a protocol, just like TLS. It doesn't bind to any ports.
http://wiki.dovecot.org/SSL
To illustrate, both SSL a
10 matches
Mail list logo